Hello all!
My network is too heterogeneous and I unable to use multicast between each nodes.
I need to create cluster not limited by the "star" topology as it is implemented in the OpenVPN.
Im trying to setup opennhrp+ipsec http://sourceforge.net/projects/opennhrp/ and so on...
All were installed correctly, but I have the main issue - the opennhrp daemon doesn't works properly.
CONFIG_ARPD must be =y and Proxmox kernel should be recompiled with this option.
I have googled https://www.google.com/search?q=CONFIG_ARPD+opennhrp, and found that is no reason to disable it in the kernel.
In general bugzillas like fedora/centos
its was filled as "The bug" and was fixed by enabling this option.
Please read:
https://bugzilla.redhat.com/show_bug.cgi?id=502844
http://bugs.centos.org/view.php?id=5709
Please, enable it in the proxmox kernel, we need DMVPN for clusters, OpenVPN isn't solution yet.
My network is too heterogeneous and I unable to use multicast between each nodes.
I need to create cluster not limited by the "star" topology as it is implemented in the OpenVPN.
Im trying to setup opennhrp+ipsec http://sourceforge.net/projects/opennhrp/ and so on...
All were installed correctly, but I have the main issue - the opennhrp daemon doesn't works properly.
CONFIG_ARPD must be =y and Proxmox kernel should be recompiled with this option.
I have googled https://www.google.com/search?q=CONFIG_ARPD+opennhrp, and found that is no reason to disable it in the kernel.
In general bugzillas like fedora/centos
its was filled as "The bug" and was fixed by enabling this option.
Please read:
https://bugzilla.redhat.com/show_bug.cgi?id=502844
http://bugs.centos.org/view.php?id=5709
Code:
root@localhost ~ # cat /boot/config-2.6.32-19-pve |grep ARPD
# CONFIG_ARPD is not set
Please, enable it in the proxmox kernel, we need DMVPN for clusters, OpenVPN isn't solution yet.