search for: ipt6

Displaying 2 results from an estimated 2 matches for "ipt6".

Did you mean: ip6
2011 Jan 11
1
IPv6, HE tunnel and ip6tables problems
...I'm wondering if this is due to fragmentation, but I'm only guessing. The dnssec page refered to above indicates there may be a fragment re-assembly issue causing ip6tables problems. Now I'm a newbie to IPv6 so I might be making a mistake. This is my firewall script. #!/bin/bash IPT6="/sbin/ip6tables" PUBIF="sit1" LOCAL="eth0" echo "Starting IPv6 firewall..." $IPT6 -F $IPT6 -X $IPT6 -t mangle -F $IPT6 -t mangle -X #unlimited access to loopback $IPT6 -A INPUT -i lo -j ACCEPT $IPT6 -A OUTPUT -o lo -j ACCEPT # Defa...
2011 May 19
1
[Bug 652] pcap plugin problem
http://bugzilla.netfilter.org/show_bug.cgi?id=652 Mariusz Kielpinski <kielpi at poczta.onet.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kielpi at poczta.onet.pl Status|ASSIGNED |NEW --- Comment #3 from