<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>hi.<br/>
i do have an ALIX 2D13 with voyage 0.9.2.<br/>
since i do have an awful adsl connection, i have decided to build a loadbalance router<br/>
to have:<br/>
-a usb stick wifi wlan0 (300kbps allowance)<br/>
-a usb stick 3g (10GB/month allowance)<br/>
-eth0(192.168.2.2/24) connected to dsl router (192.168.2.1)</div>
<div>i have followed the following two links<br/>
https://shkspr.mobi/blog/2012/07/3g-internet-on-raspberry-pi-success/<br/>
http://raspberry-at-home.com/installing-3g-modem/#more-138<br/>
to configure the 3g stick.</div>
<div><br/>
my /etc/network/interfaces has</div>
<div>auto wlan0<br/>
iface wlan0 inet static<br/>
address 192.168.0.49<br/>
netmask 255.255.255.0<br/>
broadcast 192.168.0.255<br/>
wpa-ssid "Com_SAT_PLUS "<br/>
wpa-psk "wh@t3v3r123 "<br/>
up nat.sh eth1 wlan0 "192.168.1.0/24"</div>
<div>auto eth0<br/>
iface eth0 inet static<br/>
address 192.168.2.2<br/>
netmask 255.255.255.0<br/>
<br/>
auto eth1<br/>
iface eth1 inet static<br/>
address 192.168.1.100<br/>
netmask 255.255.255.0</div>
<div><br/>
<br/>
but u can access the internet only from the wlan, and nothing else. even if i disconnect the<br/>
wlan, i do not have access to internet.<br/>
could someone help me to configure the system for load balance per session, please?</div>
<div><br/>
It is really important to have internet access at all times and if there are more sessions to use different wan each time. the ones that are available.</div>
<div> </div>
</div></div></body></html>