Hello,
We have the following configuration:
1. MX84 - router (LAN1 port to WAN uplink)
2. MS120-24p Switch (connected to LAN3 port on the router)
We have 2 VLANs on the security appliance.
1. VLAN1 (default): 192.168.128.0/24
2. VLAN2 : 192.168.33.0/24
LAN3 port is configured as trunk with native VLAN1 but allowing all VLANs
One of the ports on the switch is configured to work on VLAN2 with following properties:
Type: Access
VLAN: 2
Link: auto
Trusted: Disabled
When I connect a device to this switch port it gets the anticipated IP address and I am able to reach public internet.
Now we have Non Meraki VPN Peer configured with AWS IPSec policy with availability to all networks. The subnet we want routed through this tunnel is VLAN2 (192.168.33.0/24)
But we can't seem to reach the remote destination IP from either of the VLANs. I don't see the routes under `netstat -r` either.
How do I go about de-bugging this and is the configuration correct if we want to be able to reach the remote server over the tunnel from VLAN2.