Hello,
it seems dhclient gets confused about lease durations when getting
leases for two (wlan) interfaces from the same dhcp server.
I'm not sure this is a bug or done that way intentionally.
While working on the ds47d issue (bugs@) I had left an additional WLAN
stick connected to the machine, both hostname.ifs contain
nwid XXXXXX # <- same on both
wpakey YYYYYYYYYYYYYYYYYY # <- same on both
dhcp # <- well yes same on both
When booting I get these messages:
First run, when I noticed:
DHCPREQUEST on iwn0 to 255.255.255.255
DHCPACK from 192.168.188.189 (80:1f:02:c1:fd:86)
bound to 192.168.188.104 -- renewal in 900 seconds.
^^^
DHCPREQUEST on run0 to 255.255.255.255
DHCPACK from 192.168.188.189 (80:1f:02:c1:fd:86)
bound to 192.168.188.105 -- renewal in 898 seconds.
^^^
Second run, to make sure:
DHCPREQUEST on iwn0 to 255.255.255.255
DHCPACK from 192.168.188.189 (80:1f:02:c1:fd:86)
bound to 192.168.188.104 -- renewal in 900 seconds.
^^^
DHCPREQUEST on run0 to 255.255.255.255
DHCPACK from 192.168.188.189 (80:1f:02:c1:fd:86)
bound to 192.168.188.105 -- renewal in 899 seconds.
^^^
Bye, Marcus