Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rickhernandezio/349ab70f873ef9f4a0518afff2abc356 to your computer and use it in GitHub Desktop.
Save rickhernandezio/349ab70f873ef9f4a0518afff2abc356 to your computer and use it in GitHub Desktop.
How To Configure Static IP address on Ubuntu 16.04 LTS using VirtualBox
# NAT Network
auto enp0s3
iface enp0s3 inet dhcp
# Host Only Network
auto enp0s8
iface enp0s8 inet static
address 192.168.56.106
netmask 255.255.255.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment