On Mon, 2011-07-18 at 19:14 +0200, martin f krafft wrote: > dhcpcd5 fails to obtain an address (it fails to put packets on the > wire) when the interface is a bridge. Manual configuration works, as > does IPv6 autoconf and isc-dhcp-client, so the problem seems to be > with dhcpcd.
Seems to work fine for me. sudo brctl addbr br0 sudo brctl addif br0 wlan0 eth0 sudo dhcpcd -dB br0 dhcpcd[4182]: version 5.2.12 starting dhcpcd[4182]: br0: using hwaddr 00:19:e0:82:33:92 dhcpcd[4182]: br0: executing `/lib/dhcpcd/dhcpcd-run-hooks', reason PREINIT dhcpcd[4182]: br0: executing `/lib/dhcpcd/dhcpcd-run-hooks', reason CARRIER dhcpcd[4182]: br0: reading lease `/var/db/dhcpcd-br0.lease' dhcpcd[4182]: br0: checking for 169.254.15.125 dhcpcd[4182]: br0: sending ARP probe (1 of 3), next in 1.89 seconds dhcpcd[4182]: br0: sending ARP probe (2 of 3), next in 1.65 seconds dhcpcd[4182]: br0: sending ARP probe (3 of 3), next in 2.00 seconds dhcpcd[4182]: br0: using IPv4LL address 169.254.15.125 dhcpcd[4182]: br0: adding IP address 169.254.15.125/16 dhcpcd[4182]: br0: adding route to 169.254.0.0/16 dhcpcd[4182]: br0: writing lease `/var/db/dhcpcd-br0.lease' dhcpcd[4182]: br0: executing `/lib/dhcpcd/dhcpcd-run-hooks', reason IPV4LL dhcpcd[4182]: br0: sending ARP announce (1 of 2), next in 2.00 seconds dhcpcd[4182]: br0: sending ARP announce (2 of 2) dhcpcd[4182]: br0: broadcasting for a lease dhcpcd[4182]: br0: sending DISCOVER (xid 0x7f13dfa6), next in 4.96 seconds dhcpcd[4182]: br0: sending DISCOVER (xid 0x7f13dfa6), next in 7.48 seconds dhcpcd[4182]: br0: offered 10.73.0.196 from 10.73.0.1 `uberserver' dhcpcd[4182]: br0: sending REQUEST (xid 0x7f13dfa6), next in 3.85 seconds dhcpcd[4182]: br0: acknowledged 10.73.0.196 from 10.73.0.1 `uberserver' dhcpcd[4182]: br0: checking for 10.73.0.196 dhcpcd[4182]: br0: sending ARP probe (1 of 3), next in 1.39 seconds dhcpcd[4182]: br0: sending ARP probe (2 of 3), next in 1.99 seconds dhcpcd[4182]: br0: sending ARP probe (3 of 3), next in 2.00 seconds dhcpcd[4182]: br0: leased 10.73.0.196 for 86400 seconds dhcpcd[4182]: br0: adding IP address 10.73.0.196/24 dhcpcd[4182]: br0: deleting IP address 169.254.15.125/16 dhcpcd[4182]: br0: using Classless Static Routes (RFC3442) dhcpcd[4182]: br0: adding route to 10.73.0.0/24 dhcpcd[4182]: br0: adding default route via 10.73.0.1 dhcpcd[4182]: br0: deleting route to 169.254.0.0/16 dhcpcd[4182]: br0: writing lease `/var/db/dhcpcd-br0.lease' dhcpcd[4182]: br0: executing `/lib/dhcpcd/dhcpcd-run-hooks', reason REBIND This is under ubuntu 10.04 How are you configuring the bridge interface and dhcpcd? Does it work as the above? Thanks Roy -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org