X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=master%2Fetc%2Fnetwork%2Finterfaces;fp=master%2Fetc%2Fnetwork%2Finterfaces;h=0000000000000000000000000000000000000000;hb=14037e7d1154f3c36babdd4be5a2a2025bcb3693;hp=2dd2c2f3404891c0b1ed50e734b5f90f8351c2c6;hpb=2d67c911aecb455acbb84634c25579e736a1c62d;p=debian6500.git diff --git a/master/etc/network/interfaces b/master/etc/network/interfaces deleted file mode 100644 index 2dd2c2f..0000000 --- a/master/etc/network/interfaces +++ /dev/null @@ -1,25 +0,0 @@ -# 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 static - address 10.133.26.160 - netmask 255.255.255.0 - network 10.133.26.0 - broadcast 10.133.26.255 - pre-up ip addr flush dev eth0 - post-up ip addr add 10.133.28.160/24 dev eth0 - post-up ip route add default dev eth0 - -# The secondary network interface -auto eth1 -iface eth1 inet static - address 10.133.26.161 - netmask 255.255.255.0 - network 10.133.26.0 - broadcast 10.133.26.255