Community discussions

MikroTik App
 
User avatar
fra.iesus
just joined
Topic Author
Posts: 13
Joined: Thu May 25, 2006 4:29 pm
Location: CZ
Contact:

v3rc: DHCP bug

Wed Oct 17, 2007 5:07 pm

I have found that in routeros v3rcX is incompatibility in DHCP package with previous versions:

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?
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
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
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