Текущие правила: all-lan: lan, vlan-asu, vlan-main, vlan-eco. all-lan-nets: lannet, vlan-asu-net, vlan-eco-net, vlan-main-net. Access Rule: Name=access-all, action=accept, interface=all-lan, network=all-lan-nets.
IP Rules: Name=allow-main-vlan, Action=Allow, Src if=vlan-main, Src net=vlan-main-net, Dest if=core, Dest net=vlan-main-ip, Service=all_services. Name=allow-asu-vlan, Action=Allow, Src if=vlan-asu, Src net=vlan-asu-net, Dest if=core, Dest net=vlan-asu-ip, Service=all_services. Name=allow-eco-vlan, Action=Allow, Src if=vlan-eco, Src net=vlan-eco-net, Dest if=core, Dest net=vlan-eco-ip, Service=all_services.
LAN_to_wan1: Name=drop_smb-all, Action=Drop, Src if=lan, Src net=lannet, Dest if=wan1, Dest net=all-nets, Service=smb-all. Name=allow_ping-outbound, Action=NAT, Src if=all-lan, Src net=all-lan-nets, Dest if=wan1, Dest net=all-nets, Service=ping-outbound. Name=allow_ftp-passthrough_av, Action=NAT, Src if=all-lan, Src net=all-lan-nets, Dest if=wan1, Dest net=all-nets, Service=ftp-passthrough-av. Name=allow_standard, Action=NAT, Src if=all-lan, Src net=all-lan-nets, Dest if=wan1, Dest net=all-nets, Service=http-all. Name=allow-dns-all, Action=NAT, Src if=all-lan, Src net=all-lan-nets, Dest if=wan1, Dest net=all-nets, Service=dns-all.
|