Problem with DHCP server and virtual AP

Hi guys,
I am learning RouterOS and I am doing some test with a RouterBoard hAP ac lite.

I have created a virtual AP and after that I have created a new bridge and DHCP server.

I would that this wifi network of this virtual AP has got a different subnet of the ethernet LAN, in my case “wifi-ospiti” is 10.0.0.0/24 and ethernet LAN is 172.16.0.0./24

Now it is not working properly becouse when I am connected to the Wifi network ( “wifi-ospiti” ) I receive the same IP subnet of the ethernet..

Someone can help me?
Thanks so much

p.s. There are some photoes attached to this post
mikrotik3.PNG
mikrotik2.PNG
mikrotik1.PNG

Are you using different address pool for guest wifi?

Please export the full configuration of your router so that we can see all your settings

Hi Federico,

Why you setup a bridge interface for WIFI users? If you have one router directly connected to your wireless clients an you want to use virtual-AP with 10.0.0.0/24 different from your Local client’s, So you just need to set your DHCP-Server on your virtual-AP.

Best Regards,

you have to go to addresses , find the subnet that you created on your dhcp server and that want to use it on your virtual access point and add your virtual access point as interface on this subnet

Sent from my Mi A1 using Tapatalk

Thanks for the support!

Yes, I have configured a different address pool for the guest wifi and the subnet is 10.0.0.0/24

Why you setup a bridge interface for WIFI users? If you have one router directly connected to your wireless clients an you want to use virtual-AP with 10.0.0.0/24 different from your Local client’s, So you just need to set your DHCP-Server on your virtual-AP.

It was a test and I tried to follow this way to solve the problem becouse I could not set DHCP server for a Virtual Interface

Finally I have attached in text file my configuration.

Federico
backup.txt.rsc (4.59 KB)

I have apply some modify to the configuration on my Mikrotik and now the DHCP server is working fine about Virtual AP.
I have attached the configuration.

The way to create DHCP server for virtual interface is:
IP > DHCP Server > DHCP Config > set parameters as IP Network, DNS…
Then I have configured firewall to forward all data from this virtual AP.

Thanks for the help
FedericoCoppola
config.txt (3.8 KB)