On October 11th, in a security notice Canonical published details about a Quagga vulnerability for its Ubuntu 12.04 LTS, Ubuntu 11.10, Ubuntu 11.04, and Ubuntu 10.04 LTS operating systems. According to Canonical, Quagga could have been made to crash if it received specially crafted network traffic. Quagga then incorrectly handled certain malformed messages.
Hello, I am trying to install Quagga routing software in Fedora 11.
I have extracted the software and am now trying to configure it before compiling it.
I decided to create a quagga-specific user and specify the directory I created by using the --sysconfdir and --localstatedir parameters
So to configure, I issue the command: "./config --sysconfdir=/usr/local/quagga --localstatedir=/usr/loc
Chromium: Multiple vulnerabilities
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.
As I have understood, added security by iptables, can drop/pass-through on level of packets (ports, interfaces, packet types, tcp/upd type, ...)
Would it be possible to use BIRD or Quagga as superstructure over iptables, to ease creation/maintenance of server border (network) security?
Good Day all
I have quagga with zebra installed and is working for my routing.
What i would like to do is route all traffic with a certain port through a certain interface
eg
ip route 192.168.1.0/24:80 10.140.10.1
that must then route all web traffic through that interface.
Is that possible as that command doesnt work
Any help would be appreciated
For a small multihomed network (/21) I am
researching possible bgp router software for linux. I found
Quagga,
XORP and
BIRD
and was wondering if
I have missed other recommendable bgp software for linux
anyone could speak in favour of or against any of these.
I know a similar topic has been discussed bevor, but its been three years now, so the situation might have changed.
Hello, I am wanting to install quagga routing software into Fedora.
If I simply use 'yum install quagga', does this mean I do not need to use the:
configure, make, make install procedure ?
Thanks for any help.
PHP: Multiple vulnerabilities