zehome / MLVPN

Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding)
http://www.mlvpn.fr/
BSD 2-Clause "Simplified" License
518 stars 127 forks source link

No remote address specified error #104

Open tabbertmj opened 6 years ago

tabbertmj commented 6 years ago

I'm trying to get this running with one tunnel first. I followed the directions for the "Linux with two ADSL uplinks for agregation and failover" documentation. When starting the client I get the "No remote address specified error". I first had the remotehost set to a DNS name, then tried IP. Both have the same error. I do not see a reference to this error in the documentation. What am I missing?

[att1] bindhost = "0.0.0.0" remotehost = “xxx.xxx.xxx.74" remoteport = 5080

bandwidth_upload = 61440

timeout = 25

tabbertmj commented 6 years ago

This appears to be a problem with Mint. I switched to Debian on the client side and was able to connect.

In the README.md it shows sudo apt-get install build-essential make autoconf libev-dev libsodium-dev It's missing the libpcap-dev requirement. It wook me awhile to find that.