Skip to content

Instantly share code, notes, and snippets.

@seyyah
Created July 7, 2010 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seyyah/466499 to your computer and use it in GitHub Desktop.
Save seyyah/466499 to your computer and use it in GitHub Desktop.
auto lo eth0 eth1
iface lo inet loopback
iface eth0 inet static
address 10.0.2.15
netmask 255.255.255.0
gateway 10.0.2.2
iface eth1 inet static
address 192.168.56.101 # FIXME: beni uygun bir degerle guncelle
netmask 255.255.255.0
gateway 192.168.56.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment