En général sur les Freebox la plage du DHCP est de 192.168.0.10 à 192.168.0.50.
Voici un exemple avec l’IP 192.168.0.70 sur une Freebox, le fichier de configuration a modifier est : /etc/dhcpcd.conf
hostname
clientid
persistent
option rapid_commit
option domain_name_servers, domain_name, domain_search, host_name
option classless_static_routes
option ntp_servers
option interface_mtu
require dhcp_server_identifier
slaac private
interface eth0
static ip_address=192.168.0.70/24
static routers=192.168.0.254
static domain_name_servers=212.27.40.240 212.27.40.241 8.8.8.8
Plus d’information sur mon Raspberry :
pi@raspberrypi:~ $ hostnamectl
Static hostname: raspberrypi
Icon name: computer
Machine ID: 0b646f6436cf4076bc65ccf9a7517e6c
Boot ID: 8b7ab1701d654805a4cf91c4c42105b4
Operating System: Raspbian GNU/Linux 9 (stretch)
Kernel: Linux 4.14.50+
Architecture: arm
pi@raspberrypi:~ $ cat /etc/resolv.conf
# Generated by resolvconf
nameserver 212.27.40.240
nameserver 212.27.40.241
nameserver 8.8.8.8
Pour voir les cartes réseaux, il suffit de faire :
pi@raspberrypi:~ $ ls /sys/class/net/
eth0 lo
A noter que je ne fais pas de bail DHCP Statique …
J’aime ça :
J’aime chargement…