Hi,
I can’t access my Internal Servers from the Internet. I have setup my NAT and filters rules but evidently I did something wrong or I missed something… Can anybody help me, please?
Her are my NAT and Filters rules:
/ip firewall nat
add action=dst-nat chain=dstnat dst-port=3389 in-interface=ether1-Iplan protocol=tcp to-addresses=10.0.0.66 to-ports=3389
add action=dst-nat chain=dstnat dst-port=3050 in-interface= ether1-Iplan protocol=tcp to-addresses=10.0.0.5 to-ports=3050
add action=dst-nat chain=dstnat dst-port=14147 in-interface=ether1-Iplan protocol=tcp to-addresses=10.0.0.5 to-ports=14147
add action=dst-nat chain=dstnat dst-port=20-22 in-interface=ether1-Iplan protocol=tcp to-addresses=10.0.0.5 to-ports=20-22
add action=dst-nat chain=dstnat dst-port=9000-9999 in-interface=ether1-Iplan protocol=tcp to-addresses=10.0.0.5 to-ports=9000-9999
add action=dst-nat chain=dstnat dst-port=5060 in-interface=ether1-Iplan protocol=tcp to-addresses=10.0.0.3 to-ports=5060
add action=masquerade chain=srcnat comment=“default configuration” out-interface=ether1-Iplan
add action=masquerade chain=srcnat out-interface=ether5-Fibertel
ip firewall filter
add chain=input dst-port=8291 protocol=tcp
add chain=input protocol=icmp
add chain=input connection-state=established,related
add action=drop chain=input in-interface=ether1-Iplan
add action=fasttrack-connection chain=forward connection-state=established,related
add chain=forward connection-state=established,related
add action=drop chain=forward connection-state=invalid
add action=drop chain=forward connection-nat-state=!dstnat connection-state=new in-interface=ether1-Iplan
Can anyone please help me?