Perché mi cambia IP ?
Ogni tanto mi ritrovo con un altro ip.
Oggi per esempio mi sono accorto che anzichè avere 192.168.1.100 avevo
192.168.1.4
su /var/log/messages ho trovato
[33351.894334] eth0: link down
[33354.206565] eth0: link down
[33393.865642] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[33581.271952] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[33583.500985] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
il mio /etc/network/interfaces ha un indirizzo statico 192.168.1.100
lo riporto :
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
Cosa succede ?
Cosa significa questo ADDRCONF(NETDEV_CHANGE) ?
Grazie mille intanto
Reply to: