~cbehrens/agent-smith/remove-events

« back to all changes in this revision

Viewing changes to scripts/tests/configure_network.sh-tests/r/ubuntu_network_config/etc/network/interfaces

  • Committer: Christopher MacGown
  • Date: 2010-09-14 20:29:06 UTC
  • Revision ID: chris@slicehost.com-20100914202906-fxs1ypjb63abaqx2
Fixes for debian parsing

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# Uncomment this and configure after the system has booted for the first time
9
9
auto eth0
10
10
iface eth0 inet static
11
 
    address 204.232.195.126
12
 
    netmask 255.255.255.0
13
 
gateway 204.232.195.1
14
 
dns-nameservers 72.3.128.240 72.3.128.241
15
 
 
16
 
auto eth0:1
17
 
iface eth0:1 inet static
18
 
    address 204.232.195.126
19
 
    netmask 255.255.255.0
 
11
    address 10.127.31.178
 
12
    netmask 255.255.255.0
 
13
gateway 10.127.31.1
 
14
dns-nameservers 10.6.24.4 10.6.24.5
20
15
 
21
16
auto eth1
22
17
iface eth1 inet static
23
 
    address 
24
 
    netmask 
25
 
up route add -net 10.176.0.0 netmask 255.248.0.0 gw 10.176.0.1
26
 
down route del -net 10.176.0.0 netmask 255.248.0.0 gw 10.176.0.1
27
 
up route add -net 10.191.192.0 netmask 255.255.192.0 gw 10.176.0.1
28
 
down route del -net 10.191.192.0 netmask 255.255.192.0 gw 10.176.0.1
 
18
    address 192.168.2.191
 
19
    netmask 255.255.224.0
 
20
up route add -net 10.176.0.0 netmask 255.248.0.0 gw 10.177.96.1
 
21
down route del -net 10.176.0.0 netmask 255.248.0.0 gw 10.177.96.1
 
22
up route add -net 10.191.192.0 netmask 255.255.192.0 gw 10.177.96.1
 
23
down route del -net 10.191.192.0 netmask 255.255.192.0 gw 10.177.96.1