Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2001 12:44:12 +0100 (BST)
From:      Richard Tobin <richard@cogsci.ed.ac.uk>
To:        freebsd-net@FreeBSD.ORG
Subject:   DHCP and multiple interfaces
Message-ID:  <200109201144.MAA14911@rhymer.cogsci.ed.ac.uk>

next in thread | raw e-mail | index | archive | help
/etc/rc.network takes care to gather up all the DHCP interfaces to pass
to a single dhclient program.

/etc/pccard_ether on the other hand expects to run a separate dhclient
for each interface, carefully storing their pids in different files.

I have a laptop with a built-in interface and a wireless card.
dhclient runs for the built-in interface from /etc/rc.network, but
when /etc/pccard_ether tries to run it for the wireless card it
gets "can't bind to dhcp address: Address already in use".

I can see why this happens, but clearly /etc/pccard_ether expects to
be able to run multiple dhclients.  How is this meant to work?

-- Richard

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109201144.MAA14911>