view 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
line wrap: on
line source

# 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 dhcp

auto eth1
iface eth1 inet static
	address 192.168.103.1
	netmask 255.255.255.0
iface eth1 inet6 static
	address fde4:2c6e:55c4:103::1
	netmask 64

auto eth2
iface eth2 inet static
	address 192.168.104.1
	netmask 255.255.255.0
iface eth2 inet6 static
	address fde4:2c6e:55c4:104::1
	netmask 64

auto eth3
iface eth3 inet static
	address 192.168.115.1
	netmask 255.255.255.0
iface eth3 inet6 static
	address fde4:2c6e:55c4:115::1
	netmask 64

"Welcome to our mercurial repository"