On Wed, 10 May 2006, Darren Reed wrote: > > > ip.ip6to4tun.pfil0 > > > > Hmm.. Ok, I renamed /etc/hostname6.ip.6to4tun0 to > > /etc/hostname6.ip.6to4tun.pfil0 and rebooted. That interface > > comes up, but no traffic seems to pass thru it afterwards... > > (which is good from a firewalling point of view, but bad from a > > usage point of view :-) > > What you need to look for is something in the output of > "ndd /dev/pfil qif_status" that shows the interface with > either a SAP of 800 or 86dd.
Looks like "86dd": # ndd -get /dev/pfil qif_status ifname ill q OTHERQ ipmp num sap hl nr nw bad copy copyfail drop notip nodata notdata QIF10 0x0 0xf65fe740 0xf65fe7c4 0x0 16 0 0 65989 0 0 0 0 0 0 0 0 QIFf 0x0 0xf660a458 0xf660a4dc 0x0 15 0 0 6873 0 0 0 0 0 0 0 0 QIFe 0x0 0xf660a8a8 0xf660a92c 0x0 14 0 0 48606 0 0 0 0 0 0 0 0 ip.6to4tun.pfil0 0xf6147324 0xf6329a18 0xf6329a9c 0x0 13 86dd 0 0 0 0 0 0 0 0 0 0 qfe1 0xf5d4e31c 0xf6038cf0 0xf6038d74 0x0 7 86dd 14 0 1015 0 0 0 0 0 0 0 qfe0 0xf5d4e49c 0xf603aa20 0xf603aaa4 0x0 6 86dd 14 2 1017 0 0 0 0 0 0 0 QIF5 0x0 0xf603a5d0 0xf603a654 0x0 5 806 0 7940 759 0 0 0 0 0 0 0 qfe2 0xf5d4e79c 0xf6042738 0xf60427bc 0x0 4 800 14 26821 18522 0 0 0 0 0 0 0 QIF3 0x0 0xf60422e8 0xf604236c 0x0 3 806 0 24 40 0 0 0 0 0 0 0 qfe1 0xf5d4ea9c 0xf6042e68 0xf6042eec 0x0 2 800 14 3229 2439 0 0 0 0 0 0 0 QIF1 0x0 0xf5fb02e0 0xf5fb0364 0x0 1 806 0 219 47 0 0 0 0 0 0 0 qfe0 0xf5d4ed9c 0xf5fb05c0 0xf5fb0644 0x0 0 800 14 14691 22748 0 0 0 0 0 0 0 > The two NIC names to try are: > > ip.ip6to4tun.pfil0 > > and > > ip.pfil.ip6to4tun0 I assume you mean "ip.6to4tun.pfil0" and "ip.pfil.6to4tun0" (no "ip" before "6to4tun"). Will try the other one (ip.pfil.6to4tun0)... > Also, use "ifconfig <x> modlist" to confirm pfil is in the mix. # ifconfig ip.6to4tun.pfil0 inet6 modlist 0 ip 1 pfil 2 6to4tun 3 ip -- Peter Eriksson <[EMAIL PROTECTED]>
