Merge 192.198.88.xxx LANs in a unique 192.168.1.xxx LAN

Hello everyone,
this is my first post. I have already searched the answer for my problem but I didn’t find it. I hope you can help.

I have 2 hAP ac lite Access Points (APs) both wired to my modem/router. The settings of the APs are the default settings.
Their addresses are 192.168.1.xxx and the devices I connect to the APs acquire addresses like 192.168.88.xxx.
I really would all my devices appear to be connected to a unique, merged, LAN with addresses like 192.168.1.xxx, no matter if they are connected to the APs or directly to the modem/router.

My need is mainly focused on the wired network but it would be great if I could have a unique LAN for both the wired and wireless sides.

Please, can you write your answer clearly? As you can see I’m not an expert.
In any case, thank you very much.

See this post: http://forum.mikrotik.com/t/extending-network-range/95471/1

First of all, thanks for the suggestion!
I read the topic and made some attempts. Unfortunately, I didn’t reach the goal.

Currently, the APs are set as follows:

  • ether1 connected to the router
  • ether2 set as master port for ether 3, 4 and 5. ether2 is connected to the PC.
  • bridge is created and ether2 added

In winbox for the AP → “Quick set” I see:
Internet
Internet Address acquisition: Automatic
IP address: 192.168.1.64
Netmask: 255.255.255.0 (/24)
Gateway: 192.168.1.254 (“my router”)
Local network
IP address: 192.168.88.1
Netmask: 255.255.255.0 (/24)
DHCP server → enabled
DHCP server range: 192.168.88.10-192.168.88.254
NAT → enabled

In this way the LAN works, I can surf the internet but it isn’t configured as I would, in other words, the LAN isn’t merged.

If I disable the DHCP and NAT in the AP, I lose the internet connection and the possibility to reach the AP via winbox.
My router is a Technicolor tg582n with default settings and wireless disabled.

I hope I can still have your help.
Thank you again.

That post applies, is the same situation (I didn’t take ISP router into account).

You should either:

a) Put ISP router in “bridge mode” and setup one of the Haps (say Hap A) as your main router: it will get the public address, run the LAN DHCP server, firewall, etc.

You must reset it to defaults and may use Quick set to set it up as Home AP. The LAN address block that you assign here will be the one used on all your network.

On Hap B, you’ll have to reset to no defaults, and use winbox to carry out the configuration steps on by yourself without using Quick Set:

1.- Reset it to no defaults
2.- On Interfaces > ethernet ether2,3,4,5 general tab set ether1 as master port
3.- On Bridge > Bridge Create a bridge, go to Ports tab and add ether1, and wlan1 to it
4.- Configure wireless (wlan1). Use a different non-overlapping channel, e.g. 6 if you used 1 on Hap A
5.- Assign an ip to the bridge (only needed to manage it by ip, you can manage it without ip through mac-winbox or RoMON)

Connect ether1 from Hap B to any ether port belonging to the bridge where DHCP runs on the main Hap A router.

You can use any ether port on the Hap B as all are bridged, but ether1 is the one used as is usually directly connected to the CPU on most routerboards.

With this what you have setup on Hap B is basically a pure Layer 2 AP/switch, which “extends” your main router Hap A layer2 segment.

b) Leave ISP router as is, and configure both Haps as pure Layer2 “AP/switches” (like Hap B), connecting them to the ISP router.

On step 5, if you want to manage them by IP, instead of assigning an IP manually on the bridge you could add an IP > DHCP client to it so that both Hap get IPs (used only to manage them) automatically; make both as “static DHCP leases” on your ISP router so that they always get the same.

I usually advise option a, leaving the ISP router as an “*DSL ISP adapter”, as most are crap (Thomson Technicolor tg582n belonging to this category), and will perform much better this way.

Thank you very very much for your efforts in explaining not simple things to a newbie like me.
When I reset the APs through the reset button in the rear of the device, they are automatically reset to a configuration that is quite similar to your b) option.
If I’m not wrong, I see:

  • ether2 set as master port for ether3,4,5
  • Bridge created and ether1, wlan1 and wlan2 added
  • client DHCP added
    I attach the screenshots.
    ether1 is connected to the router (actually there is a switch Netgear GS108GE between them, but I think this is not a problem)
    ether2 is connected to the PC.
    This is already the way I have used the APs until now.
    Please tell me where I am wrong.
    As regards your a) option, I read that putting my Technicolor tg582n in bridge mode isn’t natively supported. There are some unofficial procedures made by users on the web but I think they aren’t safe. For this reason, your b) option could be the best way for me. As an alternative, I have a Netgear DGND4000 Modem Router in another house, I could swap them and use it in this environment.
    I haven’t enough words to say thank you.

Here the screenshot of the DHCP client.

Try this, you’ll need to connect to it in winbox-mac mode for this task, to do that, while on winbox Neighbors tab, double click on the MAC address of the Hap to be managed, (not the ip) :

1.- Add ether1 to the bridge (it’s missing)
2.- Change IP > DHCP client interface to bridge1
3.- Check IP > DHCP server, and disable it if there’s any.

You should be set.

Great! :smiley:
It works after a restart of the APs. Thank you very much!
The topic is SOLVED!