quagga-0.98.2
Linux www 2.4.28Как избавится? В чем дело?
Каждые 10 секунд в логах ospfd.log запись:
2006/07/04 11:17:09 OSPF: *** sendmsg in ospf_write to 224.0.0.5 failed with Ope
ration not permitted
2006/07/04 11:17:19 OSPF: *** sendmsg in ospf_write to 224.0.0.5 failed with Ope
ration not permitted
zebra.conf:
!
hostname zebra
password хххх
enable password хххх
!
! Interface's description.
!
interface lo
! description test of desc.
!
interface eth2
ip address ххх.ххх.хх9.18/29
multicast
!interface eth1
! ip address 192.168.11.1
interface eth0
ip address ххх.ххх.хх8.1/24
!
! Static default route.
!
ip route 0.0.0.0/0 ххх.ххх.хх9.17
ip route ххх.ххх.хх8.0/24 eth0
ospfd.conf:
!
hostname ospfd
password хххх
enable password хххх
!
interface eth2
router ospf
network ххх.ххх.хх9.16/29 area 0
network ххх.ххх.хх8.0/24 area 0.0.0.16
!
log file /var/log/quagga/ospfd.log
!