سلام.
چند روز است اوبونتو ۲۲.۰۴ نصب کردم تور هم نصب کردم دو روز خوب کار کرد ولی بعدش از کار افتاد.
با پل هم تغییری نکرد.
[codejournalctl -exft Tor][/code]
نوامبر 04 02:12:18 ronika-X550CC Tor[1232]: Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
نوامبر 04 02:12:18 ronika-X550CC Tor[1232]: Read configuration file "/etc/tor/torrc".
نوامبر 04 02:12:18 ronika-X550CC Tor[1232]: Opening Socks listener on 127.0.0.1:9050
نوامبر 04 02:12:18 ronika-X550CC Tor[1232]: Opened Socks listener connection (ready) on 127.0.0.1:9050
نوامبر 04 02:12:18 ronika-X550CC Tor[1232]: Parsing GEOIP IPv4 file /usr/share/tor/geoip.
نوامبر 04 02:12:20 ronika-X550CC Tor[1232]: Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
نوامبر 04 02:12:23 ronika-X550CC Tor[1232]: Bootstrapped 0% (starting): Starting
نوامبر 04 02:12:25 ronika-X550CC Tor[1232]: Starting with guard context "default"
نوامبر 04 02:12:25 ronika-X550CC Tor[1232]: Signaled readiness to systemd
نوامبر 04 02:12:26 ronika-X550CC Tor[1232]: Bootstrapped 5% (conn): Connecting to a relay
نوامبر 04 02:12:26 ronika-X550CC Tor[1232]: Opening Socks listener on /run/tor/socks
نوامبر 04 02:12:26 ronika-X550CC Tor[1232]: Opened Socks listener connection (ready) on /run/tor/socks
نوامبر 04 02:12:26 ronika-X550CC Tor[1232]: Opening Control listener on /run/tor/control
نوامبر 04 02:12:26 ronika-X550CC Tor[1232]: Opened Control listener connection (ready) on /run/tor/control
نوامبر 04 02:12:26 ronika-X550CC Tor[1232]: Bootstrapped 10% (conn_done): Connected to a relay
نوامبر 04 02:12:26 ronika-X550CC Tor[1232]: Bootstrapped 14% (handshake): Handshaking with a relay
نوامبر 04 02:12:27 ronika-X550CC Tor[1232]: Bootstrapped 15% (handshake_done): Handshake with a relay done
نوامبر 04 02:12:27 ronika-X550CC Tor[1232]: Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
نوامبر 04 02:12:27 ronika-X550CC Tor[1232]: Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
نوامبر 04 02:12:27 ronika-X550CC Tor[1232]: Bootstrapped 95% (circuit_create): Establishing a Tor circuit
نوامبر 04 02:12:28 ronika-X550CC Tor[1232]: Bootstrapped 100% (done): Done
نوامبر 03 22:42:42 ronika-X550CC Tor[1232]: Your system clock just jumped 12598 seconds backward; assuming established circuits no longer work.
نوامبر 03 22:42:43 ronika-X550CC Tor[1232]: Heartbeat: Tor's uptime is 0:00 hours, with 1 circuits open. I've sent 12 kB and received 185 kB. I've received 0 connections on IPv4 and 0 on IPv6. I've made 3 connections with IPv4 and 0 with IPv6.
نوامبر 03 22:42:43 ronika-X550CC Tor[1232]: While not bootstrapping, fetched this many bytes: 160253 (consensus network-status fetch)
نوامبر 03 22:42:43 ronika-X550CC Tor[1232]: Average packaged cell fullness: 71.486%. TLS write overhead: 15%
نوامبر 04 00:27:06 ronika-X550CC Tor[1232]: Interrupt: exiting cleanly.
[codesudo nano /etc/tor/torrc][/code]
UseBridges 1
ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy
Bridge obfs4 BRIDGE
# for example:
Bridge obfs4 87.106.193.253:443 21AAF4230236D815B7FF65513C29368ECC94213B cert=XlFtH2O5wTPoieOS3PDNC+sEELkuzlhDHrEvVEFGPC5/P9pXovKTNp9LbM5FqhlDBXppaA >
Bridge obfs4 78.42.37.144:587 9C13AD00636EB72C68773AFCBE76B1302967486B cert=HMGnRheIHcblVPfEbmLiSrRrvOTlHdDIniNpVfdA2HOj9jIkvnwTG5S56Xf9c0mYcqS4eQ ia>
Bridge obfs4 93.95.228.122:8443 C4C1CCDAE498BF443440178E58D82FD2376E8523 cert=c3GZOrMCefydQaBZrkQYl7W+9GRVUpeiGkYw0+dVrNVb/iTM/Rp3I82eeTjJd6A9rOhQUg >
sudo nano /etc/systemd/system/multi-user.target.wants/tor.service
GNU nano 6.2 /etc/systemd/system/multi-user.target.wants/tor.service
# This service is actually a systemd target,
# but we are using a service since targets cannot be reloaded.
[Unit]
Description=Anonymizing overlay network for TCP (multi-instance-master)
[Service]
User=debian-tor
Type=simple
RemainAfterExit=yes
ExecStart=/usr/bin/tor -f /etc/tor/torrc
ExecReload=/usr/bin/kill -HUP $MAINPID
KillSignal=SIGINT
LimitNOFILE=8192
PrivateDevices=yes
[Install]
WantedBy=multi-user.target