Hi.
I have a IPSEC VPN between 2 sites but because of overlapping networks, we decided SITE A would create a new VLAN with an unused subnet in SITE B.
The topology(simplified) is as follows:
SITE A
SUBNET A - 10.10.3.1/24 - main subnet
SUBNET B - 10.10.10.1/24 - subnet used only for vpn
SITE B
Subnet C - 10.1.1.2/32
IPSEC VPN site A
local address - 10.10.10.1/24
remote address - 10.1.1.2/32
IPSEC VPN site B
localaddress - 10.1.1.2/32
remote address 10.10.10.1/24
IPSEC VPN is established and all good but I want to be able to connect from SITE A, subnet A 10.10.3.1, to SITE B, subnet C 10.1.1.2.
From cli, if I set as source address 10.10.10.1, I am able to ping 10.1.1.2 or telnet on available ports but I’m scratching my head as to what firewall rules or policy routes I need in order to be able to allow subnet A to connect to subnet C.
IPSEC wizard automatically added the route to SUBNET C and the blackhole+2 firewall rules.
I have firewall rules in place which allow traffic from:
SUBNET A to B(working)
SUBNET B to A(working)
SUBNET B to C(working)
VPN TUNNEL to SUBNET B(working, added by ipsec wizard)
SUBNET B to VPN TUNNEL(working, added by ipsec wizar)
In policy route, I’ve added SUBNET A to SUBNET C, with outgoing interface VPN TUNNEL and gateway 0.0.0.0 but no luck.
Any ideas?