Posts: 8
Threads: 2
Joined: Nov 2007
Reputation:
0
11-06-2007, 02:02 PM
(This post was last modified: 11-06-2007, 02:02 PM by fungus_undercover.)
Hello, I recently attempted to make a server and it installed perfectly. I can join the server fine, but all others cannot. I started the server with the following command line:
C:\hl2server\srcds.exe -console -game cstrike +map de_dust2 +maxplayers 16 -port 27016 -autoupdate -ip 192.168.1.101
I'm not sure if the ip is the culprit, because i've tried it with and without it, but others say that the server says "server not responding" when attempting to join. I can join the server fine, but all others cannot. I also have the following ip address off of whatismyip.com--- 65.33.233.48
Please help, I'll be glad to provide any more information to help you help me solve this. Thanks.
Posts: 94
Threads: 10
Joined: Jan 2007
Reputation:
0
did u open the ports from the router
Posts: 8
Threads: 2
Joined: Nov 2007
Reputation:
0
dejv Wrote:did u open the ports from the router
Yes, i opened all the ports required
Posts: 2,270
Threads: 45
Joined: May 2007
Reputation:
11
Did you DMZ the server?
realchamp Wrote:Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Posts: 8
Threads: 2
Joined: Nov 2007
Reputation:
0
I tried DMZ and sucessfully made a DMZ, yet others still cannot get in. Please continue the suggestions.
Posts: 47
Threads: 14
Joined: Jun 2007
Reputation:
0
You cannot use the post for LAN, 192.168.1.101 I belive would be for a LAN server. Correct me if I'm wrong, but I had that same problem...
Posts: 2
Threads: 1
Joined: Nov 2007
Reputation:
0
BACK IN BLACK Wrote:You cannot use the post for LAN, 192.168.1.101 I belive would be for a LAN server. Correct me if I'm wrong, but I had that same problem...
I'm having the same problem right now, my server ip is also starting with 192.168.2.XXX and i'm able to join but no one else is. what do i do to change this so it's not a lan server?
Posts: 2,270
Threads: 45
Joined: May 2007
Reputation:
11
Ok, If you are on the same network as the server, the ip will be 192.168.x.x. When you look on the server, it will be under LAN. Go to http://www.whatismyip.com, copy that address down and give it to people. If still that doesnt work, DMZ. If that doesnt work, check to make sure you DMZed the right internal IP address. I just spent a few hours banging my head against a wall because I type the wrong address. If all else fails, I have no clue whats wrong.
realchamp Wrote:Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Posts: 3,906
Threads: 404
Joined: Oct 2007
Reputation:
21
11-09-2007, 05:00 PM
(This post was last modified: 11-09-2007, 05:01 PM by Mooga.)
fungus_undercover Wrote:Hello, I recently attempted to make a server and it installed perfectly. I can join the server fine, but all others cannot. I started the server with the following command line:
C:\hl2server\srcds.exe -console -game cstrike +map de_dust2 +maxplayers 16 -port 27016 -autoupdate -ip 192.168.1.101
I'm not sure if the ip is the culprit, because i've tried it with and without it, but others say that the server says "server not responding" when attempting to join. I can join the server fine, but all others cannot. I also have the following ip address off of whatismyip.com--- 65.33.233.48
Please help, I'll be glad to provide any more information to help you help me solve this. Thanks.
192.168.1.101 is your LOCAL IP thus other can't connect (unless on your LAN)
65.33.233.48 seems to be your external IP, so use that.
use this to start your server:
Code:
C:\hl2server\srcds.exe -console -game cstrike +map de_dust2 +maxplayers 16 -port 27016 -autoupdate -ip 65.33.233.48
~ Mooga ...w00t? - SRCDS.com on Twitter
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Posts: 2,270
Threads: 45
Joined: May 2007
Reputation:
11
Actually Mooga, if you are behind a router with atleast 2 computers, DO NOT add -ip xx.xx.xxx.xx. The router has to assign the IP so this will cause SRCDS to not work.
realchamp Wrote:Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Posts: 8
Threads: 2
Joined: Nov 2007
Reputation:
0
I have tried all of your ideas, yet have come up with nothing. I have DMZ'd my internal ip, port-fowarded 27016, and have tried adding "-ip 65.33.233.48" to the startup code. When i add the ip, it says "couldnt allocate dedicated server UDP port".
|