BTS

Issue124

Title support anonym internet use via bootoption 'anonym'
Priority wish Status dead
Superseder Nosy List mika, mru
Assigned To Topics

Created on 2007-02-15.14:22:18 by mika, last changed 2011-11-07.10:37:05 by mika.

Files
File name Uploaded Type Edit Remove
fake-mac mru, 2007-03-23.11:24:43 application/octet-stream
Messages
msg4015 (view) Author: mika Date: 2011-11-07.10:37:05
Alright, people should just use Tails ("a live CD or live USB that aims at 
preserving your privacy and anonymity" -> http://tails.boum.org/) until someone 
comes up with patch(es) to support "anonym" bootoption within Grml.
msg4000 (view) Author: mika Date: 2011-11-07.09:09:36
I'd like to see this feature, sadly there was no progress for more than 4 years. 
Any chance that someone is taking care of that?
msg3053 (view) Author: mru Date: 2010-02-28.00:22:29
On Sunday 28 February 2010 00:20:50 you wrote:

> Does anyone care to implement this feature or help in designing and
> implementing that?

No time but it could be easily (?) done for firefox with an alternative 
profile or the tor button extension.

For global/system wide anom use the proxy variables have to be set 
accordingly/probably use privoxy.

Ulrich
msg3028 (view) Author: mika Date: 2010-02-27.23:20:50
Does anyone care to implement this feature or help in designing and 
implementing that?
msg377 (view) Author: mru Date: 2007-03-24.13:42:03
Below are two example functions which could be used to to change the proxys via
a pac file

function FindProxyForURL(url, host) {
 return "SOCKS locallhost 1080";
}

function FindProxyForURL(url, host) {
 return "DIRECT";
}

Btw. if we support firefox dont forget to mention that the people have to set
network.proxy.socks_remote_dns..
msg368 (view) Author: mru Date: 2007-03-23.11:24:43
Added a simple script which will do the the mac spoofing thing..
msg366 (view) Author: Mark Date: 2007-03-21.01:05:48
Hmm.  You'll probably want eth0 MAC spoofing at boot-time (don't ask me how...).
 No need to put me on nosy for this one, but nice idea.
msg261 (view) Author: mru Date: 2007-02-15.14:28:01
Oh, and btw. if we integrate all stuff, like grml-router, setup a router in one
minute and dnsmasq we could provide an anonymous proxy for all windows clients,
which will get the pac file via wpad..
msg260 (view) Author: mru Date: 2007-02-15.14:26:49
when the autoconfig url is set in the default profile you dont have to modify
~/firefox anymore to change any proxy para, you just can modify it through the
pac file. 
For some more informations and links regarding the pac format, look at
http://de.wikipedia.org/wiki/Proxy_Auto-Config
msg259 (view) Author: mika Date: 2007-02-15.14:22:18
Support anonymous internet use via bootoption 'anonym'.

Configure stuff like:

export http_proxy="localhost:8118"
export HTTP_PROXY=$http_proxy
export ftp_proxy=$http_proxy
export FTP_PROXY=$http_proxy

Firefox needs special handling, suggesting by schula:
http://kb.mozillazine.org/Network.proxy.autoconfig_url
History
Date User Action Args
2011-11-07 10:37:05mikasetstatus: needs-progress -> dead
messages: + msg4015
2011-11-07 09:09:36mikasetstatus: chatting -> needs-progress
messages: + msg4000
2010-02-28 00:22:29mrusetmessages: + msg3053
2010-02-27 23:20:50mikasetmessages: + msg3028
2007-10-06 15:51:45mikasetassignedto: mika ->
2007-03-24 13:42:03mrusetmessages: + msg377
2007-03-24 13:39:34mrusetmessages: - msg376
2007-03-24 13:39:11mrusetmessages: + msg376
2007-03-23 11:24:44mrusetfiles: + fake-mac
messages: + msg368
2007-03-21 01:05:48Marksetmessages: + msg366
2007-02-15 14:28:01mrusetmessages: + msg261
2007-02-15 14:26:49mrusetstatus: unread -> chatting
messages: + msg260
2007-02-15 14:22:18mikacreate