Simple Cisco ASA 5505 config issue
- by Ben Sebborn
I have a Cisco ASA setup with two interfaces:
inside: 192.168.2.254 / 255.255.255.0 SecLevel:100
outside: 192.168.3.250 / 255.255.255.0 SecLevel: 0
I have a static route setup to allow PCs on the inside network to access the internet via a gateway on the outside interface (3.254):
outside 0.0.0.0 0.0.0.0 192.168.3.254
This all works…