Dedicated server with multiple IPs reporting bad IP to server list
0 replies, posted
Hi,
if you have mutliple IPs on 1 network card, and your server is not using the primary IP, the server will still report the primary IP to the master/steam server list.
So if you have this network setup:
iface em1 inet static
address 99.99.99.99
iface em1:0 inet static
address 88.88.88.88
------------------------------------------
./RustDedicated +server.port 27015 -ip 88.88.88.88 .......
------------------------------------------
Even if you have -ip 88.88.88.88 and the server is in fact running only on 88.88.88.88, it will still report to server list the primary ip 99.99.99.99 which results to server not visible in the server list.
Sorry, you need to Log In to post a reply to this thread.