Udp Port Not Opening *sigh*
WickedFPooP
Join Date: 2004-02-16 Member: 26601Members
ok, i've tried everything, looked over these boards a hundred times, it feels, but yet i still can't get udp port 27015 to correctly open to start an internet server w/ steam.
i read vadakill's guide, got everything set up, set my ip as the WAN ip, which works when hosting other games, made the machine the dmz host, opened port 27015 and all others mentioned in vadakill's guide but to no avail. even used some other ips to see if that was the problem, but no, i keep getting the error msg this guy got <a href='http://www.unknownworlds.com/forums/index.php?showtopic=62495' target='_blank'>http://www.unknownworlds.com/forums/in...showtopic=62495</a>
i'm running the steam internet server, well trying, on a 350 p2, 80 meg of ram, 10 base nic. i know it isn't much but it runs other games almost flawless.
i have a seimens (insert laughter) 2602 2 port router, which i'm connecting to through a 10/100 hub.
i'm also kinda n00bish at this and have no idea what ssh is from the afore mentioned post.
anyway, i think i've posted all information i can think of. any help is gladly appreciated and i'll be checking this everyday if anyone needs anymore info to help. tia
i read vadakill's guide, got everything set up, set my ip as the WAN ip, which works when hosting other games, made the machine the dmz host, opened port 27015 and all others mentioned in vadakill's guide but to no avail. even used some other ips to see if that was the problem, but no, i keep getting the error msg this guy got <a href='http://www.unknownworlds.com/forums/index.php?showtopic=62495' target='_blank'>http://www.unknownworlds.com/forums/in...showtopic=62495</a>
i'm running the steam internet server, well trying, on a 350 p2, 80 meg of ram, 10 base nic. i know it isn't much but it runs other games almost flawless.
i have a seimens (insert laughter) 2602 2 port router, which i'm connecting to through a 10/100 hub.
i'm also kinda n00bish at this and have no idea what ssh is from the afore mentioned post.
anyway, i think i've posted all information i can think of. any help is gladly appreciated and i'll be checking this everyday if anyone needs anymore info to help. tia
Comments
Okay, I see a potential problem here. You don't want to assign your windows box the same IP of your public WAN address.
Although it can help with troubleshooting I don't suggest leaving the server in the DMZ since it makes it vulnerable to attacks from the internet. Instead take it out of the DMZ and just forward the appropriate ports to the IP address that is set for the windows box. You would want to take advantage of of the passive firewall that NAT provides.
In any case, I suspect your internet gateway address is probably something like 192.168.0.1 which is fine. Your server IP address should be along the same class C network, i.e. anything like 192.168.0.2, 192.168.0.3 ... 192.168.0.254. I hope that's not confusing.
Here's some pathetic text art to hopefully illustrate it:
{The Internet}
||
DSL/CABLE connection
208.28.184.222 (public address the world sees)
||
ROUTER/GATEWAY
||
192.168.0.1 (Private address the LAN computers see as a way out)
||
192.168.0.2 (HL server)
It sounds like you figured out how to port forward, so I won't talk about that.
Then, you'll want to craft a command line that you can use to start the server. Try this one:
hlds.exe -game nsp -maxplayers 10 +map co_core -console +ip xxx.xxx.xxx.xxx +port 27015 +mapchangecfgfile "server.cfg" +exec banned.cfg
Hope that helps somewhat.
I still haven't figured out how to connect to it yet myself...I can connect to it fine from outside the LAN, but if my computer is inside the LAN, I can't connect, even if I specify the WAN address of the server. Steam always gives me the "Invalid Steam UserID Ticket" message. No big deal, since I have another outside internet connection I can use, but if anyone has any suggestions, it would help me out. Steam's FAQ at steampowered.com mentions the problem, but they are extremely vague about solving it. I haven't found an adequate solution anywhere. I could probably figure it out myself, if it's possible, but I'm not too motivated to, since I can just connect to it using my other Internet connection.
Mine is behind a regular linksys router. The only configuration changes I made on the router were forwarding the ports. Make sure you've upgraded your router's firmware to the latest version. It's weird, but taking that wan ip address out of the command line string is what did the trick for me.
the firmware for my router, hehe, well, i have the latest update for it, which was in 2002. been checking there recently too for the updates and still nothing.
the server region is set correctly also.
thanks a lot for the suggestions guys. i'll see what i can come up with.
<!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
...if it shows up as a LAN server, then maybe you have sv_lan 1 set in your server.cfg, in which case you'd want to change that to sv_lan 0 so that it wouldn't be a LAN game and instead be an internet game.