http://wiki.dd-wrt.com/wiki/index.php?title=Dual_WAN_with_failover&action=history&feed=atom Dual WAN with failover - Revision history 2024-03-28T13:07:31Z Revision history for this page on the wiki MediaWiki 1.10.1 http://wiki.dd-wrt.com/wiki/index.php?title=Dual_WAN_with_failover&diff=53931&oldid=prev Ian5142: Changed Category to Dual WAN 2018-03-18T17:48:59Z <p>Changed Category to Dual WAN</p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 17:48, 18 March 2018</td> </tr> <tr><td colspan="2" align="left"><strong>Line 188:</strong></td> <td colspan="2" align="left"><strong>Line 188:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">If you made everything as written above right, you should reboot the router and enjoy!</td><td> </td><td style="background: #eee; font-size: smaller;">If you made everything as written above right, you should reboot the router and enjoy!</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[[Category:<del style="color: red; font-weight: bold; text-decoration: none;">Wan</del>]]</td><td>+</td><td style="background: #cfc; font-size: smaller;">[[Category:<ins style="color: red; font-weight: bold; text-decoration: none;">Dual WAN</ins>]]</td></tr> </table> Ian5142 http://wiki.dd-wrt.com/wiki/index.php?title=Dual_WAN_with_failover&diff=39826&oldid=prev Bharrison at 05:37, 1 March 2011 2011-03-01T05:37:42Z <p></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 05:37, 1 March 2011</td> </tr> <tr><td colspan="2" align="left"><strong>Line 1:</strong></td> <td colspan="2" align="left"><strong>Line 1:</strong></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">This was tested on WRT54GL 1.1 with DD-WRT 2.4 mini.</td><td> </td><td style="background: #eee; font-size: smaller;">This was tested on WRT54GL 1.1 with DD-WRT 2.4 mini.</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td colspan="2" align="left"><strong>Line 134:</strong></td> <td colspan="2" align="left"><strong>Line 132:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"> fi </td><td> </td><td style="background: #eee; font-size: smaller;"> fi </td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">done;</td><td> </td><td style="background: #eee; font-size: smaller;">done;</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">&lt;/pre&gt;</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">==== Optionally add automatic switching back to WAN1 once it becomes available ====</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">When WAN2 is in use as the active WAN port the script will check the status of WAN1 at the regular interval and switch back to it when it becomes available. Useful if WAN2 is a slower or paid-use connection.</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"> </td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">Add these lines to failover.startup just before the last line (done;).</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">&lt;pre&gt;</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">if [ &quot;$USINGWAN&quot; = &quot;2&quot; ]; then</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">WAN1STAT=`ping -c $PACKETS $WAN1GW 2&gt;/dev/null | awk '/packets received/ {print $4}'`</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">if [ &quot;$WAN1STAT&quot; = &quot;$PACKETS&quot; ]; then</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">/jffs/etc/wan1.up</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">USINGWAN=1</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">echo &quot;Changed active WAN port to 1!&quot;</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">fi</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">fi</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> </table> Bharrison http://wiki.dd-wrt.com/wiki/index.php?title=Dual_WAN_with_failover&diff=31623&oldid=prev Glenn: catchg Category:Wan 2010-04-30T12:58:18Z <p>catchg <a href="/wiki/index.php/Category:Wan" title="Category:Wan">Category:Wan</a></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 12:58, 30 April 2010</td> </tr> <tr><td colspan="2" align="left"><strong>Line 1:</strong></td> <td colspan="2" align="left"><strong>Line 1:</strong></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">[[Category:English documentation]]</del></td><td>+</td><td style="background: #cfc; font-size: smaller;">&#160;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">This was tested on WRT54GL 1.1 with DD-WRT 2.4 mini.</td><td> </td><td style="background: #eee; font-size: smaller;">This was tested on WRT54GL 1.1 with DD-WRT 2.4 mini.</td></tr> <tr><td colspan="2" align="left"><strong>Line 172:</strong></td> <td colspan="2" align="left"><strong>Line 172:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">If you made everything as written above right, you should reboot the router and enjoy!</td><td> </td><td style="background: #eee; font-size: smaller;">If you made everything as written above right, you should reboot the router and enjoy!</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">[[Category:Wan]]</td></tr> </table> Glenn http://wiki.dd-wrt.com/wiki/index.php?title=Dual_WAN_with_failover&diff=30563&oldid=prev Sash at 12:24, 7 March 2010 2010-03-07T12:24:31Z <p></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 12:24, 7 March 2010</td> </tr> <tr><td colspan="2" align="left"><strong>Line 1:</strong></td> <td colspan="2" align="left"><strong>Line 1:</strong></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">[[Category:English documentation]]</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">This was tested on WRT54GL 1.1 with DD-WRT 2.4 mini.</td><td> </td><td style="background: #eee; font-size: smaller;">This was tested on WRT54GL 1.1 with DD-WRT 2.4 mini.</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> </table> Sash http://wiki.dd-wrt.com/wiki/index.php?title=Dual_WAN_with_failover&diff=21647&oldid=prev K001: fixed interlinks (no underscores) and headings 2008-08-17T14:12:55Z <p>fixed interlinks (no underscores) and headings</p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 14:12, 17 August 2008</td> </tr> <tr><td colspan="2" align="left"><strong>Line 1:</strong></td> <td colspan="2" align="left"><strong>Line 1:</strong></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">This was tested on WRT54GL 1.1 with DD-WRT 2.4 mini</td><td>+</td><td style="background: #cfc; font-size: smaller;">This was tested on WRT54GL 1.1 with DD-WRT 2.4 mini<ins style="color: red; font-weight: bold; text-decoration: none;">.</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">=</del>==What this setup will do<del style="color: red; font-weight: bold; text-decoration: none;">=</del>==</td><td>+</td><td style="background: #cfc; font-size: smaller;">== What this setup will do ==</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Create a second WAN port, so you can hook up another provider for backup, and will change the active provider to the secondary, if ping fails to the provider's gateway. It will ping in a predefined interval.</td><td> </td><td style="background: #eee; font-size: smaller;">Create a second WAN port, so you can hook up another provider for backup, and will change the active provider to the secondary, if ping fails to the provider's gateway. It will ping in a predefined interval.</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">If this is not what you need, then you might try:</td><td> </td><td style="background: #eee; font-size: smaller;">If this is not what you need, then you might try:</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">* [[Dual-<del style="color: red; font-weight: bold; text-decoration: none;">WAN_for_simple_round</del>-<del style="color: red; font-weight: bold; text-decoration: none;">robin_load_equalization</del>]] - explains how you can load balance between two WAN connections</td><td>+</td><td style="background: #cfc; font-size: smaller;">* [[Dual-<ins style="color: red; font-weight: bold; text-decoration: none;">WAN for simple round</ins>-<ins style="color: red; font-weight: bold; text-decoration: none;">robin load equalization</ins>]] - explains how you can load balance between two WAN connections</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">* [[<del style="color: red; font-weight: bold; text-decoration: none;">Dual_WAN</del>]] - Explains how to set up a secondary WAN connection for backup<del style="color: red; font-weight: bold; text-decoration: none;">. </del></td><td>+</td><td style="background: #cfc; font-size: smaller;">* [[<ins style="color: red; font-weight: bold; text-decoration: none;">Dual WAN with one as standby backup</ins>]] - Explains how to set up a secondary WAN connection for backup</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">=</del>==Creating a second VLAN<del style="color: red; font-weight: bold; text-decoration: none;">=</del>==</td><td>+</td><td style="background: #cfc; font-size: smaller;">== Creating a second VLAN ==</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">You'll need to create a new VLAN, called vlan2.</td><td> </td><td style="background: #eee; font-size: smaller;">You'll need to create a new VLAN, called vlan2.</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Enter in the web interface, Settings/VLANs. Set Port 4 to a new VLAN.</td><td> </td><td style="background: #eee; font-size: smaller;">Enter in the web interface, Settings/VLANs. Set Port 4 to a new VLAN.</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Enter in the console, and do the following commands</td><td> </td><td style="background: #eee; font-size: smaller;">Enter in the console, and do the following commands</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">'''commands </del>to set VLANs<del style="color: red; font-weight: bold; text-decoration: none;">'''</del></td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">=== Commands </ins>to set VLANs <ins style="color: red; font-weight: bold; text-decoration: none;">===</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">nvram set vlan0ports=&quot;1 2 3 5*&quot;</td><td> </td><td style="background: #eee; font-size: smaller;">nvram set vlan0ports=&quot;1 2 3 5*&quot;</td></tr> <tr><td colspan="2" align="left"><strong>Line 22:</strong></td> <td colspan="2" align="left"><strong>Line 22:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">On a WRT54GL this will be port 4, if you want port 1 for vlan2 then set vlan2ports to &quot;3 5&quot;. </td><td> </td><td style="background: #eee; font-size: smaller;">On a WRT54GL this will be port 4, if you want port 1 for vlan2 then set vlan2ports to &quot;3 5&quot;. </td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">=</del>==Setting up the scripts<del style="color: red; font-weight: bold; text-decoration: none;">=</del>==</td><td>+</td><td style="background: #cfc; font-size: smaller;">== Setting up the scripts ==</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">We'll have some scripts, which will go in /jffs/etc/config<del style="color: red; font-weight: bold; text-decoration: none;">:</del></td><td>+</td><td style="background: #cfc; font-size: smaller;">We'll have some scripts, which will go in /jffs/etc/config<ins style="color: red; font-weight: bold; text-decoration: none;">.</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">===Bringing up the second WAN at startup===</td><td>+</td><td style="background: #cfc; font-size: smaller;">=== Bringing up the second WAN at startup ===</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">'''</del>wan2up.startup<del style="color: red; font-weight: bold; text-decoration: none;">'''</del></td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">==== </ins>wan2up.startup <ins style="color: red; font-weight: bold; text-decoration: none;">====</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Now this is for static IP, but you can change this situation by modifying the script for udhcpc</td><td> </td><td style="background: #eee; font-size: smaller;">Now this is for static IP, but you can change this situation by modifying the script for udhcpc</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td></tr> <tr><td colspan="2" align="left"><strong>Line 46:</strong></td> <td colspan="2" align="left"><strong>Line 46:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">===Setting up the scripts responsible for switching to a specific WAN===</td><td>+</td><td style="background: #cfc; font-size: smaller;">=== Setting up the scripts responsible for switching to a specific WAN ===</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">This file makes the changes necessary to activate WAN1. Change the nameservers to your provider's DNS servers or OpenDNS's.</td><td> </td><td style="background: #eee; font-size: smaller;">This file makes the changes necessary to activate WAN1. Change the nameservers to your provider's DNS servers or OpenDNS's.</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">'''</del>wan1.up<del style="color: red; font-weight: bold; text-decoration: none;">'''</del></td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">==== </ins>wan1.up <ins style="color: red; font-weight: bold; text-decoration: none;">====</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">#!/bin/sh</td><td> </td><td style="background: #eee; font-size: smaller;">#!/bin/sh</td></tr> <tr><td colspan="2" align="left"><strong>Line 71:</strong></td> <td colspan="2" align="left"><strong>Line 71:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">As you probably already figured out, this will make the changes necessary to activate WAN2 :)</td><td> </td><td style="background: #eee; font-size: smaller;">As you probably already figured out, this will make the changes necessary to activate WAN2 :)</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">'''</del>wan2.up<del style="color: red; font-weight: bold; text-decoration: none;">'''</del></td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">==== </ins>wan2.up <ins style="color: red; font-weight: bold; text-decoration: none;">====</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">#!/bin/sh</td><td> </td><td style="background: #eee; font-size: smaller;">#!/bin/sh</td></tr> <tr><td colspan="2" align="left"><strong>Line 91:</strong></td> <td colspan="2" align="left"><strong>Line 91:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">===Setting up the actual failover script===</td><td>+</td><td style="background: #cfc; font-size: smaller;">=== Setting up the actual failover script ===</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Now, this is the core of our goal, this script will monitor the active connection, and if connection fails, it will call one of wan1.up or wan2.up to change the active connection. </td><td> </td><td style="background: #eee; font-size: smaller;">Now, this is the core of our goal, this script will monitor the active connection, and if connection fails, it will call one of wan1.up or wan2.up to change the active connection. </td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">'''</del>failover.startup<del style="color: red; font-weight: bold; text-decoration: none;">'''</del></td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">==== </ins>failover.startup <ins style="color: red; font-weight: bold; text-decoration: none;">====</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">#!/bin/sh</td><td> </td><td style="background: #eee; font-size: smaller;">#!/bin/sh</td></tr> <tr><td colspan="2" align="left"><strong>Line 134:</strong></td> <td colspan="2" align="left"><strong>Line 134:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">===Setting up the script responsible for the Easy Setup button===</td><td>+</td><td style="background: #cfc; font-size: smaller;">=== Setting up the script responsible for the Easy Setup button ===</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Optionally, if you want to be able to switch the active WAN port with the Easy Setup button, you can add:</td><td> </td><td style="background: #eee; font-size: smaller;">Optionally, if you want to be able to switch the active WAN port with the Easy Setup button, you can add:</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">'''</del>chwan.sesbutton<del style="color: red; font-weight: bold; text-decoration: none;">'''</del></td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">==== </ins>chwan.sesbutton <ins style="color: red; font-weight: bold; text-decoration: none;">====</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">#!/bin/sh</td><td> </td><td style="background: #eee; font-size: smaller;">#!/bin/sh</td></tr> <tr><td colspan="2" align="left"><strong>Line 164:</strong></td> <td colspan="2" align="left"><strong>Line 164:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">fi</td><td> </td><td style="background: #eee; font-size: smaller;">fi</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">=</del>==Final polishing<del style="color: red; font-weight: bold; text-decoration: none;">=</del>==</td><td>+</td><td style="background: #cfc; font-size: smaller;">&#160;</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">== Final polishing ==</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Create above files in /jffs/etc/config and then do a</td><td> </td><td style="background: #eee; font-size: smaller;">Create above files in /jffs/etc/config and then do a</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">&lt;pre&gt;</del></td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;"> </ins>chmod +x /jffs/etc/config/*</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">chmod +x /jffs/etc/config/*</td><td>+</td><td style="background: #cfc; font-size: smaller;">&#160;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">&lt;/pre&gt;</del></td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">If you made everything as written above right, you should reboot the router and enjoy!</td><td> </td><td style="background: #eee; font-size: smaller;">If you made everything as written above right, you should reboot the router and enjoy!</td></tr> </table> K001 http://wiki.dd-wrt.com/wiki/index.php?title=Dual_WAN_with_failover&diff=21646&oldid=prev K001: No need for level1 header repeating the article name 2008-08-17T14:08:11Z <p>No need for level1 header repeating the article name</p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 14:08, 17 August 2008</td> </tr> <tr><td colspan="2" align="left"><strong>Line 1:</strong></td> <td colspan="2" align="left"><strong>Line 1:</strong></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">=Dual WAN with failover=</td><td colspan="2">&nbsp;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">This was tested on WRT54GL 1.1 with DD-WRT 2.4 mini</td><td> </td><td style="background: #eee; font-size: smaller;">This was tested on WRT54GL 1.1 with DD-WRT 2.4 mini</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> </table> K001 http://wiki.dd-wrt.com/wiki/index.php?title=Dual_WAN_with_failover&diff=19999&oldid=prev Eddie303 at 16:35, 2 April 2008 2008-04-02T16:35:17Z <p></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 16:35, 2 April 2008</td> </tr> <tr><td colspan="2" align="left"><strong>Line 2:</strong></td> <td colspan="2" align="left"><strong>Line 2:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">This was tested on WRT54GL 1.1 with DD-WRT 2.4 mini</td><td> </td><td style="background: #eee; font-size: smaller;">This was tested on WRT54GL 1.1 with DD-WRT 2.4 mini</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">===What <del style="color: red; font-weight: bold; text-decoration: none;">will do </del>this setup===</td><td>+</td><td style="background: #cfc; font-size: smaller;">===What this setup <ins style="color: red; font-weight: bold; text-decoration: none;">will do</ins>===</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Create a second WAN port, so you can hook up another provider for backup, and will change the active provider to the secondary, if ping fails to the provider's gateway. It will ping in a predefined interval.</td><td> </td><td style="background: #eee; font-size: smaller;">Create a second WAN port, so you can hook up another provider for backup, and will change the active provider to the secondary, if ping fails to the provider's gateway. It will ping in a predefined interval.</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">If this is not what you need, then you might try:</td><td> </td><td style="background: #eee; font-size: smaller;">If this is not what you need, then you might try:</td></tr> </table> Eddie303 http://wiki.dd-wrt.com/wiki/index.php?title=Dual_WAN_with_failover&diff=19990&oldid=prev Eddie303 at 00:58, 2 April 2008 2008-04-02T00:58:13Z <p></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 00:58, 2 April 2008</td> </tr> <tr><td colspan="2" align="left"><strong>Line 8:</strong></td> <td colspan="2" align="left"><strong>Line 8:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">* [[Dual_WAN]] - Explains how to set up a secondary WAN connection for backup. </td><td> </td><td style="background: #eee; font-size: smaller;">* [[Dual_WAN]] - Explains how to set up a secondary WAN connection for backup. </td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">===Creating a second VLAN===</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">You'll need to create a new VLAN, called vlan2.</td><td> </td><td style="background: #eee; font-size: smaller;">You'll need to create a new VLAN, called vlan2.</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Enter in the web interface, Settings/VLANs. Set Port 4 to a new VLAN.</td><td> </td><td style="background: #eee; font-size: smaller;">Enter in the web interface, Settings/VLANs. Set Port 4 to a new VLAN.</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Enter in the console, and do the following commands</td><td> </td><td style="background: #eee; font-size: smaller;">Enter in the console, and do the following commands</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td colspan="2" align="left"><strong>Line 22:</strong></td> <td colspan="2" align="left"><strong>Line 21:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">On a WRT54GL this will be port 4, if you want port 1 for vlan2 then set vlan2ports to &quot;3 5&quot;. <del style="color: red; font-weight: bold; text-decoration: none;">Now we</del>'ll have some scripts, which will go in /jffs/etc/config:</td><td>+</td><td style="background: #cfc; font-size: smaller;">On a WRT54GL this will be port 4, if you want port 1 for vlan2 then set vlan2ports to &quot;3 5&quot;. </td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">&#160;</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">===Setting up the scripts===</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">We</ins>'ll have some scripts, which will go in /jffs/etc/config:</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">===Bringing up the second WAN at startup===</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">'''wan2up.startup'''</td><td> </td><td style="background: #eee; font-size: smaller;">'''wan2up.startup'''</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Now this is for static IP, but you can change this situation by modifying the script for udhcpc</td><td> </td><td style="background: #eee; font-size: smaller;">Now this is for static IP, but you can change this situation by modifying the script for udhcpc</td></tr> <tr><td colspan="2" align="left"><strong>Line 44:</strong></td> <td colspan="2" align="left"><strong>Line 47:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">'''wan1.</del>up<del style="color: red; font-weight: bold; text-decoration: none;">'''</del></td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">===Setting </ins>up <ins style="color: red; font-weight: bold; text-decoration: none;">the scripts responsible for switching to a specific WAN===</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">This file makes the changes necessary to activate WAN1. Change the nameservers to your provider's DNS servers or OpenDNS's.</td><td> </td><td style="background: #eee; font-size: smaller;">This file makes the changes necessary to activate WAN1. Change the nameservers to your provider's DNS servers or OpenDNS's.</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">'''wan1.up'''</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">#!/bin/sh</td><td> </td><td style="background: #eee; font-size: smaller;">#!/bin/sh</td></tr> <tr><td colspan="2" align="left"><strong>Line 65:</strong></td> <td colspan="2" align="left"><strong>Line 70:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">'''wan2.up'''</td><td colspan="2">&nbsp;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">As you probably already figured out, this will make the changes necessary to activate WAN2 :)</td><td> </td><td style="background: #eee; font-size: smaller;">As you probably already figured out, this will make the changes necessary to activate WAN2 :)</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">'''wan2.up'''</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">#!/bin/sh</td><td> </td><td style="background: #eee; font-size: smaller;">#!/bin/sh</td></tr> <tr><td colspan="2" align="left"><strong>Line 86:</strong></td> <td colspan="2" align="left"><strong>Line 92:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"><del style="color: red; font-weight: bold; text-decoration: none;">'''</del>failover<del style="color: red; font-weight: bold; text-decoration: none;">.startup'''</del></td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">===Setting up the actual </ins>failover <ins style="color: red; font-weight: bold; text-decoration: none;">script===</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Now, this is the core of our goal, this script will monitor the active connection, and if connection fails, it will call one of wan1.up or wan2.up to change the active connection. </td><td> </td><td style="background: #eee; font-size: smaller;">Now, this is the core of our goal, this script will monitor the active connection, and if connection fails, it will call one of wan1.up or wan2.up to change the active connection. </td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">'''failover.startup'''</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">#!/bin/sh</td><td> </td><td style="background: #eee; font-size: smaller;">#!/bin/sh</td></tr> <tr><td colspan="2" align="left"><strong>Line 127:</strong></td> <td colspan="2" align="left"><strong>Line 135:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">===Setting up the script responsible for the Easy Setup button===</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Optionally, if you want to be able to switch the active WAN port with the Easy Setup button, you can add:</td><td> </td><td style="background: #eee; font-size: smaller;">Optionally, if you want to be able to switch the active WAN port with the Easy Setup button, you can add:</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td colspan="2" align="left"><strong>Line 156:</strong></td> <td colspan="2" align="left"><strong>Line 165:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">fi</td><td> </td><td style="background: #eee; font-size: smaller;">fi</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;/pre&gt;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">&#160;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">===Final polishing===</ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Create above files in /jffs/etc/config and then do a</td><td> </td><td style="background: #eee; font-size: smaller;">Create above files in /jffs/etc/config and then do a</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td><td> </td><td style="background: #eee; font-size: smaller;">&lt;pre&gt;</td></tr> </table> Eddie303 http://wiki.dd-wrt.com/wiki/index.php?title=Dual_WAN_with_failover&diff=19988&oldid=prev Eddie303 at 00:51, 2 April 2008 2008-04-02T00:51:29Z <p></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 00:51, 2 April 2008</td> </tr> <tr><td colspan="2" align="left"><strong>Line 5:</strong></td> <td colspan="2" align="left"><strong>Line 5:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Create a second WAN port, so you can hook up another provider for backup, and will change the active provider to the secondary, if ping fails to the provider's gateway. It will ping in a predefined interval.</td><td> </td><td style="background: #eee; font-size: smaller;">Create a second WAN port, so you can hook up another provider for backup, and will change the active provider to the secondary, if ping fails to the provider's gateway. It will ping in a predefined interval.</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">If this is not what you need, then you might try:</td><td> </td><td style="background: #eee; font-size: smaller;">If this is not what you need, then you might try:</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[[Dual-WAN_for_simple_round-robin_load_equalization]] - explains how you can load balance between two WAN connections</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">* </ins>[[Dual-WAN_for_simple_round-robin_load_equalization]] - explains how you can load balance between two WAN connections</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[[Dual_WAN]] - Explains how to set up a secondary WAN connection for backup. </td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">* </ins>[[Dual_WAN]] - Explains how to set up a secondary WAN connection for backup. </td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">You'll need to create a new VLAN, called vlan2.</td><td> </td><td style="background: #eee; font-size: smaller;">You'll need to create a new VLAN, called vlan2.</td></tr> </table> Eddie303 http://wiki.dd-wrt.com/wiki/index.php?title=Dual_WAN_with_failover&diff=19987&oldid=prev Eddie303: /* What will do this setup */ 2008-04-02T00:50:49Z <p><span class="autocomment">What will do this setup</span></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 00:50, 2 April 2008</td> </tr> <tr><td colspan="2" align="left"><strong>Line 3:</strong></td> <td colspan="2" align="left"><strong>Line 3:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">===What will do this setup===</td><td> </td><td style="background: #eee; font-size: smaller;">===What will do this setup===</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">Create a second WAN port, so you can hook up another provider for backup, and will change the active provider to the secondary, if ping fails to the provider's gateway. It will ping in a predefined interval</td><td>+</td><td style="background: #cfc; font-size: smaller;">Create a second WAN port, so you can hook up another provider for backup, and will change the active provider to the secondary, if ping fails to the provider's gateway. It will ping in a predefined interval<ins style="color: red; font-weight: bold; text-decoration: none;">.</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">If this is not what you need, then you might try:</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">[[Dual-WAN_for_simple_round-robin_load_equalization]] - explains how you can load balance between two WAN connections</ins></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"><ins style="color: red; font-weight: bold; text-decoration: none;">[[Dual_WAN]] - Explains how to set up a secondary WAN connection for backup. </ins></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">You'll need to create a new VLAN, called vlan2.</td><td> </td><td style="background: #eee; font-size: smaller;">You'll need to create a new VLAN, called vlan2.</td></tr> </table> Eddie303