Hirdetés

Új hozzászólás Aktív témák

  • Crondore

    tag

    válasz vargalex #4349 üzenetére

    /var/etc/dnsmasq.conf -ban találtam egy ilyet:

    dhcp-range=lan,192.168.1.50,192.168.1.119,255.255.255.0,12h

    /etc/config/dhcp tartalma pedig ez:

    config dnsmasq
    option domainneeded '1'
    option boguspriv '1'
    option localise_queries '1'
    option rebind_protection '1'
    option rebind_localhost '1'
    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'

    config dhcp 'lan'
    option interface 'lan'
    option leasetime '12h'
    option start '50'
    option limit '70'

    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'

    Amennyiben szükségét látod bemásolhatom az egész dnsmasq.conf-ot is.

    Más dns server nincs.
    Eddig be nem kapcsolt kliens is 100 felett kapott ip-t.

    Köszi!

Új hozzászólás Aktív témák