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 have a PIX 525 with a static NAT which is part of a VPN tunnel:static (inside,outside) 10.91.6.2 access-list translation2access-list dieboldtranslation2 permit ip host 10.11.150.1 host 10.79.15.3The host on my end is trying to get out and I can see...
I have a PIX 6.3 that I am trying to establish a tunnel to a remote site.I am getting the following error:106011: Deny inbound (No xlate) tcp src inside:10.11.150.1/1673 dst inside:10.79.15.3/5202A couple of questions about the config pieces below:Sh...
I have this scenario with a PIX 525 6.3, this supposedly worked at one time:I have a device on the inside network that needs to access a remote site network through a VPN tunnel.Inside network device is 10.11.150.1, needs to access remote device 10.7...
Is the idea behind Cisco works that if the initial discovery setup is correct, that all other aspects will use the same discovery database?It seems that the different moduleas are using a different disovery list, some items are in the campus manager ...
Is the idea behind bridging across WAN links to allow a remote site to be on the same layer 2 link and subnet as the Main site?For example in a DR scenario, you could configure the DR site to be on the same subnet as the Main site as far as the remot...
Thanks for all the help rico,One last question:If I remoove the entore access-list and then rewrite it,Will I cause the exiting VPN tunnels to go down?
One last question rico,in the firewall NO-NAT access-list there is this line:access-list NO_NAT permit ip any 10.0.0.0 255.0.0.0wouldn't this match the 10.11.150 subnet and then would prevent the static nat from wotking as you stated above?
Thanks rico,Suppose I did want to put an access-list addition in the NO_NAT access-list, is there any way to put in at the top of the list rather than the bottom?If I just make an addition, it will go to the bottom of the list, I want to add it in a ...