Is there an official way to set a fixed IP per VM? #5072
-
|
Describe the issue Configuration
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Currently not possible with NAT, but with emulated VLAN, you can port forward to your host machine. |
Beta Was this translation helpful? Give feedback.
-
|
You can also add a bridged network to your UTM server that's using the same NIC that your host machine is using to connect to your Home LAN. If you have a DHCP server on your Home LAN, it should give it a IP that you can then access in a browser. (and then even set a /etc/hosts record to it) To make it permanent, either set it statically in the VM, or assign it via DHCP reservation in your Routers. |
Beta Was this translation helpful? Give feedback.
Currently not possible with NAT, but with emulated VLAN, you can port forward to your host machine.