Hello, i am having trouble trying to make dhcp server work on my mikrotik router. my current setup, my isp router is the current dhcp server providing ips in the range of 10.0.0.0/24. the mikrotik which is a 952 is connected to the isp router via ether2. i have a bridge where all the interfaces are in. the bridge gets ip from the isp router's dhcp. do i have to shutdown the dhcp server in the isp router for the dhcp of the mikrotik to work? how would i assign an ip to the mikrotik so that it could communicate with isp router? i would like the mikrotik to assign IP's in the 192.168.0.1
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no mode=ap-bridge ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge1 interface=all
/ip dhcp-client
add disabled=no interface=bridge1
/system clock
set time-zone-name