X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=master%2Fopt%2Fcluster%2Facq%2Fetc%2Fnetwork%2Finterfaces;h=bb52b634b79919cc765482b99ef7eeaa493a2a76;hb=1dbbd72a91ee2bc717b449b82a4f36d954715a83;hp=d6a3a0cf1ece944b8a5f1725b70b167493a9a5d8;hpb=8a824b038b107ddb76f46fa06c06bd105f4e819f;p=debian6500.git diff --git a/master/opt/cluster/acq/etc/network/interfaces b/master/opt/cluster/acq/etc/network/interfaces index d6a3a0c..bb52b63 100644 --- a/master/opt/cluster/acq/etc/network/interfaces +++ b/master/opt/cluster/acq/etc/network/interfaces @@ -34,14 +34,22 @@ iface eth1 inet dhcp # Sensor prod post-up ip route add 225.0.0.0/8 dev eth1 +# The tertiary network interface auto eth2 iface eth2 inet dhcp + pre-up ip link set eth2 up; sleep 5 -auto eth4 -iface eth4 inet dhcp - +# The quaternary network interface auto eth3 iface eth3 inet dhcp + pre-up ip link set eth3 up; sleep 5 + +# The quinary network interface +auto eth4 +iface eth4 inet dhcp + pre-up ip link set eth4 up; sleep 5 +# The senary network interface auto eth5 iface eth5 inet dhcp + pre-up ip link set eth5 up; sleep 5