Date: Thu, 12 Dec 2002 21:52:51 +0100 From: Janine C.Buorditez <johann@broadpark.no> To: questions@freebsd.org Subject: rc.conf IPv6 configuration Message-ID: <20021212215251.7ae391d4.johann@broadpark.no>
next in thread | raw e-mail | index | archive | help
Hello! I have a /48 delegation from Access to Six. I can't seem to get much out of this: # IPv6 NETWORK CONFIGURATION # ipv6_enable="YES" ipv6_gateway_enable="YES" gif_interfaces="gif0" gifconfig_gif0="192.168.187.1 62.61.157.209" gifconfig_lo0="inet6 3ffe:80ee:1075::1200 prefixlen 128" rtadvd_enable="YES" rtadvd_interfaces="ep0" ipv6_firewall_enable="YES" ipv6_firewall_type="open" These settings works, however: ifconfig gif0 create tunnel 192.168.187.1 62.61.157.209 up route add -inet6 default -interface gif0 ifconfig lo0 inet6 3ffe:80ee:1075::1200 prefixlen 128 What is wrong in my rc.conf? And, will it now be defaultrouter for my workstation (192.168.187.2)? Thanks! --janine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021212215251.7ae391d4.johann>