Quick "best practices" question for Network Security > Packet filter
I have the following packet filter rules in place.
Source --> service --> destination (where --> is allow and -/-> is block)
1) blocked sources (asia group) -/-> any -/-> any
2) lan(network) -->dns-->any
3)lan(network)-->web surfing-->any
4)any-->pop3-->mail server (Yes,I have outside users hitting my mail server)
5)lan(network)-->outbound secure ftp-->single ftp server address
6)any-/->any-/->lan(network)
My question is, for rule 6, should the source be "any" or "wan"?
ASG version 7.305
This thread was automatically locked due to age.