immi803
Senior Member
I opened ports in firewall by using followingdo you have proper fire wall rules setup for the ipv6? i normally don't recommend turning off ipv6 firewall, but if you wish to test this, turn it off then make the appropriate changes to see if it turns back to 0.0.0.0. It may be reverting back to 0.0.0.0 because that is all the firewall is allowing through.
Code:
iptables -I INPUT -p tcp --destination-port 51413 -j ACCEPT
iptables -I INPUT -p udp --destination-port 51413 -j ACCEPT
It reports always on ipv4 as open, i don't know how to trigger them in ipv6, any guidelines??