On Fri, Jul 14, 2000 at 04:34:45PM +0300, Vsevolod V. Denisenko wrote:
> КАК корректно настроить gated, чтобы ЭТО работало так, как хочется?
> Подходит ли в качестве протокола маршрутизации RIP?
> Насколько критичны 30с RIP-update для данной задачи?
> Может, кто-либо уже сталкивался с подобной задачей и подсобит советами
> и примерами gated.conf?
Я думаю обычный плоский ospf спасет. к примеру так:
ospf yes {
defaults {
preference 150;
cost 1;
};
traceoptions packets;
area 1 {
networks {
x.x.x.x masklen xx; Сегмент где живут роутеры с ospf
};
authtype none;
interface x.x.x.x; твой Ethernet
};
};
rip no;
static {
default gateway x.x.x.x preference 150 retain ; default на твой
; gateway, в принципе его тоже можно передавать через ospf.
194.44.24.0 mask-length 24 gateway 194.44.24.254 preference 10 retain ;
127.0.0.0 mask-length 8 gateway 127.0.0.1 preference 10 ;
} ;
export proto ospfase {
proto direct {
x.x.x.x mask-length xx ;
y.y.y.y mask-length yy ; твой блоки сетей, которые могут
;выдаваться NAS'ами
all restrict;
default restrict ;
};
};
import proto ospfase {
default restrict ;
all preference 20 ;
};
--
Dmitry Aksyonov mailto:dimka@ints.net
+380-622-934-734 2:465/11@fidonet
=============================================================================
"inet-admins" Internet access mailing list. Maintained by East Connection ISP.
Mail "unsubscribe inet-admins" to Majordomo@info.east.ru if you want to quit.
Archive is accessible on http://info.east.ru/rus/inetadm.html