$ netstat |grep 27015 tcp 1 0 server.teamipx.ne:27015 www.t1shopper.com:35927 CLOSE_WAIT
I think I found why the server isn’t working. The server binary has a hard coded IP address in it. Odd.
More information about formatting options
Wtf.
$ netstat |grep 27015
tcp 1 0 server.teamipx.ne:27015 www.t1shopper.com:35927 CLOSE_WAIT
I think I found why the server isn’t working. The server binary has a hard coded IP address in it. Odd.