After upgrading from beta10 to rc6 (RB532) DHCP server, which was on bridge interface, stops working (goes red in winbox). It doesn't work on wireless interface in AP bridge mode too (only in client mode on non bridget wireless interface - but it's IMHO unusable).
When I set DHCP server on ether1 interface, it works (maybe, in fact it goes black in winbox again) but doesn't assign ip addresses on wlan interface, which is in bridge with ether1...
Is there any solution to get it work?
Code: Select all
Bridged interfaces:
# INTERFACE BRIDGE PRIORITY PATH-COST
0 ether1 bridge1 0x80 10
1 ether2 bridge1 0x80 10
2 ether3 bridge1 0x80 10
3 wlan1 bridge1 0x80 10
Code: Select all
DHCP config (working on previous versions, not working on v3rc6):
0 name="DHCP" interface=bridge1 lease-time=1d address-pool=DHCP
bootp-support=static add-arp=yes authoritative=yes always-broadcast=yes
use-radius=yes
Code: Select all
DHCP config (working on v3rc6 but doesn't assigns IP addresses on wlan1 iface):
0 name="DHCP" interface=ether1 lease-time=1d address-pool=DHCP
bootp-support=static add-arp=yes authoritative=yes always-broadcast=yes
use-radius=yes