Network in NAT port forward Host port 2222, guest port 22, name ssh, other left blank
Showing posts with label virtualbox. Show all posts
Showing posts with label virtualbox. Show all posts
Friday, September 16, 2016
How to SSH to a VirtualBox guest externally through a host?
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
Subscribe to:
Posts (Atom)
systemd-timesyncd
sudo apt update && sudo apt install systemd-timesyncd && sudo systemctl enable --now systemd-timesyncd