Seriously how do i turn off #ipv6 on #NetBSD
Uncategorized
3
Posts
2
Posters
15
Views
-
Seriously how do i turn off #ipv6 on #NetBSD
#oldschoolnetwork for 1990s computing
-
Seriously how do i turn off #ipv6 on #NetBSD
#oldschoolnetwork for 1990s computing
@joany is there nothing in the NetBSD guide? You could maybe try
sysctl -w net.inet6.ip6.accept_rtadv=0
Setting this to 1 accepts IPv6 router advertisements.
-
@joany is there nothing in the NetBSD guide? You could maybe try
sysctl -w net.inet6.ip6.accept_rtadv=0
Setting this to 1 accepts IPv6 router advertisements.
@marios Cool i will try..