![]() |
2009-12-29
, 20:39
|
Posts: 119 |
Thanked: 110 times |
Joined on Sep 2009
@ Prague
|
#2
|
![]() |
2009-12-30
, 06:42
|
Posts: 5 |
Thanked: 0 times |
Joined on Dec 2009
|
#3
|
try about:config (enter as url in microB=firefox) - and see network.proxy.socks items ....
as for the shell commands - there's no universal way, but you can always view contents of the deb packages you are installing...
![]() |
2010-01-01
, 15:48
|
Posts: 1 |
Thanked: 0 times |
Joined on Apr 2008
|
#4
|
![]() |
2010-01-14
, 07:23
|
Posts: 5 |
Thanked: 0 times |
Joined on Dec 2009
|
#5
|
The built-in microb browser doesn't support socks, even if you input all the correct fields in about:config. Fennec/firefox does, though you'll need to configure it manually in about:config. You might want to go that route for now, and hope that socks support gets enabled on the default browser.
tsocks works nicely (i'm using a port by Qole, downloaded from his repository) but you're going to have trouble if you want to use it with microb. Microb is more than just a browser that you, as a user, could start with tsocks -- it's also a daemon that runs at boot time.
Afraid I don't know anything about dante, but I might check into it.
![]() |
2010-01-14
, 08:25
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#6
|
The built-in microb browser doesn't support socks, even if you input all the correct fields in about:config.
The Following 2 Users Say Thank You to daperl For This Useful Post: | ||
![]() |
2010-01-17
, 07:55
|
Posts: 5 |
Thanked: 0 times |
Joined on Dec 2009
|
#7
|
This is not true. If you combine the following about:config settings with your ssh -D command, it works:
network.proxy.socks localhost
network.proxy.socks_port 3210
network.proxy.socks_remote_dns true
network.proxy.type 1
And remember, http://whatsyourip.org/ is your friend.
Why Nokia left the SOCKS fields out of the advanced network settings is a mystery to me, but there's a bug filed. Please vote for it; it's easy to find if you search for "proxy."
And as far as entering numbers in about:config: You can only get the dialog by selecting the field. and pressing the physical return key. Then, when the dialog comes up, close the keyboard and use the virtual keyboard. Bizarre, but it works.
![]() |
2010-01-17
, 16:50
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#8
|
Thank you. It turned out that I did not set up "network.proxy.type 1" on the built-in browser.
I know the trick to type number in the build-in browser, but I still cannot enter numbers in the setting of firefox (not built-in one, but the standalone one). Any ideas?
Thanks again
![]() |
2010-02-25
, 16:44
|
Posts: 433 |
Thanked: 274 times |
Joined on Jan 2010
|
#9
|
tsocks works nicely (i'm using a port by Qole, downloaded from his repository)
![]() |
2010-02-26
, 18:00
|
Posts: 433 |
Thanked: 274 times |
Joined on Jan 2010
|
#10
|
I think that if I had tsocks installed, I could start an ssh tunnel from n900 to my home LAN and then run rDesktop via tsocks - such that the n900 connects to my client's Windows Server using my home static IP, so it gets through the Telco firewall?
Not sure if that is feasible at all (any advice appeciated)
but meantime just wondered wether the tsocks port by Qole is something that will at some stage be made publically available via the maemo repo's?
Could I use third party software such as tsocks(http://tsocks.sourceforge.net/index.php) or Dante(http://www.inet.no/dante/) to "socksify" everything?
By the way, how could detect which shell command is used to start any one of the softwares installed?
I appreciate your help.