ich arbeite öfter in einer Virtuellen Maschine, welche mit TrueCrypt und sicherem Algorithmus verschlüsselt ist. Höchstsensible Daten befinden sich darin.
Das Internet über diese VM soll auch sicher sein, im Sinne von Anonym. Deshalb fährt auf einem seperatem Rechner TOR und Privoxy. Privoxy habe ich nicht über das Vidali-Bundle sondern selbst installiert und das Verzeichnis TOR übermittelt.
Leider gelingt es mir nicht, Internetverkehr von Firefox auf Privoxy zu leiten. Im Firefox läuft TOR-Button.
Kann mir dabei bitte ein Experte helfen?
Später soll dann noch Thunderbird SSL-gesicherte Verbindungen zum SMTP und POP-Server über das TOR-Netzwerk aufbauen. Wichtig ist außerdem, dass DNS-Abfragen nur über TOR, nicht aber über meinen ISP laufen.
Jedweder Internetverkehr muss anonym vonstatten gehen (soweit das TOR-Netzwerk dies erlaubt – Problematik der lauschenden Exit-Nodes ist bekannt).
Anbei einige Screenshots. Danke für die Hilfe.
Code
# 4.1. listen-address # ==================== # # Specifies: # # The IP address and TCP port on which Privoxy will listen for # client requests. # # Type of value: # # [IP-Address]:Port # # Default value: # # 127.0.0.1:8118 # # Effect if unset: # # Bind to 127.0.0.1 (IPv4 localhost), port 8118. This is suitable # and recommended for home users who run Privoxy on the same # machine as their browser. # # Notes: # # You will need to configure your browser(s) to this proxy address # and port. # # If you already have another service running on port 8118, or # if you want to serve requests from other machines (e.g. on your # local network) as well, you will need to override the default. # # IPv6 addresses containing colons have to be quoted by brackets. # # If you leave out the IP address, Privoxy will bind to all IPv4 # interfaces (addresses) on your machine and may become reachable # from the Internet. In that case, consider using access control # lists (ACL's, see below), and/or a firewall. If the hostname # is localhost, Privoxy will explicitly try to bind to an IPv4 # address. For other hostnames it depends on the operating system # which IP version will be used. # # If you open Privoxy to untrusted users, you will also # want to make sure that the following actions are disabled: # enable-edit-actions and enable-remote-toggle # # Example: # # Suppose you are running Privoxy on a machine which has the # address 192.168.0.1 on your local private network (192.168.0.0) # and has another outside connection with a different address. You # want it to serve requests from inside only: # # listen-address 192.168.0.1:8118 # # # Suppose you are running Privoxy on an IPv6-capable machine and # you want it to listen on the IPv6 address of the loopback device: # # listen-address [::1]:8118 # # listen-address 192.168.178.23:8118
Code
C:\Users\Festrechner01\AppData\Roaming\Vidalia\torrc # This file was generated by Tor; if you edit it, comments will not be preserved # The old torrc file was renamed to torrc.orig.1 or similar, and Tor will ignore it
# Administrative contact information to advertise for this server. ContactInfo xxx at xxx dot de # If set, Tor will accept connections from the same machine (localhost only) # on this port, and allow those connections to control the Tor process using # the Tor Control Protocol (described incontrol-spec.txt). ControlPort 9051 # Serve directory information from this port, and act as a directory cache. DirPort 9030 # Address/port ranges for which to accept or reject outgoing connections on # behalf of Tor users. ExitPolicy accept *:80,accept *:443,accept *:110,accept *:143,accept *:993,accept *:995,accept *:6660-6669,accept *:6697,accept *:706,accept *:1863,accept *:5050,accept *:5190,accept *:5222,accept *:5223,accept *:8300,accept *:8888,reject *:* HashedControlPassword 16:Exxxx41D8xxxxE0EBE99D015414BE0xxxxE1F8 # Where to send logging messages. Format is minSeverity[-maxSeverity] # (stderr|stdout|syslog|file FILENAME). Log notice stdout # Set the server nickname. Nickname xxx # Advertise this port to listen for connections from Tor clients and servers. ORPort 443 RelayBandwidthBurst 61440 RelayBandwidthRate 52224 # Bind to this address to listen to connections from SOCKS-speaking # applications. SocksListenAddress 192.168.178.23
ich arbeite öfter in einer Virtuellen Maschine, welche mit TrueCrypt und sicherem Algorithmus verschlüsselt ist. Höchstsensible Daten befinden sich darin.
Das Internet über diese VM soll auch sicher sein, im Sinne von Anonym. Deshalb fährt auf einem seperatem Rechner TOR und Privoxy. Privoxy habe ich nicht über das Vidali-Bundle sondern selbst installiert und das Verzeichnis TOR übermittelt.
Leider gelingt es mir nicht, Internetverkehr von Firefox auf Privoxy zu leiten. Im Firefox läuft TOR-Button.
Kann mir dabei bitte ein Experte helfen?
Später soll dann noch Thunderbird SSL-gesicherte Verbindungen zum SMTP und POP-Server über das TOR-Netzwerk aufbauen.
Wichtig ist außerdem, dass DNS-Abfragen nur über TOR, nicht aber über meinen ISP laufen.
Jedweder Internetverkehr muss anonym vonstatten gehen (soweit das TOR-Netzwerk dies erlaubt – Problematik der lauschenden Exit-Nodes ist bekannt).
Anbei einige Screenshots. Danke für die Hilfe.
Code
Code