Re: How to force ifup to wait for dhcp?
- From: Mike Bird <mgb-debian@xxxxxxxxxxxx>
- Date: Mon, 21 Jul 2008 00:22:26 -0700
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
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- Follow-Ups:
- Re: How to force ifup to wait for dhcp?
- From: Shachar Or
- Re: How to force ifup to wait for dhcp?
- References:
- How to force ifup to wait for dhcp?
- From: Mike Bird
- Re: How to force ifup to wait for dhcp?
- From: Shachar Or
- How to force ifup to wait for dhcp?
- Prev by Date: Re: How to force ifup to wait for dhcp?
- Next by Date: Re: How to force ifup to wait for dhcp?
- Previous by thread: Re: How to force ifup to wait for dhcp?
- Next by thread: Re: How to force ifup to wait for dhcp?
- Index(es):
Relevant Pages
|