From 622112651904b629e0bb756d2ee18adfb7fbeacd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 11 Dec 2021 22:36:16 +0100 Subject: vidhar: dhcpcd... --- hosts/vidhar/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index e05b9416..02b60811 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix @@ -166,11 +166,13 @@ slaac private noipv6rs # disable routing solicitation + ipv6ra_noautoconf allowinterfaces dsl interface dsl - ipv6rs # enable routing solicitation for WAN adapter - ia_na 1 # request an IPv6 address - ia_pd 1 eno1/0 # request a PD and assign it to the LAN + iaid 1195061668 + ipv6rs # enable routing solicitation for WAN adapter + ia_na 1195061668 # request an IPv6 address + ia_pd 1195061668 eno1/0/64/0 # request a PD and assign it to the LAN waitip 6 ''; -- cgit v1.2.3