Hi,
I am testing two subnets to a remote site.
HQ:
Subnet 1: 192.168.1.0/24
Subnet 2: 192.168.2.0/24
I have tested the connectivity and captured packets. The traffic is exiting the VPN interface (e.g., test-vpn). Assuming the routing policies are correct, the following observations were made:
Subnet 1 is working. can reach 192.168.10.0/24
Subnet 2 is not working. cant reach 192.168.10.0/24
Branch:
The branch firewall shows that packets received from the source 192.168.2.0 network are zero.
I don’t think the ISP is blocking the traffic because one subnet is working.
What I Noticed:
I had a previous tunnel configuration like the one below, but it is currently down. Traffic that matched the previous tunnel configuration does not work anymore.
plaintext
Copy code
edit “vlan2-to-cloud”
set phase1name “VpnToCloud”
set proposal aes256-sha256
set dhgrp 5
set src-subnet 192.168.2.0 255.255.255.0
set dst-subnet 192.168.10.0 255.255.255.0
Commands Used:
get router info routing-table details 192.168.10.1
Cannot access this subnet from 192.168.2.0/24.
This subnet can be accessed from 192.168.1.0/24.
diag deb flow filter addr 192.168.10.1
diag deb flow trace start 500
diag deb en
Please help.