On Mon, Jun 1, 2015 at 4:45 PM, Vitaly Davidovich <vita...@gmail.com> wrote:

> Is ip6tables running?
>

I *think* I have it set to allow anything. This is on the node where I'm
running the test app:

[root@TWO test]}> ip6tables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     all      anywhere             anywhere            state
RELATED,ESTABLISHED
ACCEPT     ipv6-icmp    anywhere             anywhere
ACCEPT     all      anywhere             anywhere
ACCEPT     udp      anywhere             fe80::/64           state NEW udp
dpt:dhcpv6-client
ACCEPT     tcp      anywhere             anywhere            state NEW tcp
dpt:ssh
REJECT     all      anywhere             anywhere            reject-with
icmp6-adm-prohibited

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
REJECT     all      anywhere             anywhere            reject-with
icmp6-adm-prohibited

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

Reply via email to