Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Network config problem
Date: Sat, 30 Nov 2019 14:34:11
Message-Id: 1625288.Y2mhU6iz0Q@peak
1 Hello list,
2
3 I want to start playing with IPv6 (thanks, Ralph S.) but first I need to clean
4 up something wrong with my existing IPv4.
5
6 # /etc/init.d/net.eth0 restart
7 * Unmounting network filesystems ... [ ok ]
8 * Stopping gkrellmd ... [ ok ]
9 * Bringing down interface eth0
10 RTNETLINK answers: No such file or directory
11 Error talking to the kernel
12 * Bringing up interface eth0
13 * 192.168.1.5/24 ... [ ok ]
14 * Adding routes
15 * default via 192.168.1.254 ... [ ok ]
16 * default via fe80::1 ... [ ok ]
17 * Starting gkrellmd ... [ ok ]
18 * Mounting network filesystems ... [ ok ]
19
20 How should I debug this?
21
22 # cat etc/conf.d/net
23 dns_domain_lo="prhnet.local"
24
25 config_eth0="192.168.1.5/24"
26 routes_eth0="default via 192.168.1.254"
27 dns_servers_eth0="192.168.1.2 192.168.1.254"
28
29 The NIC is an e1000e.
30
31 --
32 Regards,
33 Peter.

Replies

Subject Author
Re: [gentoo-user] Network config problem Alarig Le Lay <alarig@××××××××××.fr>
[gentoo-user] Re: Network config problem nunojsilva@×××××××.pt
[gentoo-user] Re: Network config problem Ian Zimmerman <itz@××××××××××××.org>