update gitignore
[debian6500.git] / master / etc / network / interfaces
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 static
11 address 10.133.26.160
12 netmask 255.255.255.0
13 network 10.133.26.0
14 broadcast 10.133.26.255
15 pre-up ip addr flush dev eth0
16 post-up ip addr add 10.133.28.160/24 dev eth0
17 post-up ip route add default dev eth0
18
19 # The secondary network interface
20 auto eth1
21 iface eth1 inet static
22 address 10.133.26.161
23 netmask 255.255.255.0
24 network 10.133.26.0
25 broadcast 10.133.26.255