I must be missing something obvious. I just got a Mikrotik CRS112-8G-4S-IN 8 port Gigabit Cloud Router Switch and I need to use it as a router. I’m starting from scratch (Reset Configuration > No Default Configuration). I want to use port1 as WAN for Internet, so I connect it to my fiber ONT. I understand to establish connectivity to ISP I need to set up a DHCP client on that interface, but when I do so it just stays stuck searching. I’ve tried a variety of different configurations based on tutorials and documentation including Reset Configuration > No Default Configuration > QuickSet > Router. Documentation makes it sound like a breeze and tutorials show it as bound after 1 second so I must be missing something.
# apr/11/2024 21:51:33 by RouterOS 6.49.14
# software id = **ELIDED**
#
# model = CRS112-8G-4S
# serial number = **ELIDED**
/interface bridge
add name=bridge1
/interface ethernet
set [ find default-name=ether1 ] name=ether1-WAN
set [ find default-name=ether2 ] name=ether2-LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/ip pool
add name=dhcp_pool0 ranges=10.10.10.2-10.10.10.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=ether2-LAN lease-time=1d \
name=dhcp1
/interface bridge port
add bridge=bridge1 interface=ether8
/ip address
add address=192.168.1.100/24 interface=ether1-WAN network=192.168.1.0
add address=10.10.10.1/24 interface=ether2-LAN network=10.10.10.0
/ip dhcp-client
add disabled=no interface=ether1-WAN
/ip dhcp-server network
add address=10.10.10.0/24 dns-server=8.8.8.8 gateway=10.10.10.1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1-WAN
/ip route
add distance=1 gateway=192.168.1.1
/system clock
set time-zone-name=US/Mountain