Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am configuring a PIX 515e Software Version 6.1(4) and would like to give access to all traffic accessing the DMZ. I thought this would work: ("dmz" is the interface name)conf taccess-list acl_dmz permit ip any anyaccess-group acl_dmz in interface d...
I am configuring a PIX 515e Software Version 6.1(4) and would like to give access to all traffic accessing the DMZ. I thought this would work: ("dmz" is the interface name)conf taccess-list acl_dmz permit ip any anyaccess-group acl_dmz in interface...
Version 12.2(7)I tried the following to disable telnet to our 3640:router(config)#access-list 10 deny anyrouter(config)#line vty 0 4router(config-line)#access-class 10 inrouter(config-line)#access-class 10 outOf course - this disabled ssh connection ...
Solved this with the following static entry:static (inside,dmz1) 10.0.2.0 10.0.2.0 netmask 255.255.255.0where 10.0.2.0 is the subnet of the Inside interface.
Solved this with the following static entry:static (inside,dmz1) 10.0.2.0 10.0.2.0 netmask 255.255.255.0where 10.0.2.0 is the subnet of the Inside interface.