Hi,
how can I setup 2 dhcp Server (one for LAN, one for WLAN(opt1)) ?
I try workaround with backup xml file an add a few more lines:
<dhcpd>
<lan>
<range>
<from>192.168.2.100</from>
<to>192.168.2.150</to>
</range>
<enable/>
</lan>
<opt1>
<range>
<from>192.168.3.100</from>
<to>192.168.3.150</to>
</range>
<defaultleasetime/>
<maxleasetim/>
<enable/>
</opt1>
</dhcpd>
But if I restore this backup, the dhcp will not work for LAN and for WLAN
Any ideas ?