Hello list My mind is just "locked" at the moment and I am trying to figure out what am I doing wrong here. I have 4 static IP's on server machine and I have something like this in /etc/conf.d/net : config_eth0=( "77.xxx.104.14/24" ) routes_eth0=( "default via 77.xxx.104.1" ) config_eth0:1=( "77.xxx.104.100/24" ) routes_eth0:1=( "default via 77.xxx.104.1" ) config_eth0:2=( "77.xxx.104.101/24" ) routes_eth0:2=( "default via 77.xxx.104.1" ) config_eth0:3=( "77.xxx.105.100/24" ) routes_eth0:3=( "default via 77.xxx.105.1" ) eth0 works just fine while other ones fail. Could you help me with this one ? ty. -- Amar Ćosić amar.cosic@gmail.com