Thanks for the quick reply guys:
[zenon@Montagus] > /ip service print
Flags: X - disabled, I - invalid
# NAME PORT ADDRESS CERTIFICATE
0 telnet 23
1 ftp 21
2 www 80
3 ssh 22
4 www-ssl 443 none
5 api 8728
6 winbox 8291
and
[zenon@Montagus] > /ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough
1 chain=input action=accept
and
[zenon@Montagus] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough
1 ;;; masquerade 192.168.1.0/24
chain=srcnat action=masquerade src-address=192.168.1.0/24
out-interface=MWEB
2 ;;; masquerade 192.168.0.0/24
chain=srcnat action=masquerade src-address=192.168.0.0/24
out-interface=MWEB
3 ;;; masquerade all 10.10.10.0/24
chain=srcnat action=masquerade src-address=10.10.10.0/24
out-interface=MWEB
4 ;;; Rule for RDC to server on TCP
chain=dstnat action=dst-nat to-addresses=10.10.10.254 to-ports=3389
protocol=tcp dst-port=3389
5 ;;; Rule for RDC to server on UDP
chain=dstnat action=dst-nat to-addresses=10.10.10.254 to-ports=3389
protocol=udp dst-port=3389
6 ;;; Rule for Camera1
chain=dstnat action=dst-nat to-addresses=192.168.1.51 protocol=tcp
dst-port=8851
7 ;;; Rule for Camera2
chain=dstnat action=dst-nat to-addresses=192.168.1.52 protocol=tcp
dst-port=8852
8 ;;; Rule for Camera3
chain=dstnat action=dst-nat to-addresses=192.168.1.53 protocol=tcp
dst-port=8853
9 ;;; Rule for Camera4
chain=dstnat action=dst-nat to-addresses=192.168.1.54 protocol=tcp
dst-port=8854
10 ;;; TightVNC Route from port 8855 to 1.166 on port 5900 - udp
chain=dstnat action=dst-nat to-addresses=192.168.1.166 to-ports=5900
protocol=udp dst-port=5900
11 ;;; TightVNC Route from port 8856 to 1.166 on port 5900 - tcp
chain=dstnat action=dst-nat to-addresses=192.168.1.166 to-ports=5900
protocol=tcp dst-port=5900
12 ;;; masquerade 192.168.1.0/24
chain=srcnat action=masquerade out-interface=MWEB
and
[zenon@Montagus] /ip address>> print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 192.168.0.249/24 192.168.0.0 ether3
1 192.168.1.253/24 192.168.1.0 ether2
2 192.168.1.249/24 192.168.1.0 ether3
3 192.168.0.254/24 192.168.0.0 ether4
4 10.10.10.2/24 10.10.10.0 ether4
5 D 41.133.4.154/32 41.132.40.1 MWEB
and
[zenon@Montagus] /ip route> print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 41.132.40.1 1
1 ADC 10.10.10.0/24 10.10.10.2 ether4 0
2 ADC 41.132.40.1/32 41.133.4.154 MWEB 0
3 ADC 192.168.0.0/24 192.168.0.254 ether4 0
ether3
4 ADC 192.168.1.0/24 192.168.1.249 ether3 0
and
[zenon@Montagus] /interface> print
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE MTU L2MTU MAX-L2MTU
0 R ether1 ether 1500 1526
1 R ether2 ether 1500 1524 1524
2 R ether3 ether 1500 1524 1524
3 R ether4 ether 1500 1524 1524
4 ether5 ether 1500 1524 1524
5 R MWEB pppoe-out 1480
Still cantfigure it out… weird as this is only like my 50th board I am configuring…