Well, in my home network I have two routerboard devices.
The first one, is the WAN router (RB2011UiAS) and the second one is the access point (RB951Ui-2HnD) since the wan router doesn’t have antennas for wireless.
But I do not know how to configure the AP Router as an access point only.
I have in WAN Router the address: 10.10.1.0/24 and the AP the address: 10.10.2.0/24
I want to all connected devices to AP Router receive DHCP from the first router and want them in the same ip address range.
I tried several things, like dhcp client on wlan interface, tried dhcp relay but no successful.
Can anyone please help me?
Also I’m using masquerade rule in NAT on the AP Router, but don’t want that too but if I delete the rule wireless doesn’t work.
by the way, the ethernet cable is connected on ether1 which is wan port on my 951, I read to put the ethernet cable on ether2 (but this suggestion was for general routers, not mikrotik in specific), should I do it? And dhcp client isn’t necessary?
Dhcp client will just obtain an ip and dns and default route for the device itself. The device can will work as Ap for the clients regardless of that. When you remove the configuration there will be no wan/lan ports as all ethernets will be just ethernets. Nothing more. Making the special settings for each port gives the role to it. No role without the settings. So there will be no difference which ethernet you will use for what connection when they are bridged. Just take note that you should set administrative mac address to the bridge to have it fixed and not changing according the lowest connected port mac address.
I resetted all the configurations.
I configured the wireless interface with the ssid I want, etc.
Connected the ethernet cable into ether1
created a bridge and added all the ethernet ports into that bridge
at this point nothing worked
and then I tried to insert admin. mac address but still dont work