![]() |
ssh tunnelinng ??
How can i use ssh tunneling on n800 ??
Very interested to do that to open lots of blocked sites that has tv streams and to use voip coz it's blocked olso for skype when it comes out |
Re: ssh tunnelinng ??
from ssh man page....
-L [bind_address:]port:host:hostport Specifies that the given port on the local (client) host is to be forwarded to the given host and port on the remote side. This works by allocating a socket to listen to port on the local side, optionally bound to the specified bind_address. Whenever a connection is made to this port, the connection is forwarded over the secure channel, and a connection is made to host port hostport from the remote machine. Port forwardings can also be specified in the configuration file. IPv6 addresses can be specified with an alternative syntax: [bind_address/]port/host/hostport or by enclosing the address in square brackets. Only the superuser can forward privileged ports. By default, the local port is bound in accordance with the GatewayPorts setting. However, an explicit bind_address may be used to bind the connection to a specific address. The bind_address of “localhost” indicates that the listening port be bound for local use only, while an empty address or ‘*’ indicates that the port should be available from all interfaces. |
Re: ssh tunnelinng ??
Quote:
The following example tunnels an IRC session from client machine “127.0.0.1” (localhost) to remote server “server.example.com”: $ ssh -f -L 1234:localhost:6667 server.example.com sleep 10 $ irc -c ’#users’ -p 1234 pinky 127.0.0.1 I use it to tunnel web traffic to privoxy on a remote system like so: ssh -f -L 8118:localhost:8118 my_remote_host That way I just specify localhost, port 8118 for my proxy and it works great. Larry |
Re: ssh tunnelinng ??
you could just set up a socks proxy if your programs allow you to configure that...
ssh -D 9928 user@remote Then go to your config in the program and set it up to use socks proxy with hostname "localhost" (or 127.0.0.1) and port 9928 or whatever you specified after the D up in that command^ |
Re: ssh tunnelinng ??
I'm sorry ??
This thing to too technical for me . . . Can i have a step by step thing i'm just a noob as you see trying my best to get somewhere ooh and can hamachi do this stuff if yes . . HOW ?? |
Re: ssh tunnelinng ??
No hamachi cant.
Correct me if I am wrong. |
Re: ssh tunnelinng ??
what's the question about hamachi?
|
Re: ssh tunnelinng ??
the question about hamachi was that i was thinking that you can do ssh tunneling using hamachi and SeRi@lDiE just explained that no it's not
that's all thanks every one *if someone can help with the step by step thing :-) |
Re: ssh tunnelinng ??
Hi,
Why can't we use hamachi and then ssh through it? Logically, it sounds possible.... Luke |
Re: ssh tunnelinng ??
i dunno what hamachi is, but you can use ssh to make some tunnels...
Assuming you already have the xterm emulator installed: 1) add the repository with openSSH into your application manager's catalog. For 770 users this would be according to the following information: Quote:
2) open the xterm, get to root (you should be able to jsut run "sudo gainroot" but you might need to install that 'becomeroot' program, just look in the app catalog at maemo.org to find that) 3) type "apt-get install ssh" and that should do it. Then you should log out of root and as user you can do ssh -L or -R or -D or whatever to get your tunnels / proxies. |
Re: ssh tunnelinng ??
Hi,
Just FYI....Hamachi is a personal vpn software. www.hamachi.cc . Pretty useful. Allows you to access your remote system over the internet as if it were on your own LAN. People use it for all sorts of things, like securely accessing stuff from home/office if you're on a public Wifi. Or playing LAN games over the internet (as compared to playing internet games..cos some games allow LAN gaming, but you're not on the same LAN, hamachi allows you to play those games over the net). For some, they would use VNC over Hamachi (when on public wifi), which provides the security. And some rdesktop over hamachi. Which is why I thought SSH over Hamachi should be possible..... Luke |
Re: ssh tunnelinng ??
hm cool, but what would the point of ssh through hamachi be? ssh is already pretty secure.. Generally what I do is create a ssh tunnel if i need to worry about somebody catching my datas, or a proxy or something. then the traffic over the net is encrypted and such.
Anyway hope that quick howto helps |
Re: ssh tunnelinng ??
Does Hamachi have a maemo port? I didn't see mention of it on their page.
|
Re: ssh tunnelinng ??
Please see my instructions in another thread for getting MicroB to work with an SSH proxy/tunnel. This will work as the OP requested, to get around site-blocking software or to act like hamachi.
In that thread, I also give a (quite geek-hacker) way to get other programs (like vncviewer) running through your SSH SOCKS proxy, using tsocks. |
All times are GMT. The time now is 13:41. |
vBulletin® Version 3.8.8