User Tools

Site Tools


network:ubuntu_static_ip

This is an old revision of the document!


Ubuntu Static IP

/etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0

iface eth0 inet static
	address 10.1.0.82
	netmask 255.255.252.0
	gateway 10.1.0.1
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 10.1.0.4
	dns-search sebekaschools.net
network/ubuntu_static_ip.1363370189.txt.gz · Last modified: 2013/03/15 12:56 by tschulz