Quagga is a network routing software suite providing implementations of Open Shortest Path First (OSPF), Routing Information Protocol (RIP), Border Gateway Protocol (BGP) and IS-IS for Unix-like platforms, particularly Linux, Solaris, FreeBSD and NetBSD.
Questions tagged [quagga]
46 questions
1
vote
3 answers
Tough routing problem with Linux, Quagga and OpenVPN
The Setup
I have an OpenVPN server that acts as a central router. It is configured with "topology subnet" command. Clients are Debian Linux nodes and each have one (or more) subnets directly connected to them.
The objective is for any client…

Antoine Benkemoun
- 7,314
- 3
- 42
- 60
0
votes
1 answer
Add/Change the 'src' component of a route get from RIPv2 advertisement
My Linux will get dynamic route entries from neighbor routers sent by RIPv2 advertisement. My Linux is running Qugga and the advertising routers are Cisco on which I have no control.
I will get a route like below automatically inserted into the…

Woody Wu
- 191
- 1
- 9
0
votes
0 answers
IPv6 network connectivity - Configuration issues
I have a simple network as shown in the attached figure. I am having connectivity issues between different end hosts. Can anybody spot what might be the problem? I am using Linux machines as Routers with Quagga installed. Quagga is using OSPF for…

Khawar
- 11
- 3
0
votes
0 answers
configuring MD5 bgp authentication on solaris 11 using quagga
I am attempting to configure a BGP router within a solaris zone, using dedicated network interfaces. Upstream provider insists on the use of MD5 authentication.
I have no bgp sessions coming up. I believe I have tracked down the problem to the…

camelccc
- 255
- 1
- 15
0
votes
1 answer
ntpd high jitter and unable to sync
i have installed Linux Centos 7 in vmware workstation. i also have installed Quagga routing suite in centos and configured it to communicate with cisco Routers in GNS3 which is installed in Host (windows 10).
i have configured one of my routers in…

majid67110
- 3
- 2
- 5
0
votes
1 answer
BIRD BGP Advertise Network with different gateway
I'm looking to use BIRD or similar to advertise a route from a linux box sitting on 169.254.0.3 (on a /28 for eg) to the router at 169.254.0.1 (Which happens to be AWS).
The route advertised to AWS needs to be the following;
AWS Subnet (10.0.0.0/24)…

Alex Turner
- 115
- 6
0
votes
1 answer
Configuring quagga to report Openvpn VPN subnet
I'm trying to use quagga with RIP2 to route traffic through an openvpn server.
At the moment I'm having trouble because it's reporting the VPN subnet (172.19.2.x) as just a single IP (172.19.2.1). I've clearly missed a step but I'm not finding…

Philip Couling
- 1,682
- 1
- 19
- 37
0
votes
2 answers
Error in PREIN scriptlet in rpm package quagga
I am trying to install quagga on my Linux server and I am getting below errors:
Error in PREIN scriptlet in rpm package quagga-0.98.6-11.el5.x86_64
error: %pre(quagga-0.98.6-11.el5.x86_64) scriptlet failed, exit status 1
error: install: %pre…
user241755
0
votes
3 answers
Juniper OSPF subnet mismatch from Quagga router
I am trying to setup a OSPF area between a Juniper MX80 and a Quagga router. The Quagga router has OSPF configured and network 199.192.100.0/28 advertised in the hello packet. But the Juniper MX80 is rejecting it with the following error:
Jan 22…

Andy Shinn
- 4,211
- 8
- 40
- 55
0
votes
2 answers
ospfd over an OpenVPN link - strange error in logs
I am trying to set up Quagga ospfd on two hosts connected by an OpenVPN link. These hosts have VPN IPs 10.31.0.1 and 10.31.0.13. ospfd config is pretty simple:
hostname bizon
password xxxxxxxxx
enable password xxxxxxxxx
!
log file…

Alex
- 7,939
- 6
- 38
- 52
0
votes
2 answers
What does ./configure --disable-zebra in the Quagga suite stand for?
I am currently configuring Quagga. Quagga is an routing suite for Linux.
I was suggested to use --disable-zebra when configuring Quagga (./configure --disable-zebra). Does anyone exactly know what this command does?
(Quagga homepage:…

Emiswelt
- 128
- 7
0
votes
1 answer
OSPF routing (quagga) FreeBSD. Routing tables doesn't change. Help please
I have a problem with my lab work.
I need to provide network routing with ospf.
My Net has the following layout:
So... When I start 3 virtual machine with all working interfaces, everything is ok - routing tables is right, all connections work.
But…

Corwin
- 13
- 1
- 5
0
votes
1 answer
default route propagation under rip - quagga
How would I propagate a default route under RIP, from a router? The operating system is Ubuntu. Can this be done in Quagga? What would be the command?
I found a solution for a cisco router:
Router1#configure terminal
Enter configuration commands,…

biggdman
- 153
- 1
- 2
- 10
0
votes
1 answer
Different behaviour of netcat from telnet when connecting to public route server
I have observed a different behaviour between netcat and telnet when connecting to the public route server bgp-view.tvnetwork.hu and issuing the command show ip bgp.
Using Telnet the output (which is normally some tens of thousands lines long) is…

Vasilis
- 293
- 1
- 4
- 13
0
votes
0 answers
Quagga OSPFv3 does not update IPv6 routes
NOTE: I've posted this on SuperUser but reposting here because I think it may be more suitable.
I'm trying to configure Quagga to use OSPFv3 to create proper IPv6 routes between two OpenWrt routers running OpenVPN (tun mode). I know the tunnel is…

Dan
- 171
- 4