I've successfully managed to connect to omv from my phone using the wireguard plugin (one tunnel, one client). I followed the plugin guide Basic Configuration.
I have on the omv server a KVM VM sharing the same network (bridged macvtap0).
How do I ssh into the VM from the phone?
From the phone using Termux I've tried: $ ssh <username>@<VM_IP_address> but I get 'No route to host' . Ping to the VM's IP also returns Destination Host Unreachable.
Connection to the VM from another computer inside the LAN works fine