Skip to content

Instantly share code, notes, and snippets.

@alettieri
Created November 15, 2012 22:22
Show Gist options
  • Save alettieri/4081810 to your computer and use it in GitHub Desktop.
Save alettieri/4081810 to your computer and use it in GitHub Desktop.
VMWare Ubuntu Static IP
auto eth0
iface eth0 inet static
address 192.168.198.131
netmask 255.255.255.0
network 192.168.198.0
gateway 192.168.198.2
broadcast 192.168.198.255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment