add gateway in clovis-lite dhcp
[debian6500.git] / master / etc / network / interfaces
CommitLineData
4e802319 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
5auto lo
6iface lo inet loopback
7
8# The primary network interface
9auto eth0
10iface 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
6ded6f01 16 post-up ip addr add 10.133.28.160/24 dev eth0
15d19708 17 post-up ip route add default dev eth0
8a1c6cff 18
bb76ff39
LM
19# The secondary network interface
20auto eth1
8a1c6cff
OL
21iface 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