Re: How to force ifup to wait for dhcp?
On Mon July 21 2008 00:08:48 Shachar Or wrote:
> Can you please attach your
> /etc/network/interfaces
> file?
Appended below.
--Mike Bird
# 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 wired network interface
# auto eth0
iface eth0 inet dhcp
dns-nameservers 127.0.0.1
dns-search yosemite.net
# Wifi
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wireless-essid (omitted)
wireless-key (omitted)
wireless-ap any
dns-nameservers 127.0.0.1
dns-search yosemite.net
# Canonical IP
auto dummy0
iface dummy0 inet static
address (omitted)
netmask 255.255.255.255
Reply to: