Posts: 31
Threads: 9
Joined: Oct 2008
Reputation:
0
Well the problem is i used to be able to host things fine on my old router, but i just got this new belkin wireless g F5D7324 v1 router and my ipv4 adress is 192.168.2.3, so i forwarded my ports 27015, 27020, on udp, then 27005 on upd and tcp, here is my command line
C:\srcdscss\srcds.exe -console -game cstrike -maxplayers 32 +fps_max 1000 -port 27015 +clientport 27005 -secure +map ba_jail_electric_cloneworks -tickrate 100 and it uses the ip of 192.168.2.3 in the server list so how do i get it to use my my ip for the server adress isntead of 192.168.2.3?
Posts: 7
Threads: 1
Joined: Feb 2009
Reputation:
0
put +ip X.X.X.X in the command line. MAKE SURE ITS YOUR REAL ONE! use ipchicken.com to get the real one. the 192.168.x.x is your inTRAnet ip (internal ip for lans), you need your internet ip.
Posts: 25
Threads: 5
Joined: Dec 2008
Reputation:
0
Else if you are using windows do this: open cmd type in: ipconfig find your ipv4 address, because u have to forward your ports to a specific ip, not just 192.168.2.3 but something like this (just an example) 192.168.2.301 Else it won't work
If u want to find your ipv4 address in linux do this: open a terminal or konsole, and type in this "ifconfig"
good luck
Posts: 3,906
Threads: 404
Joined: Oct 2007
Reputation:
21
As long as the ports are forwarded correctly, you friends should be able to join the server. Don't worry about that IP in the start up line. I would actually recommend removing it.
~ 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: 31
Threads: 9
Joined: Oct 2008
Reputation:
0
Well now i have a problem, i added that +ip command but now it's saying it can't allocate a dedicated UDP port when i have 27020, 27005, and 27015 forwarded on TCP AND UDP. Hmmmm... Any ideas on what the problem is now?
Posts: 31
Threads: 9
Joined: Oct 2008
Reputation:
0
Actually, nevermind my last post i took out the +ip command and it turns out people can connect. Thankyou everyone who helped.