Help with routes configuration - cant ping computers on interface

Started by exebat, September 13, 2024, 06:25:44 PM

Previous topic - Next topic
Hi all. I am using Opnsense as a VM on a Proxmox server. All works great and I am now trying to connect two Proxmox servers so VMs on different servers can communicate with one another


I have following interfaces
------------------------------------
LAN interface (lan, vtnet0) 192.168.10.1/24
OfficeWireGuard interface (opt1, wg1) 10.10.10.1/24
WAN interface (wan, vtnet1) xxx.xxx.xxx.xxx/26
Vlan interface (opt2, vtnet2) 192.168.210.1/24


I connected my VMs to Vlan (opt2) and they can ping each other.

From Vlan I can ping Lan inferface (192.168.10.1), I can ping WireGuard IP (10.10.10.1) but I cant ping any of the WireGuard clients for example 10.10.10.200.


I can ping them from other interfaces, but not from Vlan interface.

What might be wrong ?