Thursday, September 15, 2016

VirtualBox Static ip

Virtualbox network in BridgeMode

sudo vi /etc/network/interfaces

auto eth0
iface eth0 inet static
   address 192.168.Y.X
   netmask 255.255.255.0
   network 192.168.Y.0
   gateway 192.168.Y.1

sudo service networking restart

No comments:

Post a Comment

systemd-timesyncd

sudo apt update && sudo apt install systemd-timesyncd && sudo systemctl enable --now systemd-timesyncd