Home > Ubuntu/Debian network interface files

Ubuntu/Debian network interface files

10th June 2009

Note to self: Example interface files for ubuntu/debian systems.

DHCP:

iface eth0 inet dhcp

Static:

iface eth0 inet static 
   address 1.2.3.4
   netmask 255.0.0.0
   gateway 1.0.0.1

Now, don't forget it!

Tags: computers, debian, linux, networking, system administration, ubuntu