I'm using OpenWRT with dnsmasq for DHCP. For some reason, Windows clients and iOS clients all have no trouble and get the default gateway (which I set with DHCP option 3). Linux and BSD clients do not get the gateway and cannot access the network.
What could be the problem here? Is there an option for setting a default gateway besides using DHCP option 3?
config dhcp 'lan'
option interface 'lan'
option start '50'
option limit '200'
option leasetime '12h'
option ra 'server'
option dhcpv6 'server'
option ra_management '1'
list dhcp_option '3,192.168.10.1'
list dhcp_option '121,192.168.11.0/24,192.168.10.2'