Gentoo Archives: gentoo-user

From: Alarig Le Lay <alarig@××××××××××.fr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Network config problem
Date: Sat, 30 Nov 2019 14:44:28
Message-Id: 20191130144415.ls6swyy4kqba6uqb@mew.swordarmor.fr
In Reply to: [gentoo-user] Network config problem by Peter Humphrey
1 Hi,
2
3 On sam. 30 nov. 14:34:00 2019, Peter Humphrey wrote:
4 > Hello list,
5 >
6 > I want to start playing with IPv6 (thanks, Ralph S.) but first I need to clean
7 > up something wrong with my existing IPv4.
8 >
9 > # /etc/init.d/net.eth0 restart
10 > * Unmounting network filesystems ... [ ok ]
11 > * Stopping gkrellmd ... [ ok ]
12 > * Bringing down interface eth0
13 > RTNETLINK answers: No such file or directory
14 > Error talking to the kernel
15 > * Bringing up interface eth0
16 > * 192.168.1.5/24 ... [ ok ]
17 > * Adding routes
18 > * default via 192.168.1.254 ... [ ok ]
19 > * default via fe80::1 ... [ ok ]
20 > * Starting gkrellmd ... [ ok ]
21 > * Mounting network filesystems ... [ ok ]
22 >
23 > How should I debug this?
24 >
25 > # cat etc/conf.d/net
26 > dns_domain_lo="prhnet.local"
27 >
28 > config_eth0="192.168.1.5/24"
29 > routes_eth0="default via 192.168.1.254"
30 > dns_servers_eth0="192.168.1.2 192.168.1.254"
31 >
32 > The NIC is an e1000e.
33
34 Isn’t your NIC called eno1 or enp1s0 or enp1s0f0?
35
36 Regards,
37 --
38 Alarig

Replies

Subject Author
Re: [gentoo-user] Network config problem Peter Humphrey <peter@××××××××××××.uk>