>
> options INET6 #IPv6 communications protocols
> options IPSEC #IP security
> options IPSEC_ESP #IP security (crypto; define w/ IPSEC)
> options IPSEC_IPV6FWD #IP security tunnel for IPv6
> options IPSEC_DEBUG #debug for IP security
>
> pseudo-device gif 4 #IPv6 and IPv4 tunneling
> pseudo-device faith 1 #for IPv6 and IPv4 translation
Well, kernel compiled and booted just fine with these and all seems well.
> ifconfig -a
> netstat -rn -f inet6
Here is the output from ifconfig -a:
bash-2.03$ ifconfig -a
de0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255
inet6 fe80:1::200:f8ff:fe23:5cb5 prefixlen 64
ether 00:00:f8:23:5c:b5
media: autoselect (10baseT/UTP) status: active
supported media: autoselect 10base5/AUI manual 10baseT/UTP
<full-duplex> 10baseT/UTP
sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet6 fe80:4::1 prefixlen 64
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
inet6 fe80:5::200:f8ff:fe23:5cb5 prefixlen 64
gif1: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
inet6 fe80:6::200:f8ff:fe23:5cb5 prefixlen 64
gif2: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
inet6 fe80:7::200:f8ff:fe23:5cb5 prefixlen 64
gif3: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
inet6 fe80:8::200:f8ff:fe23:5cb5 prefixlen 64
faith0: flags=8002<BROADCAST,MULTICAST> mtu 1500
and the output from netstat -rn -f inet
bash-2.03$ netstat -rn -f inet
Routing tables
Internet:
Destination Gateway Flags Netif Expire
default 192.168.0.1 UGSc de0
127.0.0.1 127.0.0.1 UH lo0
192.168 link#1 UC de0 =>
192.168.0.1 0:50:4:f1:b5:7b UHLW de0 1024
> And if ping6 or traceroute6 to those addrs are successful.
bash-2.03$ ping6 192.168.0.1
ping6: No address associated with hostname
All tests were done on a DEC Alphastation 233, running: 4.0-CURRENT FreeBSD
4.0-CURRENT #4: Sat Jan 8 18:46:15 PST 2000
----------------------------------
E-Mail: William Woods <[EMAIL PROTECTED]>
Date: 07-Jan-00
Time: 20:50:41
FreeBSD 3.4
----------------------------------
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message