Displaying 1 result from an estimated 1 matches for "whatismyv6".
Did you mean:
whatismyip
2012 Jun 28
2
[Bug 796] New: ip6tables (iptables) "state" test fails to correctly determine the state of packet streams; will not jump to ACCEPT on ESTABLISHED,RELATED connections
...quot;;
# kernels: linux-3.4.3-gentoo linux-3.4.3-hardened each installed/fail
# firewall, conntrack, netfilter, etc. options compiled in.
# test is conducted by each of the following outbound connection attempts:
# tests:
# ping6 2607:f8b0:4002:802::1011 (google v6)
# http://ipv6.whatismyv6.com
# script below:
echo "Stopping; clearing v6 firewall and allowing everyone everywhere..."
ip6tables -F
ip6tables -X
ip6tables -t mangle -F
ip6tables -t mangle -X
ip6tables -P INPUT ACCEPT
ip6tables -P FORWARD ACCEPT
ip6tables -P OUTPUT ACCEPT
# now we attempt outbound v6 connection...