Проблема с Gated(RIP) и ppp интерфейсом.
Есть машинка c Linux Rh7.3
eth0 - 192.168.140.1
eth1 - 192.168.199.1
ppp0 - 172.11.12.7(local), 172.11.11.1(remote)
При соединении по ппп в локальной таблице маршрутов появляется
маршрут на 172.11.11.1 через ppp0, но он не передается другим маршрутизаторам.
Конфиг gated:
options noresolv;
interfaces {
interface 192.168.140.1 simplex;
interface 192.168.199.1 simplex;
define 172.11.11.1 pointtopoint 172.11.12.1;
};
rip yes {
broadcast;
interface 192.168.140.1 ripin ripout version 2 broadcast;
interface 192.168.199.1 ripin ripout version 2 broadcast;
interface 172.11.12.7;
};
export proto rip {
proto direct interface eth0;
proto direct interface eth1;
proto direct interface ppp0;
};