Temat: Problem z serwer DHCP
Cześć, mam problem z działaniem serwera DHCP.
Ostatnio się bawiłem konfiguracją dnsmasq, w ostateczności przywróciłem domyślny config, tak jak poniżej. Jednak niestety serwer dhcp nie działa. Prośba o podpowiedź co może być nie tak.
Config /etc/config/dhcp
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
list rebind_domain 'free.aero2.net.pl'
config dhcp 'lan'
option interface 'lan'
option leasetime '48h'
option start '100'
option limit '155'
config dhcp 'wan'
option interface 'wan'
option ignore '1'Takie logi się pojawiają przy próbie połączenie w tym wypadku Wi-fi:
Feb 25 12:12:19 Gargoyle daemon.info hostapd: wlan1: STA 94:fe:22:07:df:3d IEEE 802.11: disassociated
Feb 25 12:12:20 Gargoyle daemon.info hostapd: wlan1: STA 94:fe:22:07:df:3d IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Feb 25 12:12:23 Gargoyle daemon.info hostapd: wlan1: STA 94:fe:22:07:df:3d IEEE 802.11: authenticated
Feb 25 12:12:23 Gargoyle daemon.info hostapd: wlan1: STA 94:fe:22:07:df:3d IEEE 802.11: associated (aid 1)
Feb 25 12:12:23 Gargoyle daemon.info hostapd: wlan1: STA 94:fe:22:07:df:3d WPA: pairwise key handshake completed (RSN)
Feb 25 12:12:41 Gargoyle daemon.info hostapd: wlan1: STA 94:fe:22:07:df:3d IEEE 802.11: disassociated
Feb 25 12:12:42 Gargoyle daemon.info hostapd: wlan1: STA 94:fe:22:07:df:3d IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Feb 25 12:12:45 Gargoyle daemon.info hostapd: wlan1: STA 94:fe:22:07:df:3d IEEE 802.11: authenticated
Feb 25 12:12:45 Gargoyle daemon.info hostapd: wlan1: STA 94:fe:22:07:df:3d IEEE 802.11: associated (aid 1)
Feb 25 12:12:45 Gargoyle daemon.info hostapd: wlan1: STA 94:fe:22:07:df:3d WPA: pairwise key handshake completed (RSN)