Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2010 11:55:26 -0300 (ADT)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        freebsd-net@freebsd.org
Subject:   quagga:zebra errors on FreeBSD 6.x ...
Message-ID:  <alpine.BSF.2.00.1005031151070.85296@hub.org>

next in thread | raw e-mail | index | archive | help

In order to deal with a lack of layer 3 switch, last week I installed 
Quagga on all of my servers, and got it configured.  Works *great* on my 
7.x servers, but, using the same config (and port), my 6-STABLE boxes all 
generate the same error when I try and start up zebra:

2010/05/01 01:44:18 ZEBRA: Can't bind to stream socket: Can't assign 
requested address
2010/05/01 01:44:18 ZEBRA: zebra can't provice full functionality due to 
above error
2010/05/01 01:44:18 ZEBRA: Zebra 0.99.15 starting: vty@2601

So ospfd isn't able to announce / receive routes ...

My zebra.conf file looks like:

!
interface em0
  no shutdown
  ip address 200.46.204.60/24
!
interface em1
!
interface lo0
!
ip route 0.0.0.0/0 200.46.208.1
!
ip forwarding
!
line vty

The top bit of ifconfig shows:

  ifconfig em0 | less
em0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
         options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING>
         inet 200.46.204.60 netmask 0xffffff00 broadcast 200.46.204.255
         inet 200.46.208.60 netmask 0xffffff00 broadcast 200.46.208.255
         inet 192.168.1.7 netmask 0xffffff00 broadcast 192.168.1.255
         inet 200.46.204.183 netmask 0xffffffff broadcast 200.46.204.183


Other hten appropriate interface/IP on the 7-STABLE boxes, the 7-STABLE 
boxes all work fine ... is there an issue with em/fxp devices and zebra? 
Or am I overlooking something in my config?

Thx ...

----
Marc G. Fournier                        Hub.Org Hosting Solutions S.A.
scrappy@hub.org                                     http://www.hub.org

Yahoo:yscrappy    Skype: hub.org    ICQ:7615664    MSN:scrappy@hub.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1005031151070.85296>