This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UTM9 ip6tables FORWARD IPv6

hallo,

i think its a bug not a featue [[:)]]
I have an UTM9 with an IPv6 Subnetz routed on another IPv6 Adress.
Ping and Traceroute are enabled in Webadmin.

The Clients on the "LAN" Side can connect (ping, shh, http) to the internet.
But Connections to the Clients on the internal Interface "LAN" where dropped in the Network Live Log. So i created a Firewall rule ANY  ANY  ANY (for testing). the client connections will not appear in the logfile.

So i run the fullowing commands, and it works:
ip6tables -F

ip6tables -X

ip6tables -P INPUT ACCEPT
ip6tables -P FORWARD ACCEPT
ip6tables -P OUTPUT ACCEPT

then it works [[:)]]

any error from my site? or a global problem?


This thread was automatically locked due to age.