Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 21069

Wireless Networking • mapLite setup issue local network

$
0
0
The goal of using the mapLite is to have a portable, local only network (at least for now). It will serve devices like a picow which hosts a tiny website to control, for example, a string of neopixels.
currently I can see all wireless devices but I cannot yet connect to the test case which is 192.1.68.88.75.
I have tried several forum solutions. Once I was able to see the webpage but could not control it - that was after changing things but I did not write down each change. Then I tried to follow the course offered on setting up a wireless Mikrotik router, the attempt is below. Again, I can see all wireless devices connected but cannot access or see the webpage.



[admin@STEMrouter] > /export hide-sensitive
# jan/02/1970 00:41:42 by RouterOS 6.48.6
# software id = LJZJ-0FVN
#
# model = RBmAPL-2nD
# serial number = HEK08MK83F7
/interface bridge
add name=bridge1
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys name=WPA2 \
supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n country="united states" \
disabled=no mode=ap-bridge security-profile=WPA2 ssid=mySTEM \
wireless-protocol=802.11
/ip pool
add name=dhcp_pool0 ranges=192.168.88.10-192.168.88.254
add name=dhcp ranges=192.168.88.3-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=bridge1 name=dhcp1
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 disabled=yes interface=ether1
/interface list member
add interface=ether1 list=WAN
add interface=wlan1 list=LAN
add interface=bridge1 list=LAN
/ip address
add address=192.168.88.0/24 interface=wlan1 network=192.168.88.0
add address=192.168.88.1/24 comment="LAN SubNet" interface=bridge1 network=\
192.168.88.0
/ip dhcp-client
add disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 gateway=192.168.88.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/system identity
set name=STEMrouter
[admin@STEMrouter] >

Statistics: Posted by gesWho37 — Fri Dec 08, 2023 4:43 am



Viewing all articles
Browse latest Browse all 21069

Trending Articles