"Permission denied" using socket with IPv6

Bobby Bissett bbissett at gmail.com
Mon Jun 1 20:46:06 UTC 2015


On Mon, Jun 1, 2015 at 4:45 PM, Vitaly Davidovich <vitalyd at 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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/net-dev/attachments/20150601/f258071d/attachment.html>


More information about the net-dev mailing list