Hi,
I got IPv6 networking working this morning. I am using sixxs as a tunnel broker. My FreeBSD firewall has a public interface which is on a shared media access (cable internet). I don't want other people to see the IPv6 stack on my public interface, but I can't seem to switch it off.
In /etc/rc.conf I have tried
and I have tried
but my vr0 public interface still has IPv6 address
How do I disable it whilst still allowing IPv6 on the gif0 interface and others?
I got IPv6 networking working this morning. I am using sixxs as a tunnel broker. My FreeBSD firewall has a public interface which is on a shared media access (cable internet). I don't want other people to see the IPv6 stack on my public interface, but I can't seem to switch it off.
In /etc/rc.conf I have tried
Code:
ipv6_network_interfaces="gif0 lo0"
Code:
ifconfig_vr0="DHCP"
ipv6_ifconfig_vr0="NOAUTO"
Code:
inet6 fe80::200:24ff:fecc:91c0%vr0 prefixlen 64 scopeid 0x1
How do I disable it whilst still allowing IPv6 on the gif0 interface and others?