WAN Port

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 14:27, 28 August 2005 (edit)
84.180.107.196 (Talk)
(Adding WAN port to Switch)
← Previous diff
Revision as of 20:26, 14 October 2005 (edit) (undo)
69.12.144.36 (Talk)

Next diff →
Line 30: Line 30:
------------------------------ ------------------------------
</pre> </pre>
 +
 +
 +It would be nice to be able to assign different networks to each of the ports..
 +Is there any work done in this direction?

Revision as of 20:26, 14 October 2005

Adding WAN Port to Switch (use as a normal LAN port)

In case the WRT is used as an access point within a LAN, the WAN port can easily be configured as a normal switched port:
1.)

Under "Setup" -> "Basic Setup"
Set "Internet Setup" to "Disabled"


2.)

Under "Setup" -> "VLANs"
Select checkbox for column "W" at row "Tagged". Now the checkbox for "W" at row "0" can be selected. That will ensure that the WAN port is in the same ethernet domain (VLAN0) as the rest of the switch. Deselect all other checkboxes in the "W" column including "Tagged" and save your settings.


3.)

The VLAN setting should show something like:
             |       Port        |   Assigned
     VLAN    |-------------------|   to bridge
             | W | 1 | 2 | 3 | 4 |
    --------------------------------------------
       0     | x | x | x | x | x |     LAN
    --------------------------------------------
       1     |   |   |   |   |   |     None
    --------------------------------------------
      ...
    --------------------------------------------
     Tagged  |   |   |   |   |   |
    ------------------------------


It would be nice to be able to assign different networks to each of the ports.. Is there any work done in this direction?