- Status Waiting on reporter
- Percent Complete
- Task Type Bug Report
- Category Packages
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version Trunk
- Due in Version Undecided
-
Due Date
Undecided
- Private
Attached to Project: OpenWrt/LEDE Project
Opened by Aleksey - 25.10.2018
Last edited by Hans Dedecker - 20.03.2019
Opened by Aleksey - 25.10.2018
Last edited by Hans Dedecker - 20.03.2019
FS#1906 - Static lease doesn't work sometimes
Device: Xiaomi mi wifi mini
OpenWRT: SNAPSHOT r8377-70315fe144
If i reboot router or turn on it at the same time with PC static lease doesn’t work.
cat /etc/config/dhcp
config dnsmasq option domainneeded '1' option boguspriv '1' option filterwin2k '1' option localise_queries '1' option rebind_protection '1' option local '/[REDACTED]/' option domain '[REDACTED]' option expandhosts '1' option authoritative '1' option leasefile '/tmp/dhcp.leases' option nonwildcard '1' option localservice '0' option noresolv '1' list server '::1#5453' list server '127.0.0.1#5453' list rebind_domain '/[REDACTED]/' list server '[REDACTED]' option cachesize '1024' config dhcp 'lan' option interface 'lan' option start '100' option limit '150' option leasetime '24h' option dhcpv6 'server' option ra 'server' config dhcp 'wan' option interface 'wan' option ignore '1' config odhcpd 'odhcpd' option maindhcp '0' option leasefile '/tmp/hosts/odhcpd' option leasetrigger '/usr/sbin/odhcpd-update' option loglevel '4' config srvhost [REDACTED] config host option name 'wks1' option mac '60:a4:4c:ce:65:ac' option ip '172.16.9.10' config domain [REDACTED]
logread -e dnsmasq-dhcp
Thu Oct 25 07:43:05 2018 daemon.info dnsmasq-dhcp[1780]: DHCP, IP range 172.16.9.100 -- 172.16.9.249, lease time 1d Thu Oct 25 07:43:19 2018 daemon.info dnsmasq-dhcp[1780]: DHCPDISCOVER(br-lan) 172.16.9.10 60:a4:4c:ce:65:ac Thu Oct 25 07:43:19 2018 daemon.info dnsmasq-dhcp[1780]: DHCPOFFER(br-lan) 172.16.9.211 60:a4:4c:ce:65:ac Thu Oct 25 07:43:19 2018 daemon.info dnsmasq-dhcp[1780]: DHCPREQUEST(br-lan) 172.16.9.211 60:a4:4c:ce:65:ac Thu Oct 25 07:43:19 2018 daemon.info dnsmasq-dhcp[1780]: DHCPACK(br-lan) 172.16.9.211 60:a4:4c:ce:65:ac wks1
config.seed
CONFIG_TARGET_ramips=y CONFIG_TARGET_ramips_mt7620=y CONFIG_TARGET_ramips_mt7620_DEVICE_miwifi-mini=y CONFIG_GETDNS_ENABLE_STUB_ONLY=y CONFIG_LIBCURL_COOKIES=y CONFIG_LIBCURL_FILE=y CONFIG_LIBCURL_FTP=y CONFIG_LIBCURL_HTTP=y CONFIG_LIBCURL_NO_SMB="!" CONFIG_LIBCURL_OPENSSL=y CONFIG_LIBCURL_PROXY=y CONFIG_OPENSSL_WITH_DEPRECATED=y CONFIG_OPENSSL_WITH_EC=y CONFIG_OPENSSL_WITH_NPN=y CONFIG_OPENSSL_WITH_PSK=y CONFIG_OPENSSL_WITH_SRP=y CONFIG_PACKAGE_bind-dig=y CONFIG_PACKAGE_bind-libs=y CONFIG_PACKAGE_ca-bundle=y CONFIG_PACKAGE_ca-certificates=y CONFIG_PACKAGE_curl=y CONFIG_PACKAGE_ddns-scripts=y CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y # CONFIG_PACKAGE_dnsmasq is not set CONFIG_PACKAGE_dnsmasq-full=y CONFIG_PACKAGE_dnsmasq_full_auth=y CONFIG_PACKAGE_dnsmasq_full_conntrack=y CONFIG_PACKAGE_dnsmasq_full_dhcp=y CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y CONFIG_PACKAGE_dnsmasq_full_dnssec=y CONFIG_PACKAGE_dnsmasq_full_ipset=y CONFIG_PACKAGE_dnsmasq_full_noid=y CONFIG_PACKAGE_getdns=y CONFIG_PACKAGE_gre=y CONFIG_PACKAGE_ip-full=y CONFIG_PACKAGE_ipset=y CONFIG_PACKAGE_kmod-gre=y CONFIG_PACKAGE_kmod-gre6=y CONFIG_PACKAGE_kmod-ip6-tunnel=y CONFIG_PACKAGE_kmod-ipt-ipset=y CONFIG_PACKAGE_kmod-iptunnel=y CONFIG_PACKAGE_kmod-iptunnel6=y CONFIG_PACKAGE_kmod-nf-conntrack-netlink=y CONFIG_PACKAGE_kmod-nfnetlink=y CONFIG_PACKAGE_kmod-udptunnel4=y CONFIG_PACKAGE_kmod-udptunnel6=y CONFIG_PACKAGE_kmod-wireguard=y CONFIG_PACKAGE_libcurl=y CONFIG_PACKAGE_libgmp=y CONFIG_PACKAGE_libipset=y CONFIG_PACKAGE_libmnl=y CONFIG_PACKAGE_libnetfilter-conntrack=y CONFIG_PACKAGE_libnettle=y CONFIG_PACKAGE_libnfnetlink=y CONFIG_PACKAGE_libopenssl=y CONFIG_PACKAGE_libyaml=y CONFIG_PACKAGE_resolveip=y CONFIG_PACKAGE_stubby=y CONFIG_PACKAGE_wireguard=y CONFIG_PACKAGE_wireguard-tools=y CONFIG_PACKAGE_zlib=y
Can you check if you still observe the issue on master ?