I am adding an eSoft Threatwall appliance to my network. I created a static translation and access list permitting smtp and pop3 traffic.
static (inside,outside) 12.181.251.147 206.95.209.194 netmask 255.255.255.255 0
0
access-list outside_in permit tcp any host 12.181.251.147 eq smtp
access-list outside_in permit tcp any host 12.181.251.147 eq pop3
access-group outside_in in interface outside
Now, my appliance cannot access the internet.
All of my other devices on the network use PAT to get to the internet.
global (outside) 1 interface
nat (inside) 0 access-list no_nat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
What else do I need to do?