Protocol Source Port Destination Port Gateway Schedule Description IPv6 IPV6-ICMP * * * * * * IPv6 requirements (ICMP) IPv6 IPV6-ICMP (self) * fe80::/10,ff02::/16 * * * IPv6 requirements (ICMP) IPv6 IPV6-ICMP fe80::/10 * fe80::/10,ff02::/16 * * * IPv6 requirements (ICMP) IPv6 IPV6-ICMP ff02::/16 * fe80::/10 * * * IPv6 requirements (ICMP)
Direction = ANYProtocol Source Port Destination Port Gateway Schedule Description IPv6 * * * * * * * Block All IPv6
Protocol Source Port Destination Port Gateway Schedule Description IPv4+6 TCP/UDP * * * * * * block all targetting port 0 IPv4+6 TCP/UDP * * * * * * block all targetting port 0
> For me I want full control of my firewall rule.You know this statement has two fundamental flaws?1. You don't need a GUI for that.2. You will likely create too broad exceptions for internal services like DNS or DHCP or IPv6, or not get it to work at all without knowing all of these by heart.Cheers,Franco
You do not need any rules on WAN.LAN2 - 1st rule:Source: LAN2 netDestination LAN netDirection: inAction: denyLAN2 - 2nd rule:Source: LAN2 netDestination: anyDirection: inAction: allowGateway: WAN2 GWLAN - 1st rule:Source: LAN netDestination LAN2 netDirection: inAction: denyLAN - 2nd rule:Source: LAN netDestination: anyDirection: inAction: allowGateway: WAN GW"Out" rules are practically never used due to the stateful nature of the firewall. But this is how all firewalls have worked for ages, actually. When a client on LAN tries to reach "something" on the Internet, the initial packet is coming in the LAN interface. So "in" rule.HTH,Patrick