VBox Host-only networking Konsole

Aus xinux.net
Zur Navigation springen Zur Suche springen

Beispielkonfiguration eines statischen NAT Netzwerks

  • VBoxManage natnetwork add -t nat-int-network -n "192.168.15.0/24" -e

Beispielkonfiguration mit DHCP Server

  • VBoxManage natnetwork add -t nat-int-network -n "192.168.15.0/24" -e -h on

Nachträgliches Hinzufügen eines DHCP Servers

  • VBoxManage natnetwork modify -t nat-int-network -h on