Sorry.. Must have missed being able to do that!! This may be better...
ros code
/ip firewall filter
add action=drop chain=input comment=\
"Drop any IP Address on the BLACKLIST_INBOUND" disabled=yes \
src-address-list=BLACKLIST_INBOUND
add chain=forward disabled=yes protocol=tcp src-address=67.185.57.105
add chain=forward disabled=yes protocol=udp src-address=67.185.57.105
add chain=input connection-state=established
add action=drop chain=forward comment="Cameron 1" disabled=yes \
src-mac-address=8C:84:01:4D:35:3B time=\
21h-23h59m59s,sun,mon,tue,wed,thu,fri,sat
add chain=input disabled=yes dst-port=80 protocol=tcp src-address=\
192.168.1.0/24
add chain=input protocol=icmp
add chain=input connection-state=related
add action=add-dst-to-address-list address-list=Rod_Sites chain=forward \
comment="Rod - Sites Visited" disabled=yes src-mac-address=\
5C:F8:A1:31:FC:E8 time=0s-23h59m59s,sun,mon,tue,wed,thu,fri,sat
add action=add-dst-to-address-list address-list=Mateo_Sites chain=forward \
comment="Mateo - Sites Visited" disabled=yes src-mac-address=\
C4:62:EA:8A:A3:83 time=0s-23h59m59s,sun,mon,tue,wed,thu,fri,sat
add action=drop chain=forward comment="Mateo 1" connection-limit=100,32 \
disabled=yes limit=1,5 src-mac-address=C4:62:EA:8A:A3:83 time=\
21h-23h59m59s,sun,mon,tue,wed,thu,fri,sat
add action=drop chain=forward comment="Mateo 2" disabled=yes src-mac-address=\
C4:62:EA:8A:A3:83 time=0s-8h30m,sun,mon,tue,wed,thu,fri,sat
add action=add-dst-to-address-list address-list=Cameron_Sites chain=forward \
comment="Cameron - Sites Visited" disabled=yes src-mac-address=\
8C:84:01:4D:35:3B time=0s-23h59m59s,sun,mon,tue,wed,thu,fri,sat
add action=drop chain=forward comment="Cameron 2" disabled=yes \
src-mac-address=8C:84:01:4D:35:3B time=\
0s-8h30m,sun,mon,tue,wed,thu,fri,sat
add action=add-dst-to-address-list address-list=Denzel_Sites chain=forward \
comment="Denzel - Sites Visited" disabled=yes src-mac-address=\
00:26:E8:F9:62:B0 time=0s-23h59m59s,sun,mon,tue,wed,thu,fri,sat
add action=drop chain=forward comment="Denzel 1" disabled=yes \
src-mac-address=00:26:E8:F9:62:B0 time=\
21h-23h59m59s,sun,mon,tue,wed,thu,fri,sat
add action=drop chain=forward comment="Denzel 2" src-mac-address=\
00:26:E8:F9:62:B0 time=0s-8h30m,sun,mon,tue,wed,thu,fri,sat
add chain=input protocol=tcp src-address=208.67.255.162 src-port=15425-15428
add chain=input protocol=udp src-address=208.67.255.162 src-port=2074-2093
<REMOVED FOR SECURITY...>
add chain=forward dst-address=192.168.1.55 dst-port=5198-5199 protocol=udp
add chain=forward dst-address=192.168.1.55 dst-port=5200 protocol=tcp
add chain=input comment="Web Remote Access" dst-port=80 protocol=tcp
add chain=input comment="VPN PPtP Protocol" dst-port=1723 protocol=tcp
add action=drop chain=input in-interface=pppoe-out1
/ip firewall nat
add action=masquerade chain=srcnat
add action=redirect chain=dstnat comment="Tablet - Mateo - Redirect" \
disabled=yes dst-address=0.0.0.0 protocol=tcp src-mac-address=\
C4:62:EA:8A:A3:83 to-ports=8000
add action=redirect chain=dstnat comment="Tablet - Mateo" disabled=yes \
dst-port=80 protocol=tcp src-mac-address=C4:62:EA:8A:A3:83 to-ports=8000
add action=redirect chain=dstnat comment="Phone - Denzel" disabled=yes \
dst-port=80 protocol=tcp src-mac-address=00:26:E8:F9:62:B0 to-ports=8000
add action=redirect chain=dstnat comment="Tablet - Cameron" disabled=yes \
dst-port=80 protocol=tcp src-mac-address=8C:84:01:4D:35:3B to-ports=8000
add action=dst-nat chain=dstnat dst-port=15425-15428 protocol=tcp \
to-addresses=192.168.1.55
add action=dst-nat chain=dstnat dst-port=2074-2093 protocol=udp to-addresses=\
192.168.1.55
<REMOVED FOR SECURITY...>
The lines listed as <REMOVED FOR SECURITY...> are security devices. Cameras and surveillance stuff...