Need help with Server connection/forwarding on CCR1036

Hello

I need help with my CCR1036 to connect my 2 server. I have tried everything I knew but nothing works :(.

My WAN is considered to port 1 and DHCP on port 2, server 1 on port 3 and server 2 on port 4.

My question is, do I need switch or I can make it work with direct connection?
DHCP server is 192.168.1.1 and it used switch only for house devices…
Server 1 IP is 192.168.2.120
Server 2 IP is 192.168.3.212

If it is possible to make connection direct on routers port without switch, how can I do that?

Thank you for your help:)

Let’s assume your servers are configured in a /24 subnet and .1 of this subnet is their default g/w, it’ll be this:

/ip address
add interface=ether3 address=192.168.2.1/24 disabled=no
add interface=ether4 address=192.168.3.1/24 disabled=no

I would post your config to ensure firewall rules etc dont get in the way or are providing adequate coverage.
/export hide-sensitive file=anynameyouwish

Besides address above you will need to complete the dhcp settings, pool etc… (SO three DHCP serving networks on the router).