Showing posts with label virtualbox. Show all posts
Showing posts with label virtualbox. Show all posts

Friday, September 16, 2016

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

systemd-timesyncd

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