Re: [Mikrotik] ssh tunneling routeros

2010-01-10 Thread Hilton J Ralphs
You may want to check this out; http://forum.mikrotik.com/viewtopic.php?f=2&t=33603&hilit=ssh -- Regards Hilton +2782-572-9619 -Original Message- Can I somehow SSH tunnel to a RouterOS? ___ Mikrotik mailing list Mikrotik@mail.butchevans.co

Re: [Mikrotik] openwrt on routerboard 750g

2010-01-10 Thread Butch Evans
On Sun, 2010-01-10 at 21:46 +0100, Vadkan Jozsef wrote: > Did someone try it? > > I don't want to brick my routerboard :S:\ Check the forums. There are some examples of doing this sort of thing. It may be the forums from routerboard.com instead of Mikrotik's forums. Although, to be honest, I ca

Re: [Mikrotik] ssh tunneling routeros

2010-01-10 Thread Josh Luthman
IIRC those options are enabled, yes. On 1/10/10, Vadkan Jozsef wrote: > Like that we can: > > apt-get install openssh-server > > under e.g.: Debian, and then from a Linux client: > > ssh -fND localhost:6000 some...@192.168.56.5 -p PORTNUMBER > > then the SSH tunnel works [192.168.56.5 was the Deb

[Mikrotik] openwrt on routerboard 750g

2010-01-10 Thread Vadkan Jozsef
Did someone try it? I don't want to brick my routerboard :S:\ Thank you! ___ Mikrotik mailing list Mikrotik@mail.butchevans.com http://www.butchevans.com/mailman/listinfo/mikrotik Visit http://blog.butchevans.com/ for tutorials related to Mikrotik Rou

[Mikrotik] ssh tunneling routeros

2010-01-10 Thread Vadkan Jozsef
Like that we can: apt-get install openssh-server under e.g.: Debian, and then from a Linux client: ssh -fND localhost:6000 some...@192.168.56.5 -p PORTNUMBER then the SSH tunnel works [192.168.56.5 was the Debian machine]. Can I somehow SSH tunnel to a RouterOS? __