[hlds_linux] IP address mumbo jumbo

2012-07-22 Thread Ronny Schedel
Hello, I have discovered a strange thing with our DOD:S and TF2 servers today. Take a look at the line of the status output: udp/ip : 85.x.x.95:27015 (public ip: 85.x.x.57) We are binding our server to 85.x.x.95 with +ip as start parameters. The public IP shows our IP address from the

Re: [hlds_linux] IP address mumbo jumbo

2012-07-22 Thread Saul Rennison
I'm pretty sure the reported public IP is the one that Steam sees your packets coming from, and the other address it the one the game server is bound to. Can you connect to your server via the eth0 address; 85.x.x.57:27015? If not then there's nothing to worry about. Also I don't know why you've

Re: [hlds_linux] IP address mumbo jumbo

2012-07-22 Thread Didrole
Try to use -ip instead of +ip 2012/7/22 Saul Rennison saul.renni...@gmail.com I'm pretty sure the reported public IP is the one that Steam sees your packets coming from, and the other address it the one the game server is bound to. Can you connect to your server via the eth0 address;

Re: [hlds_linux] IP address mumbo jumbo

2012-07-22 Thread Invalid Protocol
@list.valvesoftware.com Subject: [hlds_linux] IP address mumbo jumbo Hello, I have discovered a strange thing with our DOD:S and TF2 servers today. Take a look at the line of the status output: udp/ip : 85.x.x.95:27015 (public ip: 85.x.x.57) We are binding our server to 85.x.x.95 with +ip as start parameters

Re: [hlds_linux] IP address mumbo jumbo

2012-07-22 Thread Jesse Molina
What that guy below said. You need to use -ip on the command line, NOT +ip. Didrole wrote: Try to use -ip instead of +ip 2012/7/22 Saul Rennison saul.renni...@gmail.com I'm pretty sure the reported public IP is the one that Steam sees your packets coming from, and the other address it

Re: [hlds_linux] IP address mumbo jumbo

2012-07-22 Thread gameadmin
Unless things have changed, this doesn't help. Your listening port is bound to the IP you specify, but the master server lists you on the IP your traffic to it comes in on, and since the servers on Linux do NOT bind outgoing connections to your chosen interface, that means it always uses the

Re: [hlds_linux] IP address mumbo jumbo

2012-07-22 Thread Mart-Jan Reeuwijk
July 2012, 0:20 Subject: Re: [hlds_linux] IP address mumbo jumbo Unless things have changed, this doesn't help. Your listening port is bound to the IP you specify, but the master server lists you on the IP your traffic to it comes in on, and since the servers on Linux do NOT bind outgoing

Re: [hlds_linux] IP address mumbo jumbo

2012-07-22 Thread Calvin Judy
Sent: Monday, 23 July 2012, 0:20 Subject: Re: [hlds_linux] IP address mumbo jumbo Unless things have changed, this doesn't help. Your listening port is bound to the IP you specify, but the master server lists you on the IP your traffic to it comes in on, and since the servers on Linux do NOT bind