dhcp server
Sean Godsell
sgodsell
Wed Apr 14 22:50:05 PDT 2004
Hello hostap people ;)
Okay I have hostap working. But the connecting clients have to manually
set there ip address. I would like to be able to use dhcpd so the
connecting wireless users don't have to set there ip address. The
following is what I have in the dhcpd.conf file:
ddns-update-style ad-hoc;
default-lease-time 600;
max-lease-time 3600;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
option domain-name-servers 10.10.0.1;
option domain-name "tims.org";
# allow unknown clients;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.3 192.168.0.250;
}
My pc's wlan0 ip address is 192.168.0.1. Does hostap support dhcp, or is
my dhcpd.conf file configured incorrectly? Any help would really be
appreciated. Thank you
Sean
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN Premium
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines
More information about the Hostap
mailing list