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

xfce4-screenshooter keyboard shortcut

sh -c 'xfce4-screenshooter --fullscreen --save "$HOME/Pictures/Screenshots/Screenshot_$(date +%Y-%m-%d_%H:%M:%S).png"' s...