wikiroute

networking recipes

User Tools

Site Tools


qos_project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
qos_project [2017/11/29 09:12] – [5. [CO1] Connecting the Platform] samerqos_project [2017/11/29 09:14] – [Extracts] carine
Line 205: Line 205:
         option ip '192.168.200.193'         option ip '192.168.200.193'
 </file> </file>
 +# DHCP configuration on router GL-iNet:
 +
 +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 start '100'
 + option limit '150'
 + option leasetime '12h'
 + option dhcpv6 'server'
 + option ra 'server'
 + option ra_management '1'
 +
 +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'
 +
 +config dhcp
 + option start '100'
 + option leasetime '12h'
 + option limit '150'
 + option interface 'eth1'
 +
 +config domain 'localhost'
 + option name 'console.gl-inet.com'
 + option ip '192.168.8.1'
  
  
qos_project.txt · Last modified: 2021/08/28 09:58 by samer