WDS-AP to WDS-Sta (Atheros) Example

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:33, 15 January 2008 (edit)
Samueldg (Talk | contribs)
(Setup->Basic Setup page)
← Previous diff
Revision as of 15:34, 15 January 2008 (edit) (undo)
Samueldg (Talk | contribs)
(Prerequisites)
Next diff →
Line 30: Line 30:
==Prerequisites== ==Prerequisites==
All GW234x devices are with factory defaults configuration (all has their nvram erased using RedBoot commands). All GW234x devices are with factory defaults configuration (all has their nvram erased using RedBoot commands).
 +
 +All GW234x devices has ddwrt v24 RC 6.2 (or newer) flashed.
 +
==Configuring the devices== ==Configuring the devices==
I only coment the parameters I changed or if the parameter value is important for our purpose. I only coment the parameters I changed or if the parameter value is important for our purpose.

Revision as of 15:34, 15 January 2008

Contents

Simple LAN WDS configuration

Objective

Connect 3 LAN using 2 GW2347 and 1 GW2348 and they will be transparent for the diferent Ethernet subnets.

  GW2347_0 - - - - - GW2348 - - - - - - GW2347_1
     |                 |                   |
    LAN               LAN                 LAN

Will support Spaning tree protocol to alow the case when GW2347's were in the same Ethernet segment. This case:

  GW2347_0 - - - - - GW2348
     |                 |
  GW2347_1 - - - - - - -

Definitions

The 3 LAN's are in the same IP subnet 10.1.1.0/24 (for example).

The GW234x management IP will be in 192.168.5.0/24 (for example).

All the GW234x has Winstron CM9 miniPCI cards into them.


Names of GW234x devices will be:

acbr51 with 192.168.2.51 for the GW2347_0

acbr52 with 192.168.2.52 for the GW2348

acbr53 with 192.168.2.53 for the GW2347_1

Prerequisites

All GW234x devices are with factory defaults configuration (all has their nvram erased using RedBoot commands).

All GW234x devices has ddwrt v24 RC 6.2 (or newer) flashed.

Configuring the devices

I only coment the parameters I changed or if the parameter value is important for our purpose.

IP Parameters

Setup->Basic Setup page

Section WAN:

  • Connection Type: Disabled
  • STP: Enabled

Section Optional Settings:

  • Router and Hostnames: acbr51, acbr52, acbr53 (each name with each device).
  • Domain Name: mydomain (put yours here if you want).

Section Router IP:

  • Local IP Address: 192.168.2.51, 192.168.2.52, 192.168.2.53 (each IP with each device)
  • Subnet Mask: 255.255.255.0
  • Gateway: 192.168.2.254 (leave in blank if you don't use)
  • Local DNS: 192.168.2.254 (leave in blank if you don't use)

Section DHCP:

  • DHCP Server: Disable (Enable and configure if you want, I don't use it here).

Section Time Settings:

  • Time Server: 192.168.2.254 (leave in blank if you don't use)

WiFi Parameters

WDS Parameters