Hi,
Je pense avoir avancé un petit peu, mais ça ne marche toujours pas.
sur mon routeur voici ce que me renvoi la commande route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.1 livebox.home 255.255.255.255 UGH 0 0 0 eth1
31.**.***.* * 255.255.255.255 UH 0 0 0 ppp0
138.***.**.* livebox.home 255.255.255.255 UGH 0 0 0 eth1
192.168.1.0 * 255.255.255.0 U 0 0 0 eth1
192.168.0.0 * 255.255.255.0 U 0 0 0 br0
169.254.0.0 * 255.255.0.0 U 0 0 0 br0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 31.*.*.* 0.0.0.0 UG 0 0 0 ppp0
Quand je rajoute la commande suivante
route add -host 192.168.0.150 gw 192.168.1.1
j’ai la ligne suivante qui se rajoute dans la commande :
192.168.1.1 livebox.home 255.255.255.255 UGH 0 0 0 eth1
31.**.***.* * 255.255.255.255 UH 0 0 0 ppp0
[color=#FF0000]192.168.0.150 livebox.home 255.255.255.255 UGH 0 0 0 eth1[/color]
138.***.**.* livebox.home 255.255.255.255 UGH 0 0 0 eth1
192.168.1.0 * 255.255.255.0 U 0 0 0 eth1
192.168.0.0 * 255.255.255.0 U 0 0 0 br0
169.254.0.0 * 255.255.0.0 U 0 0 0 br0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 31.*.*.* 0.0.0.0 UG 0 0 0 ppp0
depuis le serveur debian, je ne peux plus pingué le routeur ainsi que ma livebox, par contre je peux pingué les pc connecté sur le routeur.