hello,
Is is possible to create virtual plan network in the same IP subnet with physical interfaces?
original two interfaces:
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce disabled=no distance=indoors frequency=auto mode=ap-bridge ssid=MikroTik-G wireless-protocol=802.11
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40mhz-Ce disabled=no distance=indoors frequency=auto mode=ap-bridge ssid=MikroTik-5G wireless-protocol=802.11
DHCP server is another mikrotik router, and everything works fine for wan1 and walnut.
i’m creating interfaces by commands like:
add disabled=no mac-address=6E:3B:6B:13:01:31 master-interface=wlan1 mode=ap-bridge name=wlan3 ssid=Mikrotik-G1 wds-default-bridge=bridge wps-mode=disabled
add disabled=no mac-address=6E:3B:6B:13:01:30 master-interface=wlan2 mode=ap-bridge name=wlan4 ssid=Mikrotik-5G1 wds-default-bridge=bridge wps-mode=disabled
client is able to auth in the wifi, but IP address has not been received.
so, how to fix this issue?
PS: i can create DHCP server but i need it