Hi all,
I am tryin for first time to configure Cisco PIX 515E, and somehow I ‘ve got stuck.
I have “inside” on 192.168.1.0 and “outside” on 192.168.0.0; configured DNS; Have route to my Internet router(192.168.0.1); In console have ping to yahoo.com, for example. But from inside dont have internet.
The all config is:
ip address inside 192.168.1.200 255.255.255.0
ip address outside 192.168.0.200 255.255.255.0
route outside 0 0 192.168.0.1
nat (inside) 1 192.168.1.0 255.255.255.0
global (outside) 1 192.168.0.0
access-list outbound permit tcp 192.168.1.0 255.255.255.0 any eq 80
access-list outbound permit tcp 192.168.1.0 255.255.255.0 any eq 53
access-group outbound in interface inside
When i trace packet with the Packet tracer, i got stuck on implicit rules “any-to-any deny”. I cant remove the rule, I added additional rules “TCP any-to-any”, but nothing…