[FS#1290] Additional dhcp-range not created in dnsmasq.conf

LEDE Bugs lede-bugs at lists.infradead.org
Tue Jan 23 06:39:32 PST 2018


The following task has a new comment added:

FS#1290 - Additional dhcp-range not created in dnsmasq.conf 
User who did this - Kurgan- (Kurgan-)

----------

config interface 'lan'
        option type 'bridge'
        option ifname 'eth0'
        option proto 'static'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option ipaddr '192.168.0.1'
        option delegate '0'

config interface 'camere'
        option proto 'static'
        option ifname 'eth3'
        option delegate '0'
        option ipaddr '192.168.42.1'
        option netmask '255.255.255.0'

config interface 'management'
        option ifname 'eth4'
        option _orig_ifname 'eth4'
        option _orig_bridge 'false'
        option proto 'static'
        option ipaddr '192.168.43.1'
        option netmask '255.255.255.0'

----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=1290#comment4158



More information about the lede-bugs mailing list