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 trying to setupa site-to-site VPN. Site A router is 79.129.63.208, site B router is 213.249.2.6. The server 10.0.0.50 to site A should exchange data with network 10.10.33.0/24 to site B.The tunnel is not established. I get the state "MM_NO_STATE...
Hi Rick,finally we found out what was the problem. The command :"ip nat inside source static 192.168.0.10 interface Dialer1".When we took out this command (it was there because the router had been used to other installation !) everything run smoothly...
Dear Rick,1. Ok, regarding "route map" commands.2. What we need to protect (at least for the moment !) is the traffic from server (10.0.0.50) to subnet (10.10.33.0). When we finish with this tunnel some remote users will be using this VPN to connect ...
Hi Rick,first of all, THANKS FOR YOUR TIME.May be I am little be confused or the link I sent you confused me. So, after your clarifications and having in mind that we need:1. VPN tunnel from 10.0.0.50 to 10.10.33.0/242. NAT (to network where server 1...
Rick,it seems strange to me also to use same ACL for "deny" and "permit". The reason I did it that way is because I found such suggestion to one of Cisco docs, http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a008009...
Hi Rick,regarding ACL I am not sure what change you suggest. What I have is :access-list 101 permit ip 10.0.0.0 0.0.0.255 anyaccess-list 104 deny ip host 10.0.0.50 10.10.33.0 0.0.0.255access-list 104 permit ip host 10.0.0.50 anyIs this what you sug...