<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I don't understand exactly what you want, but i hope this help
    (source from voyage wiki):<br>
    <br>
    ====== Build a Bridge with Voyage ======<br>
    I used voyage-0.2pre1 on a WRAP 2C. The bridged devices are a Prism
    wireless mini-PCI card and the WRAP's built in ethernet port.<br>
    Edit the /etc/network/interfaces<br>
    <br>
    Mine looks like this:<br>
    <br>
      auto br0<br>
      iface br0 inet static<br>
         address 192.168.254.253<br>
         netmask 255.255.255.0<br>
         network 192.168.254.0<br>
         broadcast 192.168.1.255<br>
         gateway 192.168.254.1<br>
         bridge_ports eth0 wlan0<br>
         pre-up iwconfig wlan0 essid testing mode master<br>
    <br>
    The first 5 lines set up the bridged IP infomation. The next line
    configures the bridge itself. The only line that you will really
    need to change is the line that starts with "pre-up iwconfig...".
    This configures the the wireless card to be an access point and sets
    the ssid to "testing". The final lines that start with post-down
    enable the bridge to be shutdown nicely.<br>
    <br>
    Once you get everything configured to your liking, restart your
    network and test connectivity.<br>
    <br>
    <br>
    <br>
    Good luck<br>
    Steve<br>
    <br>
    <div class="moz-cite-prefix">2016.10.04. 8:18 keltezéssel, tux john
      írta:<br>
    </div>
    <blockquote
cite="mid:trinity-ec601027-e16e-46de-93eb-6737aa634163-1475561911958@3capp-mailcom-lxa12"
      type="cite">
      <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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Voyage-linux mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Voyage-linux@list.voyage.hk">Voyage-linux@list.voyage.hk</a>
<a class="moz-txt-link-freetext" href="http://list.voyage.hk/mailman/listinfo/voyage-linux">http://list.voyage.hk/mailman/listinfo/voyage-linux</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>