Forgot your password?
typodupeerror

Comment Re:Even plain wifi can be done wrong. (Score 1) 432

I had an issue with my school's wifi and dhcpcd which I figured out had to do with dhcpcd -i parameter was sending it's default, and the wifi AP was
using this field to 'approve' the attaching equipment.

I changed calling "dhcpcd -d" with "dhcpcd -d -i '' " (empty string enclosed with single quotes) and it worked!

Slashdot Top Deals

Life would be so much easier if we could just look at the source code. -- Dave Olson

Working...