I'm trying to start up a server using srcds.
Everything loads up fine, however it says my internal ip is 10.10.10.11, even though it's 10.10.10.12.
That IP isn't even leasable my DHCP, so I don't know what's going on.
Because of this, nobody is able to connect.
10.10.10.* ip's are private and non-routable. Other players will not be able to use those ip's to connect yo your server. You will first have to port forward the server and use your public ip to connect to it instead.
[QUOTE=ShadowRanger;45561250]10.10.10.* ip's are private and non-routable. Other players will not be able to use those ip's to connect yo your server. You will first have to port forward the server and use your public ip to connect to it instead.[/QUOTE]
He's talking about (as he said) the internal IP shown on start-up before a connection to Steam is made.
Example:
[IMG]http://i.imgur.com/oK08MOI.png[/IMG]
And not this:
[IMG]http://i.imgur.com/kAsqwBh.png[/IMG]
[editline]1st August 2014[/editline]
[QUOTE=Confuse;45557548]I'm trying to start up a server using srcds.
Everything loads up fine, however it says my internal ip is 10.10.10.11, even though it's 10.10.10.12.
That IP isn't even leasable my DHCP, so I don't know what's going on.
Because of this, nobody is able to connect.[/QUOTE]
Do you have any other network adapters? My experiences are, that GMod not always select the correct one and sometimes a VMWare adapter or similar.
Set a fixed IP using the -ip commandline parameter.
So:
[code]srcds.exe -ip 10.10.10.11[/code]
Don't forget your other parameters.
[QUOTE=Cyberuben;45561890]Set a fixed IP using the -ip commandline parameter.
So:
[code]srcds.exe -ip 10.10.10.11[/code]
Don't forget your other parameters.[/QUOTE]How are people supposed to connect to his server then?
[QUOTE=ShadowRanger;45561956]How are people supposed to connect to his server then?[/QUOTE]
You have to forward your ports, so incoming requests to your WAN IP (Assigned by your ISP) will be forwarded to your internal IP. [url=http://portforward.com]This site[/url] might be useful to show you how to do it on your Router.
[QUOTE=Cyberuben;45562156]You have to forward your ports, so incoming requests to your WAN IP (Assigned by your ISP) will be forwarded to your internal IP. [url=http://portforward.com]This site[/url] might be useful to show you how to do it on your Router.[/QUOTE]I don't need to know how to port forward, though I don't think you were directing that to me anyways haha. Thanks for clearing it up though.
[QUOTE=ms333;45561281]He's talking about (as he said) the internal IP shown on start-up before a connection to Steam is made.
Example:
[IMG]http://i.imgur.com/oK08MOI.png[/IMG]
And not this:
[IMG]http://i.imgur.com/kAsqwBh.png[/IMG]
[editline]1st August 2014[/editline]
Do you have any other network adapters? My experiences are, that GMod not always select the correct one and sometimes a VMWare adapter or similar.[/QUOTE]
This solved it for me, not sure why it'll chose the wrong one though. I guess I'll look more into that one later.
Sorry, you need to Log In to post a reply to this thread.