freelan-developers / freelan

The main freelan repository.
http://www.freelan.org
Other
1.35k stars 200 forks source link

Multiple box over one client #231

Open Roken120 opened 3 years ago

Roken120 commented 3 years ago

Hello, Is possible to use multiple internet connexion for one client for aggregate the speed and for falback ? My home - Computer - 3 internet connexion to my second home 1 internet connexion - computer

s-vincent commented 3 years ago

I guess it is doable but outside of FreeLAN. I would do that stuff with pfSense OS on a classic router and multi wan configuration.

Roken120 commented 3 years ago

Is for make this : image

richman1000000 commented 3 years ago

I know that setup! I did it with OpenVPN, But freelan doesn't need that. in file /etc/default/freelan, set -t 16 into DEAMON_OPTS. on both servers and check you speed

richman1000000 commented 3 years ago

also if you want to aggregate 2-3 PROVIDERS, you can use load balancing configuration in IPtables

Roken120 commented 3 years ago

For load balancing configuration in IPtables do you have a tutorial for make this ?