More ISC DHCP fun
So, after a bit of playing, I figured out how to get a client on both a network with deny unknown-clients and another network with allow unknown-clients: put the host declaration outside the subnet declarations. (Dooh! >:B)
So, now I have 192.168.0.0/16 (wlan0, *.LAN) and 10.0.0.0/8 (wlan1, *.MASQ). Originally, when I had the host declarations inside either single subnet, it’d get confused when it switched physical interfaces and networks. Make them global, and I can go back and forth. Schweet!
In case you’re wondering, one network is WEP encrypted, and the other has no encryption. I’m not sure where I’m going with this just yet.

No comments yet.