Bonjour à tous,
j'ai des comportements très bizarres avec mon server mysql au boulot qui tourne sous debian etch (up to date).
Voilà le plan réseau:
Server MySQL: 192.168.100.8
PC Linux client: 192.168.100.10
Router ADSL: 192.168.100.70.
Voilà à quoi ressemble fichier /etc/network/interface:
*************************************
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.100.8
gateway 192.168.100.70
netmask 255.255.255.0
*************************************
le fichier /etc/hosts:
*************************************
127.0.0.1 localhost
*************************************
la
(…)