Hello, I am very new to OpenNHRP, so I was looking through the mailing list
archive and it appears there has been no activity in almost 6 months. Has
support for this project moved somewhere else or is it just mature enough that
there are no real problems?
Thanks,
--
Peter Barton
---
I emailed this to the quagga-users list but I was not sure where you would want
it so I copied it here as well.
I have working through the Dynamic Multipoint VPN (DMVPN) Phase 3 with Quagga
NHRPd and I have successfully configured a Hub and 2 Spokes. I am able to nail
up two IPSEC encrypted
I have added the iptables rule and still there is no Phase 3 connection.
iptables -A FORWARD -i gre1 -o gre1 \
-m hashlimit --hashlimit-upto 4/minute --hashlimit-burst 1 \
--hashlimit-mode srcip,dstip --hashlimit-srcmask 16 --hashlimit-dstmask 16 \
--hashlimit-name loglimit-0 -j NFLOG --nflo
I figured my problem, I assumed that since "ip forwarding" was set inside
"vtysh" that it was also set for sysctl. I set net.ipv4.ip_forward=1 and
everything started working!
Thanks for the great product!.
--
Peter Barton
- Original Message - Subject: Re: [opennhrp-devel]
After figuring out my issue and DMVPN working as expected in my lab, I decided
to increase the complexity to real world situations by putting one spoke behind
a firewall and relying on NAT. This still worked perfectly and ipsec tunnels
connected with no issue. However, when I placed the second
- Original Message - Subject: Re: [opennhrp-devel] Quagga-NHRP
From: "Timo Teras"
Date: 6/7/16 2:09 pm
To: "John Marrett"
Cc: pbar...@netprotec.com, opennhrp-devel@lists.sourceforge.net
On Tue, 7 Jun 2016 14:02:57 -0400
John Marrett wrote:
> At least with Cisco hubs this is s
I have been very satisfied with the OpenNHRP/Quagga implementation on Alpine
Linux. Thank you so much for a very useful product.
I was wondering if there was an option to segregate multiple customers all on
the same HUB node? Customer ONE has 5 Spokes and Customer TWO has 6 Spokes.
They can