ip: RTNETLINK answers: Not supported
#1
Mon, 2017-03-27 00:12
Looper
-
- Offline
- 12 months 3 days ago
- 2017-03-26
i edit /etc/network/interface for add static and persistent ip addresses but when i reboot my system , i get this ip: RTNETLINK answers: Not supported and eht 1 dosen't have any ip , but when ever i'm in and restart networking with service networking restart it's Done.
how can i fix it ?
I'm striking the same issue… at boot I see this:
http://www.longlandclan.id.au/~stuartl/alpine/2017/09/29-interfaces/wh-343-gw-11_-_2017-09-29_11.06.39.png
and this is my corresponding config.
http://www.longlandclan.id.au/~stuartl/alpine/2017/09/29-interfaces/wh-343-gw-11_-_2017-09-29_11.07.13.png
thats my static settings in the interfaces file thats work. For the IPv6 part i had to do other settings to do as well.
Maybe this helps
auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.1.0.172 netmask 255.255.0.0 gateway 10.1.0.253 iface eth0 inet static address 10.1.0.2 netmask 255.255.0.0 iface eth0 inet6 static address xxxx:xxxx:xxxx:xxxx::172 netmask 64 gateway xxxx:xxxx:xxxx:xxxx::1 iface eth0 inet6 static address xxxx:xxxx:xxxx:xxxx::10 netmask 64