trouble getting unreal working with outbound IP

These are old archives. They are kept for historic purposes only.
Post Reply
shadowhound
Posts: 3
Joined: Sun May 09, 2010 9:50 pm

trouble getting unreal working with outbound IP

Post 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;
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: trouble getting unreal working with outbound IP

Post 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.
shadowhound
Posts: 3
Joined: Sun May 09, 2010 9:50 pm

Re: trouble getting unreal working with outbound IP

Post 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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: trouble getting unreal working with outbound IP

Post by katsklaw »

It's possible your provider is blocking IRC ports.
shadowhound
Posts: 3
Joined: Sun May 09, 2010 9:50 pm

Re: trouble getting unreal working with outbound IP

Post 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
Post Reply