Micetro by Men&Mice
Latest versions
Search all documentation
# sudo ip6fw add 20020 allow ipv6-icmp from any to any in icmptype 1,2,3,4,128,129 20020 allow ipv6-icmp from any to any in icmptype 1,2,3,4
# file /sbin/ip6fw /sbin/ip6fw: Mach-O universal binary with 3 architectures /sbin/ip6fw (for architecture x86_64): Mach-O 64-bit executable x86_64 /sbin/ip6fw (for architecture i386): Mach-O executable i386 /sbin/ip6fw (for architecture ppc7400): Mach-O executable ppcThe code, forked from the FreeBSD project in 2001 (which got the original code from the KAME project), is not 64bit clean.
# sudo ditto --rsrc --arch i386 /sbin/ip6fw /sbin/ip6fw.i386 # sudo mv /sbin/ip6fw.i386 /sbin/ip6fwNow it is possible to enter ICMPv6 filter rules for ICMPv6 types above 127:
# sudo ip6fw add 20020 allow ipv6-icmp from any to any in icmptype 1,2,3,4,128,129 20020 allow ipv6-icmp from any to any in icmptype 1,2,3,4,128,129