Skip to content
Snippets Groups Projects
Commit e194aa77 authored by Tobias Bora's avatar Tobias Bora
Browse files

Désactiver DHCP

parent 0045274e
No related branches found
No related tags found
1 merge request!1Crans
......@@ -12,7 +12,6 @@
/logs
/feeds
/feeds.conf
/files
/package/feeds
/package/openwrt-packages
*.orig
......
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option dhcpv6 'server'
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'
# Crans modification pour désactiver le DHCP
config dhcp 'vlan3'
option interface vlan3
option ignore 1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment