[SlugBug] ospf routing with zebra

Damien Dye damien at shefnet.org.uk
Mon Apr 12 22:26:04 BST 2004


Hi
all am having a few problems with zebra

I have to boxes at each end of an ipip VPN tunnel
both have routing tables which need to be propergated with each other
my plan was to use ospf but it's just not happening.

some help in getting the information on getting them to exchange
is needed but am unable to find out what is missing from the internet.


my conf files
machine A
/etc/Zebra/Zebra.conf

hostname dragonf.xxxxx
password xxxx
enable password xxxx
!
interface lo
!
interface eth0
  ip address 192.168.10.1/29
!
interface eth1
  ip address 192.168.10.17/28
!
interface eth2
!
interface sit0
!
interface eth3
!
interface tunl0
!
interface damiens
  ip address 192.168.254.253/30
!
line vty
!

ospfd.conf

hostname dragonf
password xxxx
enable password xxxx
!
interface lo
!
interface eth0
!
interface eth1
!
interface eth2
!
interface sit0
!
interface eth3
!
interface tunl0
!
interface damiens
  ip ospf network point-to-point
!
router ospf
  network 192.168.0.0/16 area 0
!
line vty
!




machine B

  zebra.conf
hostname Masterboss.xxxxx
password xxxx
enable password xxx
!
interface lo
!
interface eth0
  ip address 192.168.254.1/28
!
interface sit0
!
interface eth1
!
interface eth2
  ip address 10.10.18.1/28
!
interface tunl0
!
interface phils
  ip address 192.168.254.254/30
!
!
line vty
!

ospfd.conf

hostname Masterboss.xxxxx
password xxxxx
enable password xxxxx
!
interface lo
!
interface eth0
!
interface sit0
!
interface eth1
!
interface eth2
!
interface tunl0
!
interface phils
  ip ospf network point-to-point
!
router ospf
  network 192.168.0.0/16 area 0
!
line vty
!


More information about the SlugBug mailing list