Problems getting FreeNet6's tunnel working
Ben Lovett
Ben Lovett <blovett@bsdguru.com>
Tue, 31 Oct 2000 14:55:18 -0800
--5vNYLRcllDrimb99
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Jeroen Ruigrok van der Werven (jruigrok@via-net-works.nl) wrote:
<snip>
> Can you give me ifconfig -a, gifconfig -a and netstat -rn -f inet6 ?
>
> I think one problem is that for the gif interface the prefixlength needs
> to be set to 128 instead of the 127 as was present in the script IIRC.
>
> Expect some commits soon to CURRENT and subsequently STABLE so that
> rc.conf can provide auto link set-up what the script now does.
</snip>
Sure thing. I've attached the output due to the wrapping i have set in
vi.. It just doesn't look good when pasted ;)
-Ben
--5vNYLRcllDrimb99
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="ifconfig.out"
xl0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
ether 00:50:da:c7:c9:f8
media: autoselect (none) status: no carrier
supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP 100baseTX <hw-loopback>
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
inet6 fe80::290:27ff:fe8f:572a%fxp0 prefixlen 64 scopeid 0x2
ether 00:90:27:8f:57:2a
media: autoselect (100baseTX) status: active
supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP
lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
gif0: flags=8011<UP,POINTOPOINT,MULTICAST> mtu 1280
inet6 fe80::250:daff:fec7:c9f8%gif0 --> :: prefixlen 64 scopeid 0x4
inet6 3ffe:b00:c18:1fff::2c7 --> 3ffe:b00:c18:1fff::2c6 prefixlen 127
gif1: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552
stf0: flags=0<> mtu 1280
faith0: flags=8000<MULTICAST> mtu 1500
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
inet6 fe80::250:daff:fec7:c9f8%tun0 --> :: prefixlen 64 scopeid 0xb
inet 207.113.133.11 --> 207.113.132.77 netmask 0xffffff00
Opened by PID 306
--5vNYLRcllDrimb99
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="netstat.out"
Routing tables
Internet6:
Destination Gateway Flags Netif Expire
default 3ffe:b00:c18:1fff::2c7 UGSc gif0
::1 ::1 UH lo0
3ffe:b00:c18:1fff::2c6 3ffe:b00:c18:1fff::2c7 UH gif0
3ffe:b00:c18:1fff::2c7 ::1 UH lo0
fe80::%fxp0/64 link#2 UC fxp0
fe80::%gif0/64 link#4 UC gif0
fe80::250:daff:fec7:c9f8%gif0 ::1 UH lo0
fe80::%lo0/64 fe80::1%lo0 Uc lo0
fe80::%tun0/64 link#11 UC tun0
fe80::250:daff:fec7:c9f8%tun0 ::1 UH lo0
ff01::/32 ::1 U lo0
ff02::%fxp0/32 link#2 UC fxp0
ff02::%gif0/32 link#4 UC gif0
ff02::%lo0/32 fe80::1%lo0 UC lo0
ff02::%tun0/32 link#11 UC tun0
--5vNYLRcllDrimb99
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="gifconfig.out"
gif0: flags=8011<UP,POINTOPOINT,MULTICAST> mtu 1280
inet6 fe80::250:daff:fec7:c9f8%gif0 --> :: prefixlen 64
inet6 3ffe:b00:c18:1fff::2c7 --> 3ffe:b00:c18:1fff::2c6 prefixlen 127
physical address inet 207.113.133.11 --> 206.123.31.102
gif1: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
physical address -->
--5vNYLRcllDrimb99--