Page 1 of 1

trouble getting unreal working with outbound IP

Posted: Sun May 09, 2010 10:10 pm
by shadowhound
Hey im new to this forum and kinda new to Unreal but i did have it working 2 years ago haha XD anyway i am having a bit of a delimier i can't get my friend to connect to my IRC server nor can i connect from my nabiours wifi internet

here is the error i get in my message log

Code: Select all

Error binding stream socket to IP 81.39.120.30  port 6667 - irc.foonet.com[]:Can't assign requested address
thats how it is useally displayed i changed my IP there for security purposes but yea thats the error i get but i can make it work if i use my local IP 127.0.0.1 and only i can connect from within my network but if i try my real IP i get that error message and unreal won't start so here is my listen block

Code: Select all

listen         *:8067;
listen         *:6667;

Re: trouble getting unreal working with outbound IP

Posted: Mon May 10, 2010 12:35 am
by katsklaw
that's because you are using an external router like a cable modem and unreal can't bind to that IP, you have to bind to a local IP that in on the same machine as unreal then do port forwarding from the router to the machine Unreal is running from.

Re: trouble getting unreal working with outbound IP

Posted: Tue May 11, 2010 7:03 pm
by shadowhound
okay so i have binded my local IP

Code: Select all

listen         192.168.0.100:8067;
listen         192.168.0.100:6667;
that works perfectly find and connects to IRC perfectly fine :).

i forwarded my ports on my router and when my friend tries to login into my IRC channel with my real IP he can't login evan though i have forwarded my ports and i am on virgin media :(

here is what he gets

Code: Select all

* Connecting to 81.96.100.84 (6667)
-
* Unable to connect to server (Connection timed out)
could someone help or maybe on teamviewer

Re: trouble getting unreal working with outbound IP

Posted: Tue May 11, 2010 8:27 pm
by katsklaw
It's possible your provider is blocking IRC ports.

Re: trouble getting unreal working with outbound IP

Posted: Tue May 11, 2010 8:33 pm
by shadowhound
i already phoned them up and there open. all i know from checking my router is it is a DHCP IP but i have enabled routing though the regedit

i just can't understand why it won't work :S its odd