Hi Folks,
I am new to Microtik but I have quite a bit of Linux experience. I have a small Microtik routerboard 951-2n box and I would like it to work as a proxy tunnel back to one of our UK servers. I then want to direct any traffic on this box down the tunnel. The reason is because I want to be seen as our UK IP for security reasons when I am on the move. In Linux I would create the tunnel with:
ssh -D1234 root@remoteIP
I would then use the socks proxy in my browser to point to 127.0.0.1 using port 1234 that would then direct browser traffic down the tunnel. I can then browse to secure servers as I am seen as my remote IP.
How can I create an Dynamic socks ssh tunnel and direct all traffic down it please?