One tutorial I was checking for implementing SOPHOS UTM 9, implemented one inside interface and one outside interface. Routing table was created such that external traffic from other subnets were pointed to inside interface of firewall and inside subnet(internal interface of sophos was in this subnet) was sending external traffic to outside interface. Other subnets accepted traffic from inside subnet only. Then firewall rules were setup. I have few questions regarding this implementation-
1. When we apply firewall rules , which interface it gets applied to in case if multiple interfaces ? As in iptables we specify the interface on which the rule has to be applied, here I can see only source, destination and service. Sp how the rule gets applied as we are not specifying any interface. Suppose I set up a rule that traffic from p.q.r.s going to service xyz has to be dropped, then where will it get dropped ? On external outside interface or inside interface ?
2. What is the use case of having multiple interfaces ? I can directly connect my subnets to send traffic to outside interface of Sophos and set up firewall rules at external interface such as drop all packets coming from p.q.r.s for service xyz. Why do we create separate inside and outside interface. I tried applying all firewall rules using outside interface only and it works as expected, then what are the use cases for creating separate interfaces ?
This thread was automatically locked due to age.