Discussion:
bgp passwd
(too old to reply)
vlk
2007-04-24 17:29:00 UTC
Permalink
Hallo,

we are using BSD router with quagga long time, now we make new BGP session
with "Cisco password".
On quagga web site is link
http://lists.quagga.net/pipermail/quagga-users/2004-February/001469.html
for freebsd, but patch is out. For orig quagga-0.99.6 exist patch
http://www.solinno.co.uk/md5sig/quagga_linux-2.6.20_md5sig.diff
patch is ok, but compile no. Do you know any solution for this problem?

thanks Jan


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Jeff Rizzo
2007-04-24 18:10:31 UTC
Permalink
Post by vlk
Hallo,
we are using BSD router with quagga long time, now we make new BGP session
with "Cisco password".
On quagga web site is link
http://lists.quagga.net/pipermail/quagga-users/2004-February/001469.html
for freebsd, but patch is out. For orig quagga-0.99.6 exist patch
http://www.solinno.co.uk/md5sig/quagga_linux-2.6.20_md5sig.diff
patch is ok, but compile no. Do you know any solution for this problem?
thanks Jan
I had this working on NetBSD in 3.X (you need a kernel with "options
TCP_SIGNATURE" in it), but the TCP_SIGNATURE code got broken about a
year ago, and is broken in 4.0_BETA2. I've been meaning to track this
down, but just haven't had the time.

Meanwhile, if you look for old posts of mine, you can probably find out
how to get it working on NetBSD 3.1 if you want.

+j


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Mihai Chelaru
2007-04-24 18:24:24 UTC
Permalink
Post by vlk
http://www.solinno.co.uk/md5sig/quagga_linux-2.6.20_md5sig.diff
patch is ok, but compile no. Do you know any solution for this problem?
This [1] is a working patch for net/quagga-devel in pkgsrc. cd there and `make
patch`. After that cd work/quagga-0.99.4/bgpd && patch < quagga.patch &&
cd ../../.. && make install

It's compiling but not working as expected and, Jeff said this also, something
is broken in TCP_SIGNATURE kernel code.

[1] http://kefren.netbsd.ro/quagga.patch

Good luck,
--
Mihai

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
vlk
2007-04-25 06:18:25 UTC
Permalink
Hallo,

which stable relase support TCP_SIGNATURE option from ftp archive? I am
still using
1.6 on some routers without any problems.


thanks Jan


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...