hi fewi, thanks for the response.
[admin@MikroTik] > /ip address print detail
Flags: X - disabled, I - invalid, D - dynamic
0 address=192.168.0.254/24 network=192.168.0.0 interface=ether3-local-newearth actual-interface=ether3-local-newearth
1 address=10.0.0.254/24 network=10.0.0.0 interface=ether4-local-neuvo actual-interface=ether4-local-neuvo
2 address=203.206.137.16/30 network=203.206.137.16 interface=IINET actual-interface=IINET
3 address=203.206.137.17/30 network=203.206.137.16 interface=IINET actual-interface=IINET
4 address=203.206.137.18/30 network=203.206.137.16 interface=IINET actual-interface=IINET
5 address=203.206.137.19/30 network=203.206.137.16 interface=IINET actual-interface=IINET
6 D address=192.168.1.100/24 network=192.168.1.0 interface=ether1-gateway actual-interface=ether1-gateway
7 D address=27.33.2.228/32 network=10.20.21.173 interface=TPG actual-interface=TPG
8 D address=203.206.171.5/32 network=203.215.9.250 interface=IINET actual-interface=IINET
[admin@MikroTik] > /ip route print detail
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
0 A S dst-address=0.0.0.0/0 gateway=TPG gateway-status=TPG reachable distance=1 scope=30 target-scope=10 routing-mark=newearth
1 A S dst-address=0.0.0.0/0 pref-src=203.206.171.5 gateway=IINET gateway-status=IINET reachable distance=1 scope=30 target-scope=10 routing-mark=neuvo
2 A S dst-address=0.0.0.0/0 gateway=IINET gateway-status=IINET reachable distance=1 scope=30 target-scope=10 routing-mark=SMTP NewEarth
3 A S dst-address=0.0.0.0/0 gateway=IINET,TPG gateway-status=IINET reachable,TPG reachable check-gateway=ping distance=1 scope=30 target-scope=10
4 ADC dst-address=10.0.0.0/24 pref-src=10.0.0.254 gateway=ether4-local-neuvo gateway-status=ether4-local-neuvo reachable distance=0 scope=10
5 ADC dst-address=10.20.21.173/32 pref-src=27.33.2.228 gateway=TPG gateway-status=TPG reachable distance=0 scope=10
6 ADC dst-address=192.168.0.0/24 pref-src=192.168.0.254 gateway=ether3-local-newearth gateway-status=ether3-local-newearth reachable distance=0 scope=10
7 ADC dst-address=192.168.1.0/24 pref-src=192.168.1.100 gateway=ether1-gateway gateway-status=ether1-gateway reachable distance=0 scope=10
8 ADC dst-address=203.206.137.16/30 pref-src=203.206.137.16 gateway=IINET gateway-status=IINET reachable distance=0 scope=10
9 ADC dst-address=203.215.9.250/32 pref-src=203.206.171.5 gateway=IINET gateway-status=IINET reachable distance=0 scope=10
[admin@MikroTik] > /interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE MTU L2MTU
0 R ether1-gateway ether 1500 1524
1 R ether2-gateway2 ether 1500 1524
2 R ether3-local-newearth ether 1500 1524
3 R ether4-local-neuvo ether 1500 1524
4 ether5-local-service ether 1500 1524
5 R IINET pppoe-out 1480
6 R TPG pppoe-out 1480
[admin@MikroTik] > /interface ethernet print detail
Flags: X - disabled, R - running, S - slave
0 R name="ether1-gateway" mtu=1500 l2mtu=1524 mac-address=00:0C:42:A4:DF:A7 arp=enabled auto-negotiation=yes full-duplex=yes speed=100Mbps master-port=none bandwidth=unlimited/unlimited switch=switch1
1 R name="ether2-gateway2" mtu=1500 l2mtu=1524 mac-address=00:0C:42:A4:DF:A8 arp=enabled auto-negotiation=yes full-duplex=yes speed=100Mbps master-port=none bandwidth=unlimited/unlimited switch=switch1
2 R name="ether3-local-newearth" mtu=1500 l2mtu=1524 mac-address=00:0C:42:A4:DF:A9 arp=enabled auto-negotiation=yes full-duplex=yes speed=100Mbps master-port=none bandwidth=unlimited/unlimited switch=switch1
3 R name="ether4-local-neuvo" mtu=1500 l2mtu=1524 mac-address=00:0C:42:A4:DF:AA arp=enabled auto-negotiation=yes full-duplex=yes speed=100Mbps master-port=none bandwidth=unlimited/unlimited switch=switch1
4 name="ether5-local-service" mtu=1500 l2mtu=1524 mac-address=00:0C:42:A4:DF:AB arp=enabled auto-negotiation=yes full-duplex=yes speed=100Mbps master-port=none bandwidth=unlimited/unlimited switch=switch1
/ip firewall connection tracking
set enabled=yes generic-timeout=10m icmp-timeout=10s tcp-close-timeout=10s tcp-close-wait-timeout=10s tcp-established-timeout=1d tcp-fin-wait-timeout=10s tcp-last-ack-timeout=10s tcp-syn-received-timeout=5s tcp-syn-sent-timeout=5s tcp-syncookie=no \
tcp-time-wait-timeout=10s udp-stream-timeout=3m udp-timeout=10s
/ip firewall filter
add action=reject chain=input disabled=no reject-with=icmp-network-unreachable src-address=218.38.58.157
add action=reject chain=input disabled=no reject-with=icmp-network-unreachable src-address=211.56.230.117
/ip firewall mangle
add action=mark-routing chain=prerouting disabled=no in-interface=ether3-local-newearth new-routing-mark=newearth passthrough=yes
add action=mark-routing chain=prerouting disabled=no in-interface=ether4-local-neuvo new-routing-mark=neuvo passthrough=yes
add action=mark-routing chain=prerouting disabled=no dst-port=25 in-interface=ether3-local-newearth new-routing-mark="SMTP NewEarth" passthrough=yes protocol=tcp
/ip firewall nat
add action=masquerade chain=srcnat disabled=no out-interface=IINET
add action=masquerade chain=srcnat disabled=no out-interface=TPG
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.171.5 dst-port=53 in-interface=IINET protocol=udp to-addresses=192.168.0.3 to-ports=53
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.171.5 dst-port=80 in-interface=IINET protocol=tcp to-addresses=192.168.0.5 to-ports=80
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.171.5 dst-port=443 in-interface=IINET protocol=tcp to-addresses=192.168.0.5 to-ports=443
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.171.5 dst-port=987 in-interface=IINET protocol=tcp to-addresses=192.168.0.5 to-ports=987
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.171.5 dst-port=444 in-interface=IINET protocol=tcp to-addresses=192.168.0.5 to-ports=444
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.171.5 dst-port=110 in-interface=IINET protocol=tcp to-addresses=192.168.0.5 to-ports=110
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.171.5 dst-port=1723 in-interface=IINET protocol=tcp to-addresses=192.168.0.5 to-ports=1723
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.171.5 dst-port=21 in-interface=IINET protocol=tcp to-addresses=192.168.0.5 to-ports=21
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.171.5 dst-port=25 in-interface=IINET protocol=tcp to-addresses=192.168.0.5 to-ports=25
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.19 dst-port=25 in-interface=IINET protocol=tcp to-addresses=10.0.0.5 to-ports=25
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.19 dst-port=80 in-interface=IINET protocol=tcp to-addresses=10.0.0.5 to-ports=80
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.19 dst-port=443 in-interface=IINET protocol=tcp to-addresses=10.0.0.5 to-ports=443
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.19 dst-port=3389 in-interface=IINET protocol=tcp to-addresses=10.0.0.5 to-ports=3389
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.19 dst-port=110 in-interface=IINET protocol=tcp to-addresses=10.0.0.5 to-ports=110
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.19 dst-port=445 in-interface=IINET protocol=tcp to-addresses=10.0.0.5 to-ports=445
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.18 dst-port=25 in-interface=IINET protocol=tcp to-addresses=10.0.0.10 to-ports=25
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.18 dst-port=80 in-interface=IINET protocol=tcp to-addresses=10.0.0.10 to-ports=80
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.18 dst-port=443 in-interface=IINET protocol=tcp to-addresses=10.0.0.10 to-ports=443
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.18 dst-port=3389 in-interface=IINET protocol=tcp to-addresses=10.0.0.10 to-ports=3389
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.18 dst-port=3390 in-interface=IINET protocol=tcp to-addresses=10.0.0.51 to-ports=3390
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.18 dst-port=3391 in-interface=IINET protocol=tcp to-addresses=10.0.0.11 to-ports=3391
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.17 dst-port=443 in-interface=IINET protocol=tcp to-addresses=192.168.0.253 to-ports=443
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.17 dst-port=80 in-interface=IINET protocol=tcp to-addresses=192.168.0.253 to-ports=80
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.17 dst-port=23 in-interface=IINET protocol=tcp to-addresses=192.168.0.253 to-ports=23
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.17 dst-port=5900 in-interface=IINET protocol=tcp to-addresses=192.168.0.253 to-ports=5900
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.17 dst-port=5901 in-interface=IINET protocol=tcp to-addresses=192.168.0.253 to-ports=5901
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.16 dst-port=5090 in-interface=IINET protocol=tcp to-addresses=192.168.0.5 to-ports=5090
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.16 dst-port=5060 in-interface=IINET protocol=udp to-addresses=192.168.0.5 to-ports=5060
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.137.16 dst-port=9000-9050 in-interface=IINET protocol=udp to-addresses=192.168.0.5 to-ports=9000-9050
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.171.5 dst-port=3389 in-interface=IINET protocol=tcp to-addresses=192.168.0.6 to-ports=3389
add action=dst-nat chain=dstnat disabled=no dst-address=203.206.171.5 dst-port=3390 in-interface=IINET protocol=tcp to-addresses=192.168.0.5 to-ports=3390
/ip firewall service-port
set ftp disabled=no ports=21
set tftp disabled=no ports=69
set irc disabled=no ports=6667
set h323 disabled=no
set sip disabled=yes ports=5060,5061
set pptp disabled=no
The biggest problem is we need to be able to access all PCs between ethernet 3 and ethernet 4.