how to make an analog forwarding tcp port (as it does in xinet.d on Linux) on RouterOS?
I have not been to a banal dst nat (where src has not changed)
and to more and src ip changed to an outgoing interface of mikrotik
p.s. because where are forwarding on the server is not the gateway by mikrotik. And xinet.d remarkably solve the problem… But I want to replace it with a small box on mikrotik…
p.s.s do not offer to install it on metarouter with openwrt
I think he means redirecting an incoming port to an internal system with a feature like “redirect” in a xinetd.conf file or the more common use of netcat (nc) or socat as a spawned program to achieve the same thing from inetd or xinetd.
It means the router is listening on a certain port, and when a connect comes it it sets up a second outgoing session to a fixed destination system/port and connects the two together.