04-15-2015 12:50 AM
anyone please check and confirm what is the main error on these configuration????
I need to establish VPN between our offices
--------------------------------------------------------------------------------------------
SITE A Public IP 203.170.74.74 | SITE B Public IP 202.141.0.12 |
R1(config)# crypto isakmp policy 1 R1(config)# crypto isakmp key cisco address 203.170.74.74 R1(config)# ip nat inside source list 100 interface fastethernet0/1 overload | R2(config)# crypto isakmp policy 1 R2(config)# ip nat inside source list 100 interface fastethernet0/1 overload |
Solved! Go to Solution.
04-15-2015 01:41 PM
I found what I believe to be two errors in your config.
Your Crypomap "Set Peer" configurations do not match up with the Public IP addresses you have listed.
Site A Should have a "set peer" statement with Site B's Public IP address like so:
R1(config-crypto-map)# set peer 202.141.0.12
Site B Should be:
R2(config-crypto-map)# set peer 203.170.74.74
I believe you have the same problem where you set the "key" for the tunnel.
Site A Should have a "address" with Site B's Public IP address like so:
R1(config)# crypto isakmp key cisco address 202.141.0.12
Site B Should be:
R2(config)# crypto isakmp key cisco address 203.170.74.74
I hope I was of help. It would be a first. (on this forum).
04-15-2015 01:41 PM
I found what I believe to be two errors in your config.
Your Crypomap "Set Peer" configurations do not match up with the Public IP addresses you have listed.
Site A Should have a "set peer" statement with Site B's Public IP address like so:
R1(config-crypto-map)# set peer 202.141.0.12
Site B Should be:
R2(config-crypto-map)# set peer 203.170.74.74
I believe you have the same problem where you set the "key" for the tunnel.
Site A Should have a "address" with Site B's Public IP address like so:
R1(config)# crypto isakmp key cisco address 202.141.0.12
Site B Should be:
R2(config)# crypto isakmp key cisco address 203.170.74.74
I hope I was of help. It would be a first. (on this forum).
04-15-2015 10:09 PM
Thank you very much mpalmiero
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide