Je viens de changer de fournisseur d'accès internet et j'ai « quelques » soucis : pas de connexion du tout sous Debian Sid alors que ça fonctionne pour cette machine sous Windows.
Le fichier /etc/network/interfaces ne correspondait plus.
Code : Tout sélectionner
# 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.104
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 212.99.2.8 195.167.224.150 192.168.1.254
dns-search home
Code : Tout sélectionner
# 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 109.15.XX.XX
netmask 255.255.254.0
network 192.168.0.1
broadcast 192.168.0.255
gateway 109.15.XX.XX
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 212.99.2.8 195.167.224.150 192.168.1.254
dns-search home
Je me suis sans doute trompée quelque part ou ce que j'ai commencé à faire ne suffit pas parce que je ne peux toujours pas me connecter. Un coup de main serait donc le bienvenu.
Merci.