SLIDE 1
Class Session 4 Firewalls Exercise 1
You are asked to design the firewall policy for the following network. Note that these are stateful, bidirectional firewalls. The only flags you need to worry about are SYN and SYN-ACK. The following traffic should be allowed (and all others implicitly denied).
- 1. Every host not in the DMZ should be able query the web server (port 80).
- 2. All hosts associated with the company on should be able to establish communications with
the IMAP server over SSL (port 993).
- 3. Hosts satellite LANs should be able to establish communications with the database server
(port 66).
- 4. Hosts in LAN 1 should be able to ssh into hosts in LANs 2 and 3 (port 22).
- 5. Hosts in LAN 2 should be able to ssh into hosts in LANs 1 and 3 (port 22).
- 6. Hosts in LAN 3 should be able to ssh into hosts into the Enterprise LAN (port 22)