We have a large wireless network with people that are using wireless bride SM to connect their LinkSys routers or PCs.
Lots of people are having to reboot their routers EVERY DAY, or 4-5 times a day!!! I don’t know what the heck is going on, but people are getting very very angry. Please help!
We have Mikrotik 4.10 with DHCP server enabled with the following parameters:
Lease Time: 1d 00:00:00
Address Pool: dhcp1
Authoritative: Yes
Bootp support: Static
Add Arp for Leases (checked)
Always broadcast (checked)
We have 11 dhcp network addresses being handed out.
There seems to be some lease syncing issue. If customers reboot their router and get a new IP address, they are able to get online. Or, if customers, connect another PC, they are able to get online. Looks like there is some MAC address mapping or conflict issue. Any help is appreciated.
I think where my issues lies is in the unclear configuration guide below:
“src-address (IP address; default: 0.0.0.0) - the address which the DHCP client must send requests to in order to renew an IP address lease. If there is only one static address on the DHCP server interface and the source-address is left as 0.0.0.0, then the static address will be used. If there are multiple addresses on the interface, an address in the same subnet as the range of given addresses should be used”
Since I am using multiple addresses on the interface, an address in the same subnet as the range of given addresses should be used.
The question is: What address should I use? The IP address of the interface?
I have checked http://wiki.mikrotik.com/wiki/Manual:IP/DHCP_Server which you mentioned to it.
Yes, It should be the DHCP interface. but there is on thing, because of different network that you used, The clients should know route to the Router Interface!
Try one of router interface
you can have multiple subnets, just make sure to have them all setup in the networks tab.
you are probably experiencing packet loss, bad bridging, or another client satisfying the dhcp address request before yours does. how many devices are on that bridge?
I have all the networks (11 total) set up in the networks tab.
I don’t think packet loss is as issue because customers routers have 5-10 IP addresses in their bridge table. To get them working, I have to set the wireless SM in NAT mode, or, I have to have them get another router to plug in.
Bad bridging could be an issue…I don’t know exactly what this means.
There is no other DHCP server on the network because all the IP’s the customers are getting are legitimate from our IP block.