assigning ip address to an interface

I’m trying to setup a routerboard with two interfaces each with there own network.
I’m trying to get the first interface setup. I set the master port on ether5 to none.

I created an ip address of 192.168.55.1/24
network 192.168.55.0
broadcast 192.168.55.255

I created a dhcp server for ether5
address of 192.168.55.0
gateway 192.168.55.1
netmask 24
dns server 192.168.55.1

I set dns for 192.168.55.1

However when I connect to ether 5 I can not get to the internet. If I do an ipconfig /all I do not get a gateway. I get an ip address of 192.168.55.50 which is the first address in the dhcp pool. I subnet mask of 255.255.255.0, dhcp server of 192.168.55.1, and a dns server 192.168.55.1 but no gateway.

I know I’m missing something easy but I’ve look through everything a couple of times now and don’t see it.

Make sure DHCP client is supposed to get default gateway from the DHCP server.

Do you have a suitable (src) NAT rule to enable internet access?

I figured it out. I accidentally typed 192.168.55.0/24 as the ip address in the address list. Though I looked at it several times I just didn’t see it. After getting some sleep I noticed the error. Thanks for every ones response. After making the change I did have to reboot the router for it to take effect.