Voila le résulta avant et apprêt
[quote]# ip route list
83.1.1.0/29 via 83.1.1.2 dev eth2
83.1.1.0/29 dev eth2 proto kernel scope link src 83.1.1.1
83.1.2.0/29 dev eth3 proto kernel scope link src 83.1.2.1
192.168.2.0/24 dev eth1 proto kernel scope link src 192.168.2.1
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.1
default via 83.1.1.2 dev eth2 metric 100
ip rule list
0: from all lookup local
32766: from all lookup main
32767: from all lookup default
ip route list table main
83.1.1.0/29 via 83.1.1.2 dev eth2
83.1.1.0/29 dev eth2 proto kernel scope link src 83.1.1.1
83.1.2.0/29 dev eth3 proto kernel scope link src 83.1.2.1
192.168.2.0/24 dev eth1 proto kernel scope link src 192.168.2.1
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.1
default via 83.1.1.2 dev eth2 metric 100
ip route list table wan1
ip route list table wan2
ip route list
83.1.1.0/29 dev eth2 proto kernel scope link src 83.1.1.1
83.1.2.0/29 dev eth3 proto kernel scope link src 83.1.2.1
192.168.2.0/24 dev eth1 proto kernel scope link src 192.168.2.1
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.1
ip rule list
0: from all lookup local
32764: from 192.168.2.0/24 lookup wan2
32765: from 192.168.1.0/24 lookup wan1
32766: from all lookup main
32767: from all lookup default
ip route list table main
83.1.1.0/29 dev eth2 proto kernel scope link src 83.1.1.1
83.1.2.0/29 dev eth3 proto kernel scope link src 83.1.2.1
192.168.2.0/24 dev eth1 proto kernel scope link src 192.168.2.1
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.1
ip route list table wan1
default via 83.1.1.1 dev eth2
ip route list table wan2
default via 83.1.2.1 dev eth3 [/quote]
[EDIT] Je peux surfer donc c’est en bonne voie 