My config allows all ip traffic to pass in both directions between the outside and inside interfaces of my pix 501 even though they are on different subnets as shown below: -
ip address outside 10.0.0.253 255.0.0.0
ip address inside 192.168.0.253 255.255.255.0
I have the following ACLs setup: -
access-list allow_ip permit ip any any
access-list nonat permit ip any any
I am trying to learn pix and specifically trying to understand exactly what the following statements do: -
global (outside) 1 interface
nat (inside) 0 access-list nonat
access-group allow_ip in interface outside
access-group allow_ip in interface inside
routing interface inside
Can anyone explain in details what exactly each of these statements accomplish?
ip address outside 10.0.0.253 255.0.0.0
ip address inside 192.168.0.253 255.255.255.0
I have the following ACLs setup: -
access-list allow_ip permit ip any any
access-list nonat permit ip any any
I am trying to learn pix and specifically trying to understand exactly what the following statements do: -
global (outside) 1 interface
nat (inside) 0 access-list nonat
access-group allow_ip in interface outside
access-group allow_ip in interface inside
routing interface inside
Can anyone explain in details what exactly each of these statements accomplish?