Есть шлюз. 2 провайдера + локалка
1 провайдер пингуется из вне, а другой нет.
почему?
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 11.11.11.11
netmask 255.255.255.0
gateway 11.11.11.1
auto eth2
allow-hotplug eth2
iface eth2 inet static
address 22.22.22.22
netmask 255.255.255.0
gateway 22.22.22.1
netstat -nr
0.0.0.0 11.11.11.11 0.0.0.0 UG 0 0 0 eth2
22.22.22.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
11.11.11.12 0.0.0.0 255.255.255.0 U 0 0 0 eth2