It is fine now. My /etc/init.d/network looks like this #! /bin/sh ifconfig lo 127.0.0.1 route add -net 127.0.0.0 netmask 255.255.255.0 lo
I added the netmask to avoid the
SIOCADDRT: invalid argument
message at boot time. This has been a last years subject.
Thank you.
Armin

