Der IP Parameter wird eh nur dann gebraucht, wenn dein Server mehrere IPs verwaltet. Da du ja nun mehrere besitzt musst du "+ip", nicht "-ip", verwenden.
Gruß
Beides geht.
Hier ein Ausschnitt aus dem Wiki:
-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).
Quelle
Ich starte meine Server immer mit -ip. Das ist halt Geschmackssache.