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

IPsec VPN, IKE/SA is not established + ping between LANs does not work

Lovro Zafosnik
Level 1
Level 1

Hello everyone,

I’m working on my thesis and building a site-to-site IPsec VPN tunnel in Cisco Packet Tracer between two branch offices. Routing works without IPsec, but once the tunnel is configured, LAN-to-LAN communication does not work and IKE/IPsec SAs do not fully establish.

This is my topology :

Company A Network

Device Role Interface IP Address Subnet Mask Default Gateway
Router ALAN GatewayG0/0192.168.1.1255.255.255.0
Router AWAN to Internet RouterS0/0/010.1.1.2255.255.255.252
PC-A1ClientNIC192.168.1.10255.255.255.0192.168.1.1
Server-A (optional)DNS / IntranetNIC192.168.1.20255.255.255.0192.168.1.1

Company B Network

Device Role Interface IP Address Subnet Mask Default Gateway
Router BLAN GatewayG0/0192.168.2.1255.255.255.0
Router BWAN to Internet RouterS0/0/010.1.2.2255.255.255.252
PC-B1ClientNIC192.168.2.10255.255.255.0192.168.2.1
Server-B (optional)DNS / IntranetNIC192.168.2.20255.255.255.0192.168.2.1

Internet / Intermediate Router

Device Role Interface IP Address Subnet Mask
Internet RouterTransit RouterG0/010.1.1.1255.255.255.252
Internet RouterTransit RouterG0/110.1.2.1255.255.255.252

Static Routes Configuration (Required for Full Connectivity)

Router A:

ip route 192.168.2.0 255.255.255.0 10.1.1.1
Router B:
ip route 192.168.1.0 255.255.255.0 10.1.2.1

Internet Router:

ip route 192.168.1.0 255.255.255.0 10.1.1.2 ip route 192.168.2.0 255.255.255.0 10.1.2.

 If you know how I can fix this, I would be very grateful.

1 Accepted Solution
1 Reply 1