correction des confs pour éviter l'ARP poisonning du téléphone de Lilian
This commit is contained in:
@@ -29,6 +29,9 @@ require dhcp_server_identifier
|
|||||||
# OR generate Stable Private IPv6 Addresses based from the DUID
|
# OR generate Stable Private IPv6 Addresses based from the DUID
|
||||||
slaac private
|
slaac private
|
||||||
|
|
||||||
|
# Don't send any ARP requests. This also disables IPv4LL
|
||||||
|
noarp
|
||||||
|
|
||||||
# static IP configuration:
|
# static IP configuration:
|
||||||
interface eth0
|
interface eth0
|
||||||
static ip_address=192.168.10.10/24
|
static ip_address=192.168.10.10/24
|
||||||
|
|||||||
@@ -1,3 +1,12 @@
|
|||||||
|
bogus-priv
|
||||||
|
# requetes DHCP pour des baux inconnus par des hotes inconnus ne soient pas ignorees
|
||||||
|
dhcp-authoritative
|
||||||
|
dhcp-leasefile=/tmp/dhcp.leases
|
||||||
|
# nom de domaine pour dnsmasq
|
||||||
|
domain=kinehost.lan
|
||||||
|
|
||||||
interface=wlan0
|
interface=wlan0
|
||||||
bind-dynamic
|
bind-dynamic
|
||||||
dhcp-range=10.1.1.11,10.1.1.150,255.255.255.0,12h
|
# active l'ip forwarding
|
||||||
|
dhcp-option=19,1
|
||||||
|
dhcp-range=10.1.1.100,10.1.1.150,255.255.255.0,24h
|
||||||
|
|||||||
Reference in New Issue
Block a user