Openvpn - quagga ospf - mesh
-
What OpenVPN role do each of those have? Client? Server?
What did the OSPF status look like on the ones that did work compared to the ones that didn't? Did it show as being attached to the interface?
It seems WITH patch that only the ovpn-client neighbour is found. without patch both are found.
for more info see pdf's attached. As noted before i do have on 1 point in my mashup of vpn's where no members are found when patch is enabled, this while there are both client as server instances.if you require more logs/screenshots/… please let me know
-
ok, next guess ^^
http://blog.milkfarmsoft.com/2007/11/ip2long-32-bit64-bit/
http://forums.phpfreaks.com/topic/254568-bitwise-not-wip2long-32-bit-vs-64-bit-os/still "buggy"…
=> + $baselong = ip2long32($ip) & ip2long("255.255.255.252");
must be better
=> + $baselong = ip2long32($ip) & ip2long32("255.255.255.252");I try to check it later when our network is not used…
Must it be the p2p IP/32 or could we not easy add the OpenVPN "network /30" to quagga ?
-
It used /30 before, that's the whole problem.
Let me know if the ip2long32 change works. I still haven't had time to go back and try it.
-
Hi,
I modified the patch and seems that the missing (typo) 32 in the function name is the problem…
Actually I'm running OpenVPN tunnel with quagga routing searching for my next problem ^^
(Nagios checks won't reach/get response when routing over OpenVPN tunnel) -
mmh, actually it won't work again…
Perhaps because I need a "separated" OpenVPN tunnel which is bound to an interface (opt12) ...
We have OpenVPN client networks... and one bridge network and want allow all traffic going between the (transfer) bridge network but not from/to the client networks... -
ok I fixed the line in the patch to have ip2long32. I'm not sure about your other question, that may need its own thread since it may not be related to the problem that initiated this discussion.
-
Hi yes, could be perhaps another thread/problem…
Only the idea / nice to have that this patch can fix both scenarios if possible ;)I tested before and got stable OpenVPN tunnel... with quagga routing/traffic.
Then I setup like this to filter traffic separately per tunnel:
http://doc.pfsense.org/index.php/Can_I_filter_OpenVPN_traffic%3F#Assign_OpenVPN_interface_as_OPTbut now get wrong IP in server back and quagga is disables on my server interface again:
network 172.16.4.1/32 area 192.168.6.0 -
@reiner030 so you have found that it works on a tunnel but stops working when you assign an interface to the tunnel ?
I just confirmed that members are can only be found on ovpn-client side of the tunnel.
situation:
ovpns_A –-----interwebs--------- ovpnc_A
ovpnc_B -------interwebs--------- ovpns_Bif patch is enabled on both ends: no members found by "left" nor "right"
if patch is enabled on the "left" side but not the "right": 1 member is found on the B-connection
if patch is enabled on the "right" side but not the "left": 1 member is found on the A-connectiondo note that all vpn's have been assigned an interface and quagga is bound on the interfaces
hope this makes sense somehow ;)
-
mmh, not sure ..
Yesterday it works for me but perhaps only because my server side was not restarted and my manually fix in the quagga config was still available.
Ssince yesterday evening it won't work again as written so it could be the "old" problem and not my bridge try…Make sense when taking a look onto interfaces... the OpenVPN tunnel => Interface assigning makes no difference to my interface definition itself:
ovpns5: flags=8051 <up,pointopoint,running,multicast>metric 0 mtu 1500
options=80000 <linkstate>inet6 fe80::225:90ff:fe26:1f22%ovpns5 prefixlen 64 scopeid 0x6e
inet 172.16.4.1 –> 172.16.4.2 netmask 0xffffffff
nd6 options=43 <performnud,accept_rtadv>Opened by PID 3002so perhaps for 1st fix it's help to apply the patch only to client side ? I try it at evening again…</performnud,accept_rtadv></linkstate></up,pointopoint,running,multicast>
-
Hello - i think i have same problem (http://forum.pfsense.org/index.php?topic=60942.new;topicseen#new) like in this tread - i try to do failover OPENVPN site-to-site tunnel.
I found some instructions on the forum - for setting up the VPN failover scheme. And no one else had similar problems - so that Openvpn demo fails to start- why not all users have this problem?
I tried to apply patches - it did not help me. Is there a 100% solution to this problem?
I use pfsense 2.0.2
thanks. -
@tomas1
no solution at the moment. i hope the developers find some spare time to look into this further.
it has worked in the past.
2.0.1 with openospf worked for sure ; 2.0.1 in a mixed environment with quagga & openospf also worked.
around the time i've updated my site's to 2.0.2 - ALL - with quagga i've started to notice some odd behaviour but didn't have the time to worry about it. -
Hi,
our setup is working this way…
so perhaps for 1st fix it's help to apply the patch only to client side ? I try it at evening again…
server side without patch:
[2.0.3-RELEASE][root@fw1.jws1.local]/root(71): ifconfig ovpns5
ovpns5: flags=8051 <up,pointopoint,running,multicast>metric 0 mtu 1500
options=80000 <linkstate>inet6 fe80::225:90ff:fe26:1f22%ovpns5 prefixlen 64 scopeid 0x6e
inet 172.16.4.1 –> 172.16.4.2 netmask 0xffffffff
nd6 options=43 <performnud,accept_rtadv>Opened by PID 57530
[2.0.3-RELEASE][root@fw1.jws1.local]/root(72): grep 172.16 /var/etc/quagga/ospfd.conf
network 172.16.4.0/30 area 192.168.6.0
access-list dnr-list deny 172.16.4.0/24client side with patch:
[2.1-BETA1][root@fw1.zws8.local]/root(1): ifconfig ovpnc1
ovpnc1: flags=8051 <up,pointopoint,running,multicast>metric 0 mtu 1500
options=80000 <linkstate>inet6 fe80::225:90ff:fe7a:c489%ovpnc1 prefixlen 64 scopeid 0x44
inet 172.16.4.2 –> 172.16.4.1 netmask 0xffffffff
nd6 options=1 <performnud>Opened by PID 30259
[2.1-BETA1][root@fw1.zws8.local]/root(2): grep 172.16 /var/etc/quagga/ospfd.conf
network 172.16.4.1/32 area 192.168.6.0
access-list dnr-list deny 172.16.4.0/24so I guess that on both sides it would be better to have not this patch part:
+function quagga_fix_ovpn_peer_ip(&$ip, &$subnet) { + if ($subnet == 32) { + $baselong = ip2long32($ip) & ip2long32("255.255.255.252"); + $ip1 = long2ip32($baselong + 1); + $ip2 = long2ip32($baselong + 2); + if (substr($realif, 4, 1) == "c") { + $ip = $ip2; + } else { + $ip = $ip1; + } + } +} +
but this one:
+function quagga_fix_ovpn_peer_ip(&$ip, &$subnet) { + if ($subnet == 32) { + $ip = ip2long32($ip) & ip2long32("255.255.255.252"); + } +} +
which can be easily embedded in above if-then-else construct instead of own function if it works ;)</performnud></linkstate></up,pointopoint,running,multicast></performnud,accept_rtadv></linkstate></up,pointopoint,running,multicast>
-
Hi Eveyone,
I will be setting something like this up very soon. (Two sites both with dual WAN/Carp)Is this problem fixed with or without the patch?
thanks in advance.
vito -
for me it's still working with patch on client side, no patch on server side… and since I saw no update for the package itself...
-
it works for redundant vpn's between 2 sites.
it does not work when making a "triangle" between 3 sites.
I still hope someday some brilliant mind will come up with a solution for this ;) -
Quagga works for doing many sites. I've seen some with half a dozen or more sites on the same "area" doing redundant OSPF+OpenVPN.
-
I figure the rush to 2.1 is over now and am wondering if there are plans to
improve the way quagga behaves. As it still distributes tunnel networks this causes issues with mesh'd sites. -
for completion of this thread/documentation:
- final pfSense 2.1 works fine without the Quagga OSPF Patch offered by Jimp in this threat.
- Quagga OSPF recognizes its neighbour over OpenVPN only if you use a peer2peer network /30.
No idea why for instance a /24 won't work (I see on both sides HELO packages, but no Quagga OSPF response).
Bests
-
If you want to use a /24 you can, but it requires using TAP.
Using a /24 with topology subnet appears to work but for some reason … doesn't. Switching to tap it works fine.
The tunnel networks being distributed is fixed in the newest version of the Quagga package, either check the "accept filter" button on the tunnel interfaces, or add them manually to the main list with 'accept filter' checked.
-
Jimp,
I still see this problem, even with the "Accept Filter" checked.
The routes don't show up in the "Quagga OSPF Database" section anymore, but they absolutely still show up in the "Quagga OSPF Router Database", and in the "Quagga OSPF Routes".
This means they are still distributed to the other OSPF clients, at which point, if you have a "triangle" topology, OpenVPN breaks on one leg during ifconfig because it sees a route to the other end of its private tunnel.