angt / glorytun

Multipath UDP tunnel
BSD 2-Clause "Simplified" License
675 stars 103 forks source link

Support multiple IP of server #78

Closed CecilioGovain closed 3 years ago

CecilioGovain commented 3 years ago

If a server has multiple IP addresses, we can not setup one tunnel that aggregate all these IP addresses. There is a union mud_sockaddr remote variable in every mud path's config, but glorytun's command line does not support it. Add a to command may solve this: glorytun path <CLIENT_IP> to <SERVER_IP> dev tun1

angt commented 3 years ago

Yes, multiple ip on server side is supported on the master branch. Not released yet.