You are not logged in.
Pages: 1
Was just curious as to whether the devuan documentation for network configuration for dhcpv6 is correct now that stable is using dhcpcd-base instead of the deprecated isc-dhcp-client?
Standard DHCPv6 cable setup
auto eth0
iface eth0 inet6 dhcpI think it just needs to read inet instead of inet6 as quoted as dhcpcd is dual stack?
auto eth0
iface eth0 inet dhcpLast edited by HardSun (2025-11-11 07:13:04)
Offline
not sure but will consult these given time.
man interfaceshttps://www.debian.org/doc/manuals/debian-reference/ch05.en.html
https://www.debian.org/doc/manuals/debian-handbook/sect.network-config
https://www.debian.org/doc/manuals/debian-handbook/sect.ipv6.en.html
Be Excellent to each other and Party On!
https://www.youtube.com/watch?v=rph_1DODXDU
https://en.wikipedia.org/wiki/Bill_%26_Ted%27s_Excellent_Adventure
Do unto others as you would have them do instantaneously back to you!
Offline
have updated from devuan 5 to 6 and network applet is missing functionality
like "toggle wired - on - off" or "renew dhcp"
was hoping this could be bettered wihout need to reinstall operating system.
EDIT : had to renew lease since changed connection , from router to another router;
what helped;
sudo dhclient -r eth0sudo dhclient eth0Last edited by kapqa (Yesterday 20:42:15)
Offline
I should have posted the devuan excalibur network setup web link, my apologies.
https://www.devuan.org/os/documentation … figuration
I use a standard cable setup and when i changed it to "inet6" ifupdown said i had no dhcpv6 software installed.
changing it back to "inet" it connected via dhcpcd / dhcpv6.
Offline
Pages: 1