<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi. i have an alix 2d13 (pcengines) that has 3 ethernet ports . I would<br/>
like to create a failover setup.<br/>
<br/>
I have a nearby community wifi that i connect to with the following:<br/>
<br/>
auto wlan0<br/>
iface wlan0 inet dhcp<br/>
wpa-ssid "Community_wifi"<br/>
wpa-psk "xyzPasSwd"<br/>
up nat.sh eth1 wlan0 "192.168.179.0/24"<br/>
dns-nameservers 8.8.8.8<br/>
<br/>
auto eth1<br/>
iface eth1 inet static<br/>
address 192.168.179.1<br/>
netmask 255.255.255.0<br/>
<br/>
by doing that i get all the traffic nated to eth1/wlan0.</div>

<div> </div>

<div>i have tried to create a br0 interface with wlan0 and eth0 but it does allow traffic in between, unless i do a nat.<br/>
<br/>
I would like to <u><strong>NOT do a NAT</strong></u> setup. All devices attached to eth1 to get<br/>
an IP from the pool of the community wifi. how can i change my setup to<br/>
be able to have an IP on eth1 from the community wifi dhcp, as well all<br/>
computers attached to eth1 to get an IP from the same pool, please?</div>

<div> </div>

<div><br/>
 </div></div></body></html>