correction des confs pour éviter l'ARP poisonning du téléphone de Lilian

This commit is contained in:
2023-02-28 16:06:40 +01:00
parent eae725e15d
commit 34f06d94c7
2 changed files with 13 additions and 1 deletions

View File

@@ -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

View File

@@ -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