I am in the process of configuring a new Untangle box with 4 interfaces.
External = Internet [Static Address]
Internal = WiFi [192.168.81.1]
DMZ = Webservers [192.168.117.1] to be used in the future
eth3 = Office Network [192.168.76.1]
My goal is to block all traffic between internal networks with the following exceptions…
DNS - FROM all clients on the 81.x network TO select servers on the 76.x network
HTTP – FROM all clients on the 81.x network TO select servers on the 76.x network
RDP – FROM all clients on the 81.x network TO select servers on the 76.x network
HTTP – FROM select clients on the 76.x network TO select clients on the 81.x network
The above setup will be replacing two separate Untangle routers that are currently in service. I would like to consolidate from 2 routers to 1 for the sake of QOS and potentially using paid apps in the future.
I have several questions…
Should I use a combination of bypass rules and packet filtering rules to accomplish my goals, or should I use the firewall app?
What would be the pros and cons of each?
Are “established” packets automatically accepted by the Firewall app and Packet filters?