Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Quagga "no redistribute" bug

    Scheduled Pinned Locked Moved pfSense Packages
    1 Posts 1 Posters 1.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Reiner030
      last edited by

      Hi,

      my last try ti fix this problem was not working (sorry for that again)..
      But I have still problem that OSPF is redistributing networks which it must not do.

      When searching for right syntax / perhaps order of them I found this bug message

      http://comments.gmane.org/gmane.network.quagga.user/12580

      and it would fit:
      [2.1-BETA1][root@fw1.zws8.local]/root(8): ospfd -v
      ospfd version 0.99.21
      Copyright 1996-2005 Kunihiro Ishiguro, et al.

      My Problem:

      1. I define my public/transfer network which is used between my fw pairs of 2 buildings as non-redistributable (1st attached picture)

      2. I got this config file snippet:

      router ospf
        ospf router-id 192.168.6.12
        log-adjacency-changes detail
        redistribute connected
        redistribute static
        passive-interface em1
        network 192.168.6.0/28 area 192.168.6.0
        network 172.16.4.1/32 area 192.168.6.0
        network 192.168.8.0/24 area 192.168.6.0
        distribute-list dnr-list out connected
        distribute-list dnr-list out kernel
        distribute-list dnr-list out static
        access-list dnr-list deny 5.145.xxx.0/24
        access-list dnr-list deny 5.145.xxx.0/24
        access-list dnr-list deny 192.168.6.0/24
        access-list dnr-list deny 192.168.6.0/24
        access-list dnr-list permit any
      
      

      but it does not work => 2nd picture => you'll thee both networks in OSPF routing table :(

      EDIT: btw… What happens with the "Area ID" input ? There is no separated list per Area ID so it seems useless... ;)

      pfsense-quagga-no-redistribute.PNG
      pfsense-quagga-no-redistribute.PNG_thumb
      pfsense-quagga-no-redistribute-status.PNG
      pfsense-quagga-no-redistribute-status.PNG_thumb

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.