Hello

https://developer.valvesoftware.com/...d_Line_Options

-ip
Specifies the address to use for the bind(2) syscall, which controls on
which IP addresses the program is reachable on. It must either be a local
address (an addresses of the host it runs on) or 0.0.0.0 (the wildcard).
This has nothing to do with externally-visible addresses in NAT setups.

+ip - Specifies the IP when multiple network cards are installed (Old, but
still works).

OS debian 8

auto eth1:1
iface eth1:1 inet static
address 45.35.XXX.XXX
netmask 255.255.255.224
gateway 45.35.XXX.XXX

auto eth1:2
iface eth1:2 inet static
address 45.35.XXX.XXX
netmask 255.255.255.224
gateway 45.35.XXX.XXX

auto eth1
iface eth1 inet static
address 45.35.XXX.XXX
netmask 255.255.255.224
gateway 45.35.XXX.XXX

Hello guys,what is really Right choice ? -ip or +ip ? Thanks



--
View this message in context: 
http://csgo-servers.1073505.n5.nabble.com/multiple-network-interfaces-tp12213.html
Sent from the CSGO_Servers mailing list archive at Nabble.com.

_______________________________________________
Csgo_servers mailing list
[email protected]
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

Reply via email to