annotate conf/iopmgr.testbed.aaa/network/interfaces @ 12:6314b2c36220

Adding a new interoperability testbed
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 26 Nov 2010 17:55:02 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
1 # This file describes the network interfaces available on your system
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
2 # and how to activate them. For more information, see interfaces(5).
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
3
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
4 # The loopback network interface
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
5 auto lo
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
6 iface lo inet loopback
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
7
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
8 # The primary network interface
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
9 auto eth0
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
10 iface eth0 inet dhcp
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
11
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
12 auto eth1
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
13 iface eth1 inet static
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
14 address 192.168.110.1
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
15 netmask 255.255.255.0
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
16 iface eth1 inet6 static
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
17 address fde4:2c6e:55c4:110::1
6314b2c36220 Adding a new interoperability testbed
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
18 netmask 64
"Welcome to our mercurial repository"