Versions Compared

Key

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

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

...

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 Common settings:

  • frequency=2452
  • tx-power-mode=default
  • dfs-mode=none
  • wds-mode=dynamic
  • wds-ignore_ssid=yes
TX power

Here's a useful FAQ for routers, such as the AP24's, using the mikrotik software, http://wiki.mikrotik.com/wiki/Manual:Wireless_FAQImage Added.

Code Block

 What TX-power-mode is the best?

TX-power-mode tells the wireless card which tx-power values should be used. By default this setting is set to default.

    default means that the card will use the tx-power values from the cards eeprom and will ignore the setting what is specified by the user in the tx-power field.
    card-rates means that for different data rates the tx-power is calculated according the cards transmit power algorithm from the cards eeprom and as an argument it takes tx-power value specified by the user.
    all-rates-fixed means that that the card will use one tx-power value for all data rates which is specified by the user in tx-power field. 

Note that it is not recommended to use 'all-rates-fixed' mode as the wireless card tx-power for the higher data rates is lower and by forcing to use the fixed tx-power rates also for the higher data rates might results the same problems like in the previous question about tx-power setting. For most of the cases if you want to change the tx-power settings it is recommended to use the tx-power-mode=card-rates and it is recommended to lower and not to raise tx-power. 

tx-power-mode=default seems to work well in the staging area. If it doesn't work in the field, we'll go with

  • tx-power-mode=card-rates
  • tx-power=(lowest setting that works well, in the range 13-26)
Access point at base with a single omni antenna

...