ничего не понимаю , может есть соображения ??
есть два разных филиала , работают по теннелю(vtund) создает .
с двух сторон quagga (zebra , ospfd) больше ничего не надо. По зебре все пуском все видицо если маршруты писать статиком , а вот через ospfd что то ничего не ползет , пакеты кидаются а толку ноль . Вот примеры .
Конфиг ospfd hostname xxxx
password xxxx
enable password xxxxx
log file /var/log/ospfd.log
!
!
!
interface lo0
!
interface pflog0
!
interface pfsync0
!
interface plip0
!
interface re0
!
interface re1
!
interface rl0
!
interface tun1
ip ospf network point-to-point
ip ospf cost 1
!
router ospf
ospf router-id x.x.xx.x
network x.x.x.x/30 area 0.0.0.0
network xx.xx.x.x/24 area 0.0.0.0
!
line vty
Вот что выдает лог от ospf
2009/11/25 12:04:59 OSPF: can't setsockopt IP_ADD_MEMBERSHIP (fd 6, addr xxx.xx.xx.x, ifindex 8, AllSPFRouters): Invalid argument; perhaps a kernel limit on # of multicast group memberships has been exceeded?
2009/11/25 12:04:59 OSPF: interface xx.xx.xx.x [8] join AllDRouters Multicast group.
А вот на что ругается если смотреть через telnet подключаясь к самомоу ospfd
tun1 is up
ifindex 10, MTU 1495 bytes, BW 0 Kbit <UP,POINTOPOINT,RUNNING,MULTICAST>
Internet Address 10.xxx.xxx.1/30, Peer 10.xxx.xx.2, Area 0.0.0.0
MTU mismatch detection:enabled
Router ID 192.xxx.xx.1, Network Type POINTOPOINT, Cost: 1
Transmit Delay is 1 sec, State Point-To-Point, Priority 1
No designated router on this network
No backup designated router on this network
Multicast group memberships: OSPFAllRouters
Timer intervals configured, Hello 10s, Dead 40s, Wait 40s, Retransmit 5
Hello due in 1.351s
Neighbor Count is 0, Adjacent neighbor count is 0
vlan0 is up
ifindex 8, MTU 1500 bytes, BW 0 Kbit <UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>
Internet Address 192.xxx.xxx.1/24, Broadcast 192.xxx.xxx.255, Area 0.0.0.0
MTU mismatch detection:enabled
Router ID 192.xxx.xx.1, Network Type BROADCAST, Cost: 10
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 192.xxx.xxx.1, Interface Address 192.xxx.xxx.1
No backup designated router on this network
Multicast group memberships: OSPFDesignatedRouters
Timer intervals configured, Hello 10s, Dead 40s, Wait 40s, Retransmit 5
Hello due in 1.352s
Neighbor Count is 0, Adjacent neighbor count is 0
Куда копать , на других железкав все пашет , на этой нет . что за бред ??
Спасибо.