comparison conf/mgr.testbeddomain/network/interfaces @ 0:9e5a3c884de6

Initial import of the virtual testbed.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 17 Jun 2010 11:00:32 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9e5a3c884de6
1 # This file describes the network interfaces available on your system
2 # and how to activate them. For more information, see interfaces(5).
3
4 # The loopback network interface
5 auto lo
6 iface lo inet loopback
7
8 # The primary network interface
9 auto eth0
10 iface eth0 inet dhcp
11
12 auto eth1
13 iface eth1 inet static
14 address 192.168.101.1
15 netmask 255.255.255.0
16 iface eth1 inet6 static
17 address fde4:2c6e:55c4:101::1
18 netmask 64
19
"Welcome to our mercurial repository"