cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
553
Views
1
Helpful
4
Replies

VPN can?t connect to LAN-to-LAN Peer

lveraza
Level 1
Level 1

Hi,

I?m connecting two routers with this procedure:

http://www.cisco.com/en/US/partner/tech/tk583/tk372/technologies_configuration_example09186a00801dddbb.shtml

But, i can?t see the VPN active, the show commands send nothing.

Do you know any commands that are missing here ?

Thank you.

4 Replies 4

spremkumar
Level 9
Level 9

Hi Luis

do post the configs of both the routers so that the same can be verified.

regds

Wilson Samuel
Level 7
Level 7

Hi,

I back Prem, please post config from both the Routers and we shall be able to advise you much better about the situation.

Kind Regards,

Wilson Samuel

Hi,

Thanks, the VPN point to point is working properly, mi problem now is that, i have serveral routers behind a side, diferents networks, but i can?t see anything, i can see only one network, do you know what can i do ?

Thank you, regards. Luis.

Hi,

If you have a network a,b,c,d.. on any side and if you want to access all those network via tunnel from another side then you have to do following.

In vpn interesting traffic access list, include all the network.

On the multiple network side, specify the route for your local network pointting to local VPN peer router.

Example:-

Spoke Side network is 10.2.2.0/24.

Hub side networks are 10.1.1.0/24(directly connected Network), 10.1.3.0/24, 10.1.4.0/24.

spoke access-list:-

access-list 100 permit ip 10.2.2.0 0.0.0.255 10.1.1.0 0.0.0.255

access-list 100 permit ip 10.2.2.0 0.0.0.255 10.1.3.0 0.0.0.255

access-list 100 permit ip 10.2.2.0 0.0.0.255 10.1.4.0 0.0.0.255.

Hub routes:-

ip route 10.1.3.0 255.255.255.0 10.1.1.x

ip route 10.1.4.0 255.255.255.0 10.1.1.x

On all other routers at HUB :-

ip route 10.1.2.0 255.255.255.0 10.1.1.xy(Router inside ip)

I hope it will help.

Thanks,

Mustafa

Review Cisco Networking products for a $25 gift card