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 seem to be having a problem wrapping my head around what is going on or what to do.What I have is two subinterfaces:interface FastEthernet0/1.1 encapsulation dot1Q 10 ip address 10.10.2.254 255.255.255.0 ip access-group vlan10_in in ip nat inside i...
I decided to grab a Cisco 1800 series router and try to set it up. So far I can get out, and everything seems fine. I then tried to setup a secure VPN tunnel between this router and a sonicwall router.Now the problem is the SonicWall GUI and the Cisc...
Ahhhh... See at first I was thinking it would deny it from going at all. But I guess since the deny is only applied to the "ip nat inside" it is only denying it from being nat'd like you are saying.Thanks so much for you help! Now i'm off to figuring...
That worked!But.. would you mind explaining why that works? I trying to learn this. I mean I already had the access-list 1 permit 192.168.11.0 0.0.0.255but how come we had to basically deny it first, then permit it for it to work correctly?Because we...