Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - exebat

#1
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 ?