I want to forwarding my raspberry pi telnet port over pppoe-out and noip. the noip script is working and I can access to winbox from outside but the telnet and other ports can’t be forwarding.
( adsl modem set to bridge and in mikrotik set pppoe client )
The nat rule and the firewall rule both have counters. Try clearing both counters and then perform a number of tries. This will validate that right rules are used or not. Are both rules executed?
Your nat rule should be matched first, redirecting the packets to 10.. Next, when packets gets forwarded by router, from pppoe to 10., firewall rule needs to allow the traffic.
BTW, that firewall rule I was referring earlier, its in-interface=pppoe out-ifnterface=lan (your 10.* network) and chain=forward.
If you have classic firewall and nat, and you added this rule, all is gonna be fine. Did you change standart firewall and nat rules? If yes, show them safely.
I changed the telnet port to 44 and it’s working. maybe the isp blocking this port. also sip port 5060 can’t forward when chane sip to 65530 work like a charm