I haven’t played with this since 2017.
I had it working on top of a barn. I was hardwired to a switch. And it worked great. But I forgot the password and when I reset it. My configuration was lost. I did upgrade it to the latest software of 7.5
My problem is getting a wireless device to be able to connect to the internet. If I get the laptop to connect to the RBMetal2SHPn, it doesn’t have internet access. If I get the RBMetal2SHPn to be able to ping an internet address. Then the laptop can’t connect. I’ve left the wifi password blank and I’ve set a password. I’m using quick set Home AP as a starting point.
Question is, what setting do I need to change?
I had really hoped that the software had matured to the point of a ready-to-use AP.
Does anyone have a configuration file that they use? Blank out the specific parts and let me know what is expected to be filled in.
I can ping the internet from bridge1 and ether1 but not wan1.
Under the menu item
Bridge - Ports
Wan1 is a disabled port?
And why does the country go back to etsi no mater what I do it always goes back?
Please provide a network diagram so we know what equipment is involved and the ISP etc…
Also require a full export of the MT device
/export ( minus any public WANIP information and the serial number )
The RBMetal2SHPn is connected to the router. And the router is connected to the fiber optic modem.
No idea what an MT device is?
MikroTik RouterOS 7.5 (c) 1999-2022 https://www.mikrotik.com/
[admin@MikroTik] > /export
# sep/17/2022 08:00:04 by RouterOS 7.5
# software id =
#
# model = Metal 2SHPn
# serial number =
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-onlyn country="united states" disabled=no frequency=auto mode=ap-bridge ssid=\
Van41a wireless-protocol=802.11
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/interface list member
add interface=ether1 list=WAN
add interface=wlan1 list=LAN
add interface=bridge1 list=LAN
/ip address
add address=192.168.1.243/24 interface=ether1 network=192.168.1.0
/ip dhcp-client
add disabled=yes interface=ether1
/ip dns
set servers=1.1.1.1
/system clock
set time-zone-name=America/Chicago
[admin@MikroTik] >
Thank you for taking the time to help.
Mark
MT = Mikrotik ![]()
Ah okay so its wired to a router and you want to use it as a basic AP…
Read the following - the example provided works.
https://forum.mikrotik.com/viewtopic.php?t=182276
Thank you anav. I got it functioning. This will give me a great starting place.
Mark