comparison conf/rtmgr.testbed.aaa/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.103.1
15 netmask 255.255.255.0
16 iface eth1 inet6 static
17 address fde4:2c6e:55c4:103::1
18 netmask 64
19
20 auto eth2
21 iface eth2 inet static
22 address 192.168.104.1
23 netmask 255.255.255.0
24 iface eth2 inet6 static
25 address fde4:2c6e:55c4:104::1
26 netmask 64
27
28 auto eth3
29 iface eth3 inet static
30 address 192.168.115.1
31 netmask 255.255.255.0
32 iface eth3 inet6 static
33 address fde4:2c6e:55c4:115::1
34 netmask 64
35
"Welcome to our mercurial repository"