привет все.
есть такая конфига FreeBSD 4.10 + zebra-0.95_2 с одной и с другой стороны
вот конфиг зебры! -*- zebra -*-
!
! zebra sample configuration file
!
! $Id: zebra.conf.sample,v 1.14 1999/02/19 17:26:38 developer Exp $
!
hostname Router
password zebra
enable password zebra
!
! Interface's description.
!
!interface lo
! description test of desc.
!
interface gif0
multicast
interface rl1
multicast
!
! Static default route sample.
!
ip route 0.0.0.0/0 192.168.115.1 10
ip route 0.0.0.0/0 192.168.8.2 50
!
log file zebra.log
==================================
ospfd.conf
==================================
! -*- ospf -*-
!
! OSPFd sample configuration file
!
hostname ospfd
password zebra
enable password zebra
!
interface gif0
!
router ospf
network 192.168.10.0/24 area 0
network 192.168.8.0/24 area 0
network 192.168.115.0/24 area 1
!
redistribute connected
redistribute static
!
log file /var/log/zebra/ospfd.log
=========================================================
вот сеть
rl1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 192.168.8.1 netmask 0xffffff00 broadcast 192.168.8.255
inet6 fe80::213:8fff:fe1b:e570%rl1 prefixlen 64 scopeid 0x2
ether 00:13:8f:1b:e5:70
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
gif0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
tunnel inet 172.16.101.2 --> 172.16.101.1
inet6 fe80::20e:2eff:fe56:e927%gif0 prefixlen 64 scopeid 0x7
inet 192.168.115.2 --> 192.168.115.1 netmask 0xffffffff
Смотрю диагностику
show ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface RXmtL RqstL DBsmL
пусто , соседа не видет ...
дальше
show ip ospf interface
gif0 is up, line protocol is up
OSPF not enabled on this interface
на gif интерфейсе молчок ...
куда копать ?!