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.
- 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
- # jun/26/2019 13:16:50 by RouterOS 6.44.3
- #
- # model = RouterBOARD mAP L-2nD
- /interface bridge
- add name=bridge1
- /interface ethernet
- set [ find default-name=ether1 ] advertise=\
- 10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
- /interface list
- add name=WAN
- add name=LAN
- /interface wireless security-profiles
- set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" \
- group-ciphers=tkip,aes-ccm mode=dynamic-keys supplicant-identity=MikroTik \
- unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=WIFIPASSWORD \
- wpa2-pre-shared-key=WIFIPASSWORD
- /interface wireless
- set [ find default-name=wlan1 ] disabled=no mode=station-pseudobridge \
- security-profile=default ssid=SSIDNAME
- /ip hotspot profile
- set [ find default=yes ] html-directory=flash/hotspot
- /interface bridge port
- add bridge=bridge1 interface=wlan1
- add bridge=bridge1 interface=ether1
- /interface list member
- add interface=wlan1 list=WAN
- add interface=ether1 list=LAN
- /ip dhcp-client
- add dhcp-options=hostname,clientid disabled=no interface=bridge1
- /ip ssh
- set allow-none-crypto=yes forwarding-enabled=remote
- /system clock
- set time-zone-name=America/New_York
Use Quick Set Profile: PTP Bridge CPE