Hi guys,
About 2 years ago i setup a fedora server OS as a gateway. it's too hard to set every things you want but i found Mikrotik os 2.9 do every things that i want in easy way, this is a very nice OS.
recently i setup a mikrotik server with mikrotik 2.9 OS and set a simple firewall, webproxy, DNS Service & Hotspot.
i wanna to enable port forwarding for Windows Remote Desktop to remote the systems behind gateway.
I didn't block udp port of Remote Desktop (3389).
i set a DNat;
chain=dstnat in-interface=External dst-address=89.185.180.21 protocol=udp dst-port=3389
action=dst-nat to-addresses=192.168.10.154 to-ports=3389
i had a SNat;
chain=srcnat out-interface=External src-address=192.168.10.0/24 action=src-nat
to-addresses=89.185.180.21 to-ports=0-65535
it didn't work,although i added a rule to enable the udp 3389 port but it didn't work in Forward chain udp protocol jump to udp chain & i block only this port on this chain;
69,111,135,137-139 & 2048 and open any other port.
i forgot to say the hotspot of 192.168.10.154 user was login,
but it doesn't work i think it because of bad port forwarding
pls help me,