Hi all,

net.wlan0 seems to be ignoring my dhcp settings! In
my /etc/conf.d/wireless file I have:

key_acco2="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xx enc open"
config_acco2=( "dhcp" )
dhcpcd_acco2="-t 10 -m 0"
preferred_aps=("acco2")

and yet `route` shows:
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         172.16.0.4      0.0.0.0         UG    2000   0        0 wlan0

when I kill dhcpcd and start it manually (with the -m 0):
`dhcpcd -t 10 -m 0 wlan0`

route now shows:
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         172.16.0.4      0.0.0.0         UG    0      0        0 wlan0

which implies that net.wlan0 is ignoring my -m 0 setting.

Am I doing it right? I think I've got the right file, but I'm not sure.

any help would be appreciated,
thanks,
-- 
Iain Buchanan <iaindb at netspace dot net dot au>

"Humor is a drug which it's the fashion to abuse."
                -- William Gilbert

-- 
gentoo-user@gentoo.org mailing list

Reply via email to