Hello list,

I want to start playing with IPv6 (thanks, Ralph S.) but first I need to clean 
up something wrong with my existing IPv4.

# /etc/init.d/net.eth0 restart
 * Unmounting network filesystems ...                       [ ok ]
 * Stopping gkrellmd ...                                    [ ok ]
 * Bringing down interface eth0
RTNETLINK answers: No such file or directory
Error talking to the kernel
 * Bringing up interface eth0
 *   192.168.1.5/24 ...                                     [ ok ]
 *   Adding routes
 *     default via 192.168.1.254 ...                        [ ok ]
 *     default via fe80::1 ...                              [ ok ]
 * Starting gkrellmd ...                                    [ ok ]
 * Mounting network filesystems ...                         [ ok ]

How should I debug this?

# cat etc/conf.d/net
dns_domain_lo="prhnet.local"

config_eth0="192.168.1.5/24"
routes_eth0="default via 192.168.1.254"
dns_servers_eth0="192.168.1.2 192.168.1.254"

The NIC is an e1000e.

-- 
Regards,
Peter.




Reply via email to