Ticket ID: SIXXS #11583689 Ticket Status: Resolved PoP: (not applicable)
FreeBSD 10.0-RELEASE static tunnel config
Shadow Hawkins on Thursday, 08 May 2014 05:51:38
Your config for "FreeBSD 9.x and up" on page https://www.sixxs.net/faq/connectivity/?faq=ossetup&os=freebsd seems doesn't work for FreeBSD 10.
It comes because the "gif_interfaces" and "gifconfig_gif0" are deprecated.
Right code for FreeBSD 10.0-RELEASE is:
/etc/rc.conf
# =========================== IPv6 static tunnel to SixXS ======================
ifconfig_[LAN Interface]_ipv6="inet6 [LAN IPv6 Address] prefixlen 64"
ipv6_gateway_enable="YES"
ipv6_interfaces="auto"
ipv6_activate_all_interfaces="YES"
ipv6_cpe_wanif="gif0"
cloned_interfaces="gif0"
ifconfig_gif0="tunnel [Your IPv4 Endpoint] [PoP IPv4 Endpoint]"
ifconfig_gif0_ipv6="inet6 [Your IPv6 Endpoint] [PoP IPv6 Endpoint] prefixlen 128"
ipv6_defaultrouter="[PoP IPv6 Endpoint]"
# ==============================================================================
Posting is only allowed when you are logged in. |