CSF Blocking all outbound IPv6 traffic
Posted: 14 Sep 2013, 21:38
Ive just setup a new server and configured a HE IPv6 tunnel, and all outbound traffic is being blocked by CSF, even though I have all ports allowed on outbound.
I've added the tunnel server ipv4 address to csf.allow and can ping other ipv6 hosts. However all connections are being blocked and logged in the syslog.
Have I missed something in regards to the tunnel? I have other servers with native ipv6 with the same configs and they are working fine.
Code: Select all
# Allow outgoing TCP ports
TCP6_OUT = "0:65535"
# Allow outgoing UDP ports
# To allow outgoing traceroute add 33434:33523 to this list
UDP6_OUT = "0:65535"
Have I missed something in regards to the tunnel? I have other servers with native ipv6 with the same configs and they are working fine.