summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix8
1 files changed, 5 insertions, 3 deletions
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 @@
166 slaac private 166 slaac private
167 167
168 noipv6rs # disable routing solicitation 168 noipv6rs # disable routing solicitation
169 ipv6ra_noautoconf
169 allowinterfaces dsl 170 allowinterfaces dsl
170 interface dsl 171 interface dsl
171 ipv6rs # enable routing solicitation for WAN adapter 172 iaid 1195061668
172 ia_na 1 # request an IPv6 address 173 ipv6rs # enable routing solicitation for WAN adapter
173 ia_pd 1 eno1/0 # request a PD and assign it to the LAN 174 ia_na 1195061668 # request an IPv6 address
175 ia_pd 1195061668 eno1/0/64/0 # request a PD and assign it to the LAN
174 176
175 waitip 6 177 waitip 6
176 ''; 178 '';