Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

All the AP24's are configured as a bridge, so all IP addresses are on the 192.168.0 network.

WDS (wireless distribution system) is also enabled which enables the whole setup to appear as if it is one ethernet switch. I've set wds-ignore-ssid=yes, which as I understand it, allows WDS across different SSIDs. In order for that to work, all access points must be on the same frequency, and dfs-mode (dynamic frequency selection) turned off.

I've chosen frequency=2452 Mhz for testing at FLAB. In the field we can use "interface wireless frequency-monitor" at setup to find a quiet frequency.

Note these settings:

  • frequency=2452
  • tx-power-mode=default
  • dfs-mode=none
  • wds-mode=dynamic
  • wds-ignore_ssid=yes
Access point at base with a single omni antenna

site

WIFI

antenna

.h5 Access point at base with a single omni antenna

site

WIFI

antenna

role

ssid

floor

etherant

internal, to rim

station adaptor

ISFS

rim

AP24-2

internal, to floor

access point

ISFS

rim

AP24-2

external, yagi to base

station adaptor

ISFSext

base

AP24-2

external, omni

access point

ISFSext

near

AP24-3

internal, to base

station adaptor

ISFSext

far

etherant

internal, to base

station adaptor

ISFSext

.h5 Dual antenna access point at base

If an omni antenna at the base cannot receive adequately from rim, near and far, then we could enable the internal antenna, as follows:

site

WIFI

antenna

role

ssid

floor

etherant

internal, to rim

station adaptor

ISFS

rim

AP24-2

internal, to floor

access point

ISFS

rim

AP24-2

external, yagi to base

station adaptor

ISFSrim

base

AP24-2

internal, to rim

access point

ISFSrim ISFSext

base

AP24-2

external, 180 omni

access point

ISFSext

near

AP24-3

internal, to base

station adaptor

ISFSext

far

etherant

internal, to base

station adaptor

ISFSext

All the AP24's are configured as a bridge, so all IP addresses are on the 192.168.0 network. WDS (wireless distribution system) is also enabled which enables the whole setup to appear as if it is one ethernet switch. I've set wds-ignore-ssid=yes, which as I understand it, allows WDS across different SSIDs. In order for that to work, all access points must be on the same frequency, and dfs (dynamic frequency selection) turned off.

...

Dual antenna access point at base

If an omni antenna at the base cannot receive adequately from rim, near and far, then we could enable the internal antenna, as follows:

site

WIFI

antenna

role

ssid

floor

etherant

internal, to rim

station adaptor

ISFS

rim

AP24-2

internal, to floor

access point

ISFS

rim

AP24-2

external, yagi to base

station adaptor

ISFSrim

base

AP24-2

internal, to rim

access point

ISFSrim

base

AP24-2

external, 180

access point

ISFSext

near

AP24-3

internal, to base

station adaptor

ISFSext

far

etherant

internal, to base

station adaptor

ISFSext

AP24 at base

Here are the wireless settings if only using the external antenna:

Note these settings:

  • wlan1-Int-Ant is disabled
  • ssid=ISFS
  • wds-
  • mode=ap-bridge
  • ssid=ISFS1
  • frequency=2452
  • tx-power-mode=default
  • dfs-mode=none
  • wds-mode=dynamic
  • wds-default-bridge=bridge1wds-ignore_ssid=yes
Code Block
langnone
[admin@ap24] > interface wireless print                                                                                       
Flags: X - disabled, R - running 
 0 X  name="wlan1-Int-Ant" mtu=1500 mac-address=00:15:6D:10:29:B2 arp=enabled disable-running-check=no 
      interface-type=Atheros AR5213 radio-name="AP24-IntAnt" mode=ap-bridge ssid="ISFSext" area="" 
      frequency-mode=regulatory-domain country=united states antenna-gain=0 frequency=2452 band=2.4ghz-b/g scan-list=default 
      rate-set=default supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps 
      supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps basic-rates-b=1Mbps basic-rates-a/g=6Mbps 
      max-station-count=50 ack-timeout=dynamic tx-power-mode=default noise-floor-threshold=default 
      periodic-calibration=default periodic-calibration-interval=60 burst-time=disabled dfs-mode=none antenna-mode=ant-b 
      wds-mode=dynamic wds-default-bridge=bridge1 wds-default-cost=100 wds-cost-range=50-150 wds-ignore-ssid=yes 
      update-stats-interval=30s default-authentication=no default-forwarding=no default-ap-tx-limit=0 
      default-client-tx-limit=0 proprietary-extensions=post-2.9.25 hide-ssid=no security-profile=isffwep 
      disconnect-timeout=15s on-fail-retry-time=300ms preamble-mode=both compression=no allow-sharedkey=yes 

 1  R name="wlan2-Ext-Ant" mtu=1500 mac-address=00:15:6D:10:3C:BC arp=enabled disable-running-check=no 
      interface-type=Atheros AR5213 radio-name="AP24-ExtAnt" mode=ap-bridge ssid="ISFSext" area="" 
      frequency-mode=regulatory-domain country=united states antenna-gain=0 frequency=2452 band=2.4ghz-b/g scan-list=default 
      rate-set=default supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps 
      supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps basic-rates-b=1Mbps basic-rates-a/g=6Mbps 
      max-station-count=50 ack-timeout=dynamic tx-power-mode=default noise-floor-threshold=default 
      periodic-calibration=default periodic-calibration-interval=60 burst-time=disabled dfs-mode=none antenna-mode=ant-a 
      wds-mode=dynamic wds-default-bridge=bridge1 wds-default-cost=100 wds-cost-range=50-150 wds-ignore-ssid=yes 
      update-stats-interval=disabled default-authentication=no default-forwarding=yes default-ap-tx-limit=0 
      default-client-tx-limit=0 proprietary-extensions=post-2.9.25 hide-ssid=no security-profile=isffwep 
      disconnect-timeout=15s on-fail-retry-time=300ms preamble-mode=both compression=no allow-sharedkey=yes 

...