EDIT Design UPDATE please see post #8
Hi Guys hoping someone can assist
I am having a problem in getting multiple IP’s working on my mikrotik RB2, if a disable all of the 19.1.16.154-158/29 and cycle them 1 at time enabled and disabled only ever having 1 enabled at a time till I have done them all, I can then enable all of them and they work for a while until only one is left working . I have setup a new site as follows
I am provided an option of hiring a router from the ISP on a monthly basis “75USD” or instead provide my own “RB1” and this router is connected to the ISP on prem, router which is the media converter from fiber to Ethernet, This is connected with a /30 network and VLAN 290, Then from RB1 I assign a single IP from the /29 block, and then assigning the balance of the IP’s to the RB2.
RB1 is configure as a router with no firewall or nat, RB2 acts as the firewall and where all our configurations are made. I am also having another issue where both RB1 and RB2 can not from the terminal resolve dns, internet traffic from inside the network is fine and even the nating to the server on the first ip .154 works fine.
Lastly is it nessesery for my configuration to have 2 seperate RB’s or can I consolidate this config into 1 unit ?
please the network design below with all my out puts.

RB!
/interface vlan
add interface=ether1 name=vlan-290 vlan-id=290
/ip address
add address=19.1.16.153/29 interface=ether2 network=19.1.16.152
add address=19.2.14.130/30 interface=vlan-290 network=19.2.14.128
/ip dns
set servers=8.8.8.8,8.8.4.4
/ip firewall address-list
add address=19.1.16.154 list=admins
/ip firewall filter
add action=accept chain=input protocol=icmp
add action=drop chain=input connection-state=“” src-address-list=!admins
/ip route
add distance=1 gateway=19.2.14.129
add distance=1 dst-address=19.1.16.152/29 gateway=ether2
RB2
/ip address
add address=10.10.0.1/24 interface=ether1 network=10.10.0.0
add address=19.1.16.154/29 interface=ether10-wan network=19.1.16.152
add address=19.1.16.155/29 interface=ether10-wan network=19.1.16.152
add address=19.1.16.156/29 interface=ether10-wan network=19.1.16.152
add address=19.1.16.157/29 interface=ether10-wan network=19.1.16.152
add address=19.1.16.158/29 interface=ether10-wan network=19.1.16.152
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall filter
add action=accept chain=input comment=ICMP protocol=icmp
add action=drop chain=input comment=“DROP ALL” connection-state=“” src-address-list=!Admin
add action=accept chain=forward comment=“Services | SUN” connection-state=“” dst-address=10.10.0.100 dst-port=21,22,25,53,80,110,143,443,8080 protocol=tcp
add action=accept chain=forward comment=“Established & Related” connection-state=“” in-interface=ether1
add action=drop chain=forward comment=Invalid connection-state=invalid
add action=accept chain=forward comment=“Allow Internet” connection-state=established,related
add action=drop chain=forward comment=“DROP ALL” log=yes
/ip firewall nat
add action=dst-nat chain=dstnat comment=“WAN1 Web & Mail Traffic | Sun” dst-address=19.1.16.154 dst-port=21,25,53,80,110,143,443,8080 protocol=tcp to-addresses=10.10.0.100
add action=masquerade chain=srcnat out-interface=ether1
add action=masquerade chain=srcnat out-interface=ether10-wan
/ip route
add distance=1 gateway=19.1.16.153
