Comment 2 for bug 719833

Revision history for this message
John Seeger (pechspilz) wrote :

Actually, this goes even further. All services that have the possibility not bind to 0.0.0.0 should only be started after the last network interface is up. I'm on a machine with 10 IP addresses and have to use something like

start on (filesystem
        and net-device-up IFACE=venet0:8)

in squid.conf and ssh.conf.

That's gonna be a tricky one.