On 02/12/2014 12:48 PM, Juliusz Chroboczek wrote:
But I want use OpenVPN "routed" and it's break babeld routes.
do you have any experiences with this?
Yes, we're running tun OpenVPN at PPS.
The main thing to understand -- you should use point-to-point links
only. In other words, you need a distinct interface for every peer.
-- Juliusz
Yes ! Thanks !
It's works
after many tests and restarting openvpn, it's work.
some tricks (for other people interested to use babeld through openvpn):
because babeld need ipv6, I use
'ip -6 a a fe80::bcf2:b5ff:fed6:1234/64 dev tun4'
in /etc/rc.local (in my server and in my client) to add link-local ipv6 to my
interface tun4
and im my openvpn.conf I use theses lines:
dev tun4
tun-ipv6
push tun-ipv6
#pour du point-to-point
ifconfig 10.43.0.1 10.43.0.2
about: But I want use OpenVPN "routed" and it's break babeld routes.
it's only if I use directive:
push "redirect-gateway def1 bypass-dhcp"
on my openvpn server to forward all trafic.
_______________________________________________
Babel-users mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users