summaryrefslogtreecommitdiff
path: root/sto-tug-kvm1.swamid.se/overlay/etc/network/interfaces
blob: 5eca7179bda2e4e8e9911acbbe79698293da2bc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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 130.242.125.5
	netmask 255.255.255.192
	network 130.242.125.0
	broadcast 130.242.125.63
	gateway 130.242.125.1
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 130.242.80.14 130.242.80.99
	dns-search swamid.se

iface eth0 inet6 static
	address 2001:6b0:8:3::5
	netmask 64
	gateway 2001:6b0:8:3::1