[advice] Configuration RBwAP2nD

Hello folks,

I’m a new user of MikroTik routers and I need some advice for WiFi configure. This is the model: https://routerboard.com/RBwAP2nD
Earlier I had some issue with entering into the router via WinBox and I managed to solve that with netInstall installing again the routerOS.
Now I am not able to see or use IP address also to entering the router via browser using.
192.168.88.1 is not working!

Second thing is that I can connect to the WiFi of router, but I am stuck to configure to receive internet from ISP.
I was looking to the [manual configuration] file but it didn’t work to me.
How can I connect my router to the internet? Here is a close look of the WinBox.
Thanks!


click the image for full size

And this is the IP address which is shown on WinBox and is not working obvious.

click the image for full size

No one can give me a help? :frowning:

Did you put your computer lan into same range as mikrotik?

So put manual IP address on your PC like 192.168.88.5, you will be able to access router than.

Thanks @ivicask for your response and advice, but unfortunately that didn’t work. :frowning:

Based on your first screenshot you are not using the IP segment 192.168.88.0 at all on your router.
Your local IP address is 192.168.1.1
You have set the subnet mask to /8 (255.0.0.0) I guess you have to revert that back to /24 (255.255.255.0)
Also your WAN connection is getting an IP address in range of 192.168.1.0/24
My suggestion would be to configure 192.168.x.0/24 for your local lan (where x is something you choose, not being 1)

Thank @Rudios for your response too.
Now I am not having any IP inside the WiFi network.
I was only able to change the subnet mask to 255.255.255.0/24.

Here is a close look of other windows.

This is example is being loged via WiFi but only with WinBox, not with IP (192.168.88.1).

Hi,

If you want that your wAP would act simply as a AP bridge between your current router who is managing dhcp pool and internet connections ( 192.168.1.1 ), login into your wAp on it’s MAC address, not 192.168.88.1, and do the following in New Terminal window:

  1. putting in bridge mode, alocating ether1 and wlan1 ports to bridge created and add ip address to wlan1 ( 192.168.1.253/24, to be in the same lan with your dhcp router - 192.168.1.1 -,
    your Wifi wAP would act as a transparent bridge between your wifi clients and current router who’s managing internet connection)
/interface bridge
add admin-mac=E4:8D:8C:50:0F:72 auto-mac=no comment="default bridge" name=bridge
/interface bridge port
add bridge=bridge comment="" interface=ether1
add bridge=bridge comment="" interface=wlan1
/ip address
add address=192.168.1.253/24 comment="Lan alocated ip" interface=wlan1 network=192.168.1.0
  1. setting up DNS resolution
/ip dns
set servers=8.8.8.8,8.8.4.4
  1. Setting up default route, meaning router ip address in front of wifi mikrotik who’s managing dhcp lease and internet connection ( 192.168.1.1)
/ip route
add distance=1 gateway=192.168.1.1
  1. setting up basic wireless AP bridge mode
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce country=macedonia disabled=no frequency=2422 mode=ap-bridge rx-chains=0,1 ssid=Mikrotik tx-chains=0,1 \
    wireless-protocol=802.11 wps-mode=disabled
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk group-ciphers=tkip,aes-ccm mode=dynamic-keys supplicant-identity=MikroTik unicast-ciphers=tkip,aes-ccm \
    wpa-pre-shared-key=test123 wpa2-pre-shared-key=test123



- do not forget to change preshared key: > wpa-pre-shared-key=test123 wpa2-pre-shared-key=test123> ; i have put there for purpose of testing wifi key: test123
- do not forget to change > ssid from “Mikrotik” > to whatever you desire; you could do it from wireless → interfaces, double click on wlan1 and change to desire name in field: SSID, then hit APPLY.

Verify ip → firewall → Filter rules that might have left over rules from default configuration that might interference with new config. If you can’t handle it post here result of /ip firewall filter export and we will guide you somehow.

Hope that helps.

kind regards,

Thanks @janus20 for your response. I will make these changes and I will write later after them.
I just want to avoid 192.168.1.1 address since this IP is using other router for LAN network. I will stick to 192.168.88.1.
Is this okay?

Hi,

Sure, it is ok but you will need to add default route to proper lan gateway ( modify in step 3. with proper gateway or skip step 3 and may do it from ip → routes, click ‘+’, in general tab of new route leave Dst. address 0.0.0.0/0 untouched and click in field Gateway: and enter proper gateway ip address).

kind regards,

@janus20 I have entered the lines you have send but nothing changed.
Also here is the result from firewall:

[admin@MikroTik] > /ip firewall filter export

jan/01/2002 01:12:07 by RouterOS 6.37.1

software id = 6YQ7-BXJA

[admin@MikroTik] >

And the password wasn’t chaged. It was the same from earlier.
Some changes wont made properly I guess.

And I thought it would be able the router to receive internet from the LAN port but:

Hi,
In ip → routes as you see in quick set you do not have default route to 192.168.1.1 ( AS 0.0.0.0 bridge1 reachable ) that why it is not working.
Short way from ip → routes:
a. delete second rule DS 0.0.0.0 192.168.1.1 reachable
b. modify first rule AS 0.0.0.0 bridge1 reachable, double click on it and in gateway field instead of “bridge1” put “192.168.1.1”
You should have:

AS 0.0.0.0 192.168.1.1 reachable bridge
DAC 192.168.1.0/24 bridge reachable
DAC 192.168.88.0/24 bridge reachable

AS = active, static
DAC = dynamic, active, static
DS = dynamic, static

Any change? if not, just a thought:
a. what is your network topology ?
b. what is the result of /ip address export ?

kind regards,

Thanks again @janus20 for your response.

I just managed to change the “Interface” of 192.168.88.1/24 from “ether1” to “bridge” and now the router is transmitting internet via WiFi.
Here is a close look.

Also WebFig is working with 192.168.1.45 IP address.
The only thing which is bothering me is that the download is a little bit slow. Is there any setting for getting a higher speed of download or something?

On the same network with other WiFi router I get a much higher speed.

Thanks a lot again!!! :slight_smile:

Hi,

Well, for a quick view, you could change channel width from “20Mhz” to “20/40Mhz Ce”, in the first place.
You could do that directly into Quick Set window or accessing, from the left menu, wireless → interfaces tab → double click wlan1 interface then into wireless tab select channel width new value from drop down list.

Disconnect and reconnect to your wifi AP; any difference?

kind regards,

Hi @janus20

The speed is more or less the same with “20/40 Ce”.
The mode is set to “ap bridge”. Should I change to “bridge” or not?

Thanks!

Hi,

Nope, i think ap bridge is fine. Maybe frequency but i have noticed that your signal si some kind of low ( -73db if that is your laptop).
Could you give a comparation list with other wifi router which you say you have better speed?
( chanel width, frequvency, signal level, download speed, ping -n 20 wifi roiuter ip and ping -n 20 192.168.1.45/192.169.1.1 - to see if lose any packets )

Sorry, it is to late i have not briliant ideea yet

kind regards,

Yes… I will make those tests tomorrow, now is a little bit late.
Thanks again, you are very kind and helping me all day long.
:slight_smile:

Hi @janus20 and sorry for my little late response.
Here is the result of my MikroTik router ping:

$ ping 192.168.1.45

Pinging 192.168.1.45 with 32 bytes of data:
Reply from 192.168.1.45: bytes=32 time=5ms TTL=64
Reply from 192.168.1.45: bytes=32 time<1ms TTL=64
Reply from 192.168.1.45: bytes=32 time<1ms TTL=64
Reply from 192.168.1.45: bytes=32 time=3ms TTL=64

Ping statistics for 192.168.1.45:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 5ms, Average = 2ms

And here is the ping result of Asus RT-N12+ router:

$ ping 192.168.1.1

Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64

Ping statistics for 192.168.1.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 1ms, Maximum = 1ms, Average = 1ms