Binding Server to IP:Port?

Hi,

I have a RPI 4 Model B (4GB), it's running the latest firmware and OS (Raspbian lite in this case). I'm trialling the latest version of VirtualHere. Apart from the usual bits like locale, timezone and hostname, the pi4 is basically bog stock and for now won't be doing much more than (hopefully) running VirtualHere as headless server, in order to extend remote access to a USB device across the LAN.

It does however have a few VLANs. How can I specify the IP:Port to bind to?
It seems like the client has trouble finding the server (certainly takes a while to show up sometimes), so I was hoping to bind the server to specific address and port and then just point the client straight at it.

This is all on a wired, local ethernet LAN, both client and server share at least two vlans (mgmt + lan), but I wish to share the USB only on the mgmt vlan.

Thanks!

#2

https://www.virtualhere.com/configuration_faq

Just discovered the NetworkInterface key in the config.ini
Is it valid to use this to bind to a VLAN rather than just the underlying physical interface that carries multiple VLANs?
(i.e. is 'NetworkInterface=eth0.10' valid, or is it only valid for physical interfaces like eth0, eth1, wlan0 etc?)

#3

You specify the interface name which has an IP address e.g eth0.10

However you need to purchase a license to use this feature