On 6/19/07, Jarek <[EMAIL PROTECTED]> wrote:
Hi all!
Is it possible to configure networking in that way, that dhcp will not
be launched if there is no cable ?
I don't want to wait or Ctrl+C dhclient if there is no cable connected.
Use allow-hotplug in interfaces(5).
#cat /etc/network/interfaces
auto lo
iface eth1 inet dhcp
iface ath0 inet dhcp
iface lo inet loopback
allow-hotplug eth1
allow-hotplug ath0
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]