Salut
j'ai un debian qui tourne raspberry et j'ai attribué une ip fixe à mon interface ethernet (192.168.1.201)
Pb, je m'aperçois que ma machine a aussi une autre adresse ip 192.168.1.25 atribuée par le dhcp
ci-dessous le fichier interfaces :
Code :
- # This file describes the network interfaces available on your system
- # and how to activate them. For more information, see interfaces(5).
- source /etc/network/interfaces.d/*
-
- # The loopback network interface
- auto lo
- iface lo inet loopback
-
- auto eth0
- iface eth0 inet static
-
- address 192.168.1.201
- netmask 255.255.255.0
- gateway 192.168.1.1
- network 192.168.1.0/24
- broadcast 192.168.1.255
|
qqu un aurait une explication pour me dire comment est-il possible d'avoir cette deuxième adresse svp?
Merci
@+