SSH tunnels/redirects

Hello,

Is there any way to use SSH tunnels/port redirects on MK?
We have to secure a small portion of all the traffic, we want SSH tunnels because it should be really easier to configure than IPSEC..

Thanks, bye.

You can do it from a client machine, tunneling through the router.

ssh admin@[router IP] -L [local port]:[remote IP]:[remote port]

I don’t think there’s a way to do it router-to-router.

Is there a reason a PPTP VPN tunnel won’t work?

-=Russ=-