hello everybody, i just want to know if i can have the following setup:
suppose i’m using 3 interfaces:
public interface : /29 public ip network
DMZ interface : /29 different public ip network
internal interface : 192.168.1.0/24
I would like to setup my internal network working with masquerade and DMZ interface routing to public interface. Is it possible to enable firewall just for internal interface by specifing src address : 192.168.1.0/24 in the masquerade NAT rule, or i need to do something else?
thanks in advance for your answers