Hi!
I have tried to figure how to get ident to work with mikrotik routeros. It should only be to to forward port 113, but in my case something is not working as it should.
I have done this: (see below)
chain=dstnat in-interface=wan dst-address=85.xxx.xxx.xxx protocol=tcp dst-port=113 action=dst-nat to-addresses=192.168.2.3 to-ports=113
The network is pretty simple. It set up like this. Speedtouch 5x6 → router(with mikrotik routeros) → computer
On the speedtouch I have forwarded the public address to the router with routeros installed.
If I take away the router and only have the speedtouch with port forwarding on 113 it works.
Any ideas!?