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.