The Following 2 Users Say Thank You to overfloat For This Useful Post: | ||
![]() |
2010-05-22
, 19:16
|
Posts: 254 |
Thanked: 17 times |
Joined on Dec 2009
|
#2
|
![]() |
2010-05-22
, 19:21
|
Posts: 71 |
Thanked: 5 times |
Joined on May 2010
|
#3
|
![]() |
2010-05-22
, 19:23
|
|
Posts: 486 |
Thanked: 173 times |
Joined on Apr 2008
|
#4
|
![]() |
2010-05-22
, 19:24
|
|
Posts: 486 |
Thanked: 173 times |
Joined on Apr 2008
|
#5
|
![]() |
2010-05-22
, 19:35
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#6
|
![]() |
2010-05-22
, 19:38
|
|
Posts: 486 |
Thanked: 173 times |
Joined on Apr 2008
|
#7
|
Just curious, what issue are you trying to solve by going IN and OUT of your home box?
My N900 browses all on it's own!
The Following User Says Thank You to overfloat For This Useful Post: | ||
![]() |
2010-05-22
, 21:07
|
Posts: 1 |
Thanked: 0 times |
Joined on May 2010
|
#8
|
![]() |
2010-05-22
, 22:51
|
|
Posts: 486 |
Thanked: 173 times |
Joined on Apr 2008
|
#9
|
I think you can do the same without installing privoxy port on your host: if you have a vanilla SSHD running somewhere, just use
$ ssh -D 8081 user@host
on your N900. This will cause ssh to start an SOCKS proxy on 8081. Configure the connections on your n900 as above, and it should work.
![]() |
2010-05-22
, 23:08
|
|
Posts: 37 |
Thanked: 27 times |
Joined on Feb 2010
@ Antwerp, Belgium
|
#10
|
Here is how to do it very simply between your n900 and an ubuntu computer.
First things first - get SHH onto your ubuntu computer in a terminal type:
working? good, type 'exit' to close the ssh connection
I'm going to assume that you want to run your server on port 443 as a lot of work/school networks leave this port open. It will also work for things like the Troll-Mobile sidekick plan
So - in a terminal
save, close, and restart the ssh server
This can be done very simply by installing privoxy:
now punch a hole in your router's firewall - go to the admin page for your router - often http://192.168.0.1 and forward port 443 to your ubuntu box. Save and quit
Now on to the n900 part.....
Go to the network connection settings for the connection you want to connect to the internet through - go to settings, internet connections, click the connection, click edit, click next until an 'advanced' button appears.
Tick 'use proxy' in HTTP proxy put in 'localhost' port number 8118
save and close.
Open up a terminal on your n900
type in
Now it should be working... open up a browser and start browsing.
*please note that this is not the MOST secure way to do things, but is simple and it works.
If you are unhappy with anything I say in the above post, tell it to the violin http://sadviolin.com
Last edited by overfloat; 2010-05-22 at 19:15.