Laurent Coustet

Results 47 comments of Laurent Coustet

it can happen if you don't specify correctly the source ip address when you do a "ping". You need to run a tcpdump on the tunnel interface in order to...

That's because mlvpn uses UDP: **socket(7)**: ``` SO_BINDTODEVICE Bind this socket to a particular device like “eth0”, as specified in the passed interface name. If the name is an empty...

The problem with UDP is that it's not a connected protocol. When mlvpn will try to send a packet outside, it will only tell the kernel the destination address, destination...

Yes indeed that's the right solution to load balance the links without looking for packet loss. Would be very interresting to see that merged in mlvpn I think.

There are numerous ways in which mlvpn and mpctp differs. First, the path detection, "mesh" usable in mptcp with autodetection. This is hard to implement. Second, the "coupled congestion" handling....

I'll improve that, thank you

Pour avoir les traces en lançant a la main, il faut rajouter: --debug -v -Dprotocol par exemple pour avoir les messages concernant le protocole, ou -vv pour avoir tous les...

Aussi --user root va poser problème. Il FAUT créer un utilisateur spécifique pour mlvpn. La configuration semble bizzare. Les fichiers d'exemple sont installés dans /usr/share/doc/mlvpn/examples pour un package debian, ou...

une MTU a 1500 n'a aucun sens. Laisser la valeur par défaut.

Ok that's an error in the code, but I don't that it will the problem @bzh35 had. En français, c'est une erreur dans le code ce que pointe @markfoodyburton mais...