Bump to 1.14.1
[platform/upstream/augeas.git] / tests / root / etc / network / interfaces
1 # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
2
3 # The loopback interface
4 auto lo
5 iface lo inet loopback
6
7 # The first network card - this entry was created during the Debian installation
8 ## auto eth0
9 iface eth0 inet dhcp
10   pre-up /etc/init.d/ntp-server stop || true
11   up /etc/init.d/ntpdate restart || true
12   up /etc/init.d/ntp-server start || true
13
14 iface eth0-0 inet static
15   address 134.158.129.99
16   netmask 255.255.254.0
17   network 134.158.128.0
18   broadcast 134.158.129.255
19   gateway 134.158.128.1
20
21 iface eth0-2 inet static
22         address 192.168.1.160
23   netmask 255.255.255.0
24   network 192.168.1.0
25   broadcast 192.168.1.255
26   gateway 192.168.1.1
27
28 iface eth0-3 inet static
29   address 192.168.1.7
30   netmask 255.255.255.0
31   network 192.168.1.0
32   broadcast 192.168.1.255
33
34 iface adsl0 inet dhcp
35   pre-up /sbin/modprobe adiusbadsl
36   pre-up /usr/sbin/adictrl -i
37   pre-up /usr/sbin/adictrl -f
38   pre-up /usr/sbin/adictrl -d
39   pre-up /usr/sbin/adictrl -s