Simple, easy network question for an expert to help me answer, implement. My home network is via 10.0.1.x network, my mac is 10.0.1.140, my Ubuntu VM is 172.18.0.1, the br_kasm IP is 172.19.0.1 and the docker0 IP is 172.17.0.1. Network is SHARED network setting, Connect mac to this network is 192.168.1.1-192.168.1.254 Subnet Mask 255.255.255.0 subnet 192.168.0.1 So, I can open containers at 192.168.1.7, etc. on the container from the linux VM, but other machines cannot which are on 10.0.1.x network. If Port forwarding, how? Specific settings. If Route Add, what command. All I want to do is have the 192.168.17 VM be access by the 10.0.1.x Windows box. Anyone?
FOLLOWING UP OK, reading: https://download.parallels.com/desktop/v18/docs/en_US/Parallels Desktop User's Guide/33013.htm Maybe I'm making my previous inquiry too complex My Mac Mini M4 is running Parallels latest version. I have the Ubuntu ARM64 VM running in Parallels Desktop for Mac. I have Docker installed on the Ubuntu VM. In Docker I have a Kasm Workspace running. I can access the Ubuntu VM from the Mac Mini with the 'Shared Networking' default configuration. I can access the Docker container(s) on the Ubuntu VM from The Mac Mini, no problem. The ip address of the router on my Mac Mini network 10.0.1.1 My Mac Mini has an IP of 10.0.1.xxx From a terminal in the Ubuntu Parallels VM, when issuing the command 'hostname -i --all-ip-address' my result is: (IP V4) 192.168.1.9 172.18.0.1 172.17.0.1 172.19.0.1 (IP V6) fdb2:2c26:f4e4:0:c08d:6220:887f:c309 fdb2:2c26:f4e4:0:c3b1:9dbe:fde7:f8e0 The Docker Network list is: NAME DRIVER IPV4 SUBNET IPV4 GATEWAY bridgeSystem bridge 172.17.0.0/16 172.17.0.1 kasm_default_network 172.18.0.0/16 172.18.0.1 kasm_sidecar_network kasmweb/kasm-network-plugin:arm64-1.1 172.19.0.0/16 172.19.0.1 The Docker KASM Container is running at 192.168.1.9, which I can connect to from the Mac Mini I have a Windows 11 PC on the 10.0.1.x home network that needs to access the 192.168.1.9 KASM Container on the Parallels Ubuntu VM on the Mac Mini I would also assume that when configured correctly, I should be able to access the 192.168.1.9 address from my iPad/iPhone while connected to the home IP network (10.0.1.x) Now, all I need help with is someone to assist me in filling in the blank spots in my brain to configure either the Ubunt VM, the Mac Mini or the Parallels Application. Anyone?