[6bone] Basic IPv6 on FreeBSD
/* jsha */
johann@broadpark.no
Tue, 13 May 2003 13:52:01 +0200
.:. Hello!
I was wondering if anybody could tell me what's wrong with this
configuration, and perhaps, if there has come any new documents
for FreeBSD explaining a basic IPv6 tunnel setup.
-
# IPv6 NETWORK CONFIGURATION
#
gif_interfaces="gif0"
gifconfig_gif0="213.187.181.70 192.16.124.2"
ipv6_enable="YES"
ipv6_gateway_enable="YES"
ipv6_defaultrouter="-interface gif0"
ipv6_network_interfaces="lnc0 ep0 gif0 lo0"
ipv6_ifconfig_lnc0="3ffe:4008:1b::1200 prefixlen 48"
ipv6_firewall_enable="YES"
ipv6_firewall_type="open"
rtadvd_enable="YES"
rtadvd_interfaces="ep0"
-
lnc0 goes from server to ADSL modem, ep0 goes from server to
workstation. I also keep getting this error message:
cannot forward src fe80:0002::0240:f4ff:fe3d:a742,
dst 2001:04f8:0:0002::000e,
nxt 6, rcvif ep0, outif gif0
Tools such as ping6 and traceroute6 does not work.
.:. Ciao!
Regards,
---jsha