X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=master%2Fopt%2Fcluster%2Facq%2Fetc%2Fnetwork%2Finterfaces;fp=master%2Fopt%2Fcluster%2Facq%2Fetc%2Fnetwork%2Finterfaces;h=bb52b634b79919cc765482b99ef7eeaa493a2a76;hb=2751033a79ef82ea090624ede38dc8aeccd41727;hp=011b71d0cb66e2c33973eb522be5f3fe4b60ff76;hpb=766e5f168129bffb6cfc38b43a6d85cd94b3043b;p=debian6500.git diff --git a/master/opt/cluster/acq/etc/network/interfaces b/master/opt/cluster/acq/etc/network/interfaces index 011b71d..bb52b63 100644 --- a/master/opt/cluster/acq/etc/network/interfaces +++ b/master/opt/cluster/acq/etc/network/interfaces @@ -37,15 +37,19 @@ iface eth1 inet dhcp # The tertiary network interface auto eth2 iface eth2 inet dhcp + pre-up ip link set eth2 up; sleep 5 # 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