rtp issues

hi, i’m having problems to connect to my clients rpt, i mean, i cannot access from lan to internet.
i’ve just installed a new rb750g, with pppoe client and pptp server.
everything works fine except for this.
i can access only a few remote desktop.
a’ve configured dstnat from internet to lan, and works fine, i can access to my server and voip works too.
if i ping to my clients on port 3389 they don’t answer, either on 1433 or 1434, but only a couple of clients.
is mikrotik firewall blocking something?

local —> internet 3389 not working
internet 3389 ----> local works fine

thanks.

I’m having trouble understanding your exact problem. Have you enabled Proxy Arp on the local-LAN-facing Ethernet port?

hi, i could configure this.
the problem was on the in interface on nat.
i had to configure this way.
general.
chain: dst-nat
protocol: tcp
dst port: 3389
in. Interface: internet

on action

action: dst-nat
to adreesses: 192.168.0.xxx
to ports: 3389

and this solve the problem i was having, this way, only what comes on port 3389 from internet goes to an internal ip.
without havin the in interface, inbound and outbound goes to an internal ip.
thanks.