Ubuntu:Network config

From Define Wiki
Revision as of 12:43, 10 February 2014 by Michael (talk | contribs) (Created page with "== Network Config == Interface configuration is done in the /etc/netowrk/interfaces file. The file below configures the loopback interface and sets eth0 to use DHCP. <syntaxhighlight>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Network Config

Interface configuration is done in the /etc/netowrk/interfaces file. The file below configures the loopback interface and sets eth0 to use DHCP.

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp