LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Quagga Problem (https://www.linuxquestions.org/questions/linux-networking-3/quagga-problem-198271/)

JJX 06-27-2004 10:03 AM

Quagga Problem
 
Quagga version: quagga_0.96.5-4_i386.deb
Debian SARGE with all updates + kernel 2.4.25

Code:

skilla:/etc/quagga# cat zebra.conf
!
! Zebra configuration saved from vty
!  2004/06/20 01:00:50
!
hostname skilla
password *****
enable password *****

log file /var/log/zebra/zebra.log
!
!interface eth0
! description LAN
! ip address 10.19.141.161/29
!
!interface lo
!interface wifi0
!interface wifi1
!
interface wlan0
 description LINK1
 bandwidth 5000
! ip address 10.19.141.75/26
!
interface wlan1
 description LINK2
 bandwidth 3300
! ip address 10.19.143.250/29
!
!
line vty

Code:


skilla:/etc/quagga# cat ospfd.conf
!
! Zebra configuration saved from vty
!  2004/06/25 16:11:20
!
hostname skilla
password *****
enable password *****
log file /var/log/quagga/ospfd.log
!
!
!
!interface eth0
!
interface lo
!
!interface wifi0
!
!interface wifi1
!
!interface wlan0
!
!interface wlan1
!
router ospf
 ospf router-id 10.19.141.161
 network 10.0.0.0/8 area 0.0.0.0
 auto-cost reference-bandwidth 100
!
line vty
!

I am using the 2 configs above.
I get routes from both interface.

The problem is while i have all the routes i should when i am trying to connect to any location from LINK1 it get expired....
Example:
Code:


PC2 -> PC1 -> LINK1 -> MY_PC -> LINK2 -> PC3 -> PC4

If LINK2 is up i cant traceroute or ping PC2
If LINK2 is down i can traceroute or ping PC2

Any idea what can cause this problem?
Doi have to enable anything special to my kernel?


All times are GMT -5. The time now is 07:07 PM.