Howto zebra,balansing?

Евгений Ю. Ломакин lomakin at softclub.by
Mon Sep 25 01:23:54 PDT 2006


Hi!

I made vpn (ipsec) on FreeBSD 6.1.
For providing uninterrupted network performance, I made reserve
channel connection with ADSL modem, added routes, installed zebra package.
But during testing the reserve channel connection is not UP after basic channel gets DOWN.


Diagram:
            gif0(ipsec)
         +----------------+
net1    /                  \ net2
-------+                    +--------
        \                  /
         \                /
          + ADSL----ADSL+



My zebra settings:

!
! Zebra configuration saved from vty
!   2006/09/14 14:06:20
!
hostname Router
password *****
enable password *****
log file /var/log/zebra/zebra.log
!
!
interface xl0
!ip address 192.168.166.107/24
 ipv6 nd suppress-ra
 multicast
!
interface ed0
! ip address 192.168.1.1/24
 ipv6 nd suppress-ra
 multicast 
!
interface gif0
 ipv6 nd suppress-ra
 multicast
!
ip route 192.168.165.0/24 gif0
ip route 192.168.165.0/24 ed0
ip route 192.168.166.0/24 xl0
!
line vty
!


My ospf settings:

!
! Zebra configuration saved from vty
!   2006/09/14 16:46:34
!
hostname ospfd
password *****
log file /var/log/zebra/ospfd.log
!
interface xl0
!
interface ed0
!
interface gif0
 ip ospf network point-to-point
!
router ospf
 ospf router-id 192.168.166.107
 network 0.0.0.0/0 area 0.0.0.0
 network 192.168.166.0/24 area 0
 network 192.168.165.0/24 area 0
 redistribute connected
 redistribute static
line vty
!



Help me, please.


Eugene Lomakin.
mailto:lomakin at softclub.by




More information about the freebsd-questions mailing list