Yet another "dhcp,warning offering lease without success" issue
Posted: Fri Feb 17, 2017 5:57 am
I've been plagued with this issue "feb/16 16:21:34 dhcp,warning vlan8-lan offering lease without success" and have yet to figure out what the root cause is. I have built and rebuilt 3 MT devices, a CRS125, a RB2011 and most recently an RB3011. The problem has shown up in the current version of ROS v6.38.1 as well as v6.37. The configuration is very simple.
I've tried every incarnation of brodcast, non-broadcast, bootp options, etc. I have reset and rebuilt the config from scratch on each device. I have tried plugged directly into the device and via a switch, a MT access point. There is no common thread that I can find. The clients range from iOS, MacOS X, Linux, windows 7, and embedded devices like APC SmartUPS cards and printers (likely busybox linux). MacOS X seems to work the best but even that is inconsistent. The problem seems to worsen over time, working fine for some time and then getting progressively worse. The network is dual stacked with IPv6, it also had a small set of static mappings, but I removed them when the problem began to surface again.
Right now I have moved to an external dhcp server running isc-dhcpd and it works just fine with no other adjustments to the switch or the mikrotik device.
Any ideas, thoughts, rotten fruit to throw?
nb
Code: Select all
/ip dhcp-server
add add-arp=yes address-pool=vlan8-dhcp always-broadcast=yes authoritative=yes interface=vlan8_bridge lease-time=3d name=vlan8-lan
/ip dhcp-server network
add address=10.0.0.0/26 comment=vlan8-net dns-server=10.0.0.10 domain=809.buraglio.com gateway=10.0.0.1 netmask=26
/ip pool
add name=vlan8-dhcp ranges=10.0.0.30-10.0.0.55
Right now I have moved to an external dhcp server running isc-dhcpd and it works just fine with no other adjustments to the switch or the mikrotik device.
Any ideas, thoughts, rotten fruit to throw?
nb