Mikrotik mAP Lite as ethernet to Wifi bridge

Mikrotik mAP Lite as ethernet to Wifi bridge

This will allow you to plug any Ethernet device (RJ45 cable) into the mAP Lite ethernet jack and it will act like a wired device in your network.
  1. mAP Lite will get it's own IP address for winbox management using DHCP Client
Note: modify the network name (SSID) and Wifi password in advance for 1-click install


  1. # jun/26/2019 13:16:50 by RouterOS 6.44.3
  2. #
  3. # model = RouterBOARD mAP L-2nD
  4. /interface bridge
  5. add name=bridge1
  6. /interface ethernet
  7. set [ find default-name=ether1 ] advertise=\
  8.     10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
  9. /interface list
  10. add name=WAN
  11. add name=LAN
  12. /interface wireless security-profiles
  13. set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" \
  14.     group-ciphers=tkip,aes-ccm mode=dynamic-keys supplicant-identity=MikroTik \
  15.     unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=WIFIPASSWORD \
  16.     wpa2-pre-shared-key=WIFIPASSWORD
  17. /interface wireless
  18. set [ find default-name=wlan1 ] disabled=no mode=station-pseudobridge \
  19.     security-profile=default ssid=SSIDNAME
  20. /ip hotspot profile
  21. set [ find default=yes ] html-directory=flash/hotspot
  22. /interface bridge port
  23. add bridge=bridge1 interface=wlan1
  24. add bridge=bridge1 interface=ether1
  25. /interface list member
  26. add interface=wlan1 list=WAN
  27. add interface=ether1 list=LAN
  28. /ip dhcp-client
  29. add dhcp-options=hostname,clientid disabled=no interface=bridge1
  30. /ip ssh
  31. set allow-none-crypto=yes forwarding-enabled=remote
  32. /system clock
  33. set time-zone-name=America/New_York

Use Quick Set Profile: PTP Bridge CPE
    • Related Articles

    • Wifi Troubleshooting and Optimization

      Step one: Optimize what you've got Get routers/single wifi up and out in the open. Less matter between wifi device (AP = Access Point) and where you consume wifi (wifi client). Internet connection should be centrally located (or to one side if you're ...
    • Picking your ISP and Wifi

      Residential Internet Picking internet, fiber is better. If no Google available AT&T Gigapower is 1Gbit same as google. Expecting more than 100-200Mbps of internet speed (Packets north of SC or into Florida or TN for example) from AT&T is about as ...
    • Security Alert: AT&T branded devices auto-joining the "attwifi" wifi hotspots - Take steps to protect yourself!

      This is a MAJOR security concern, which I know is actively being exploited across the country. There's one around the Duke building in downtown Charlotte as I write this. Why is it a security concern? Because when your phone auto-joins that wifi ...
    • Backups - The 3-2-1 Rule: If you don't have one expect to loose your data

      Do I need to have a backup? Throw your computer/electronic device out the window, and then ask yourself do you want to get access to anything that was once on your device. If you say "OMG, I need xyz back!", then you need to have a backup solution. ...
    • Evaluating E-mail messages - Scam or no scam

      Questions to ask yourself First and foremost look at the from Email address (not the name). Does the email address it's coming from make sense with the subject and contents of the email? If it's from an @gmail.com address, anyone on the planet can ...