Login  Register

Re: Bridge Mode Not Working

Posted by breda on Apr 28, 2016; 7:09pm
URL: https://itus.accessinnov.com/Bridge-Mode-Not-Working-tp816p828.html

Here is my  dnsmasq  file I switch rebind off  should I do the http://itus.accessinnov.com/file/n10/Upgrade_RC_to_SP1.txt  ?


config dnsmasq
        option domainneeded '1'
        option boguspriv '1'
        option localise_queries '1'
        option rebind_protection '0'
        option rebind_localhost '0'
        option local '/lan/'
        option domain 'lan'
        option expandhosts '1'
        option authoritative '1'
        option readethers '1'
        option leasefile '/tmp/dhcp.leases'
        option resolvfile '/tmp/resolv.conf.auto'
        option localservice '1'
        option logqueries '1'

config dhcp 'lan'
        option interface 'lan'
        option start '100'
        option limit '250'
        option leasetime '12h'
        option ra 'server'

config dhcp 'wan'
        option interface 'wan'
        option ignore '1'

config odhcpd 'odhcpd'
        option maindhcp '0'
        option leasefile '/tmp/hosts/odhcpd'
        option leasetrigger '/usr/sbin/odhcpd-update'