Manual:Interface/W60G/GUIexample

From MikroTik Wiki
Jump to navigation Jump to search
Version.png

Applies to RouterOS: v6.43.4+

Summary

This example shows how to configure transparent wireless bridge in GUI from one W60G device to another.

Example is done from empty configuration state with [WinBox] utility

Connect to the device

After configuration reset - only mac-telnet is possible. In main WinBox screen press on Neighbours, choose your devices MAC address and press Connect:

Winbox main screen.png


Configure bridge

Add new bridge and assign bridge members to it. This will allow to pass traffic from from Ethernet to W60G interface without routing. Open Bridge submenu, press on "+" to add new bridge and apply your changes:

Create bridge1.png

Add interface members (ether1 and wlan60-1) to newly created bridge. Pres on Ports submenu and add new member with "+", select correct interfaces and add to bridge created previously:

Create bridge2.png

Set up wireless connection

All previously explained steps are identical to Master and Slave devices. When configuring wireless interface different modes needs to be used.

Configure master device as follows:

  • ) open Interface menu,
  • ) double click on wlan60-1 interface
  • ) under Wireless submenu set mode to ```"bridge"```, set SSID and password, select previously created bridge under "Put Stations In Bridge"
  • ) Apply your changes and press on enable to start transmitting
  • ) in interface submenu wlan60-1 from greyed out will become active

W60g bridge.png

For Slave device -

  • ) open Interface menu,
  • ) double click on wlan60-1 interface
  • ) under Wireless submenu set mode to ```"station-bridge"```, set SSID and password
  • ) Apply your changes and press on enable to start transmitting
  • ) in interface submenu wlan60-1 from greyed out will become active

W60g station.png

Additional configuration

Link should be established after all previously explained steps are done. It's recommended to set up administrators password on both devices.