Skip to content

Instantly share code, notes, and snippets.

@rochmad
Created December 17, 2020 05:25
Show Gist options
  • Save rochmad/60e84595e22c668fb1836800e1bef40c to your computer and use it in GitHub Desktop.
Save rochmad/60e84595e22c668fb1836800e1bef40c to your computer and use it in GitHub Desktop.
OPENWRT : flood DHCP packet received on vlan0 which has no address
##logread -f
Thu Oct 29 21:40:19 2020 daemon.warn dnsmasq-dhcp[3415]: DHCP packet received on vlan0 which has no address
Thu Oct 29 21:40:21 2020 daemon.warn dnsmasq-dhcp[3415]: DHCP packet received on vlan1 which has no address
Thu Oct 29 21:40:23 2020 daemon.warn dnsmasq-dhcp[3415]: DHCP packet received on vlan2 which has no address
##solution
add into file /etc/config/dhcp
```list 'notinterface' 'vlan0, vlan1, vlan2'```
do reload
/etc/init.d/dnsmasq reload
##and its gone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment