> I'm (again, tried this a year ago or so, but failed) looking for pointers
> to some documentation and/or examples on how to enable ipfilter on Solaris
> ip.6to4tun0 tunneling interfaces. I basically want to have a working
> firewall on my IPv6 external link just like I have for my IPv4 traffic...

Try doing a plumb for this interface name:

ip.ip6to4tun.pfil0

That being a bit unwieldly to use in rules, you can try:
ip6to4="ip.ip6to4tun.pfil0";

block in on $ip6to4 all

Darren

Reply via email to