Basic Example Configuration
An example of a network that needs to allow incoming mail, web exchanges, and nothing else through a packet filtering system:
- permit port 25 to mailserver.company.com
- permit port 80
- deny everything else
Are there problems with this?