انجمنهای فارسی اوبونتو
کمک و پشتیبانی => انجمن عمومی => نویسنده: ehsansh در 14 خرداد 1402، 12:21 بظ
-
سلام دوستان
لطفا یک نرمافزار ازاد برای دسترسی به اینترنت معرفی کنید
من تور رو نصب کردم پل جدید با ایمیل گرفتم اما خروجی دستور
journalctl -exft Tor
اینه
.
ژوئن 04 12:01:09 Lenovo Tor[8701]: Bootstrapped 0% (starting): Starting
ژوئن 04 12:01:09 Lenovo Tor[8701]: Starting with guard context "bridges"
ژوئن 04 12:01:09 Lenovo Tor[8701]: Delaying directory fetches: No running bridges
ژوئن 04 12:01:09 Lenovo Tor[8701]: Signaled readiness to systemd
-
بدون پل وصل شید
-
بدون پل وصل شید
ممنون
پلهایی که داخل فایل
/etc/tor/torrc
بود رو حذف کردم
دستور
sudo systemctl restart tor
رو زدم
بعد دستور
journalctl -exft Tor
رو زدم و خروجیش اینطوری شد
14:35:56 Lenovo Tor[3763]: Read configuration file "/etc/tor/torrc".
ژوئن 04 14:35:56 Lenovo Tor[3763]: Opening Socks listener on 127.0.0.1:9050
ژوئن 04 14:35:56 Lenovo Tor[3763]: Opened Socks listener on 127.0.0.1:9050
ژوئن 04 14:35:56 Lenovo Tor[3763]: Parsing GEOIP IPv4 file /usr/share/tor/geoip.
ژوئن 04 14:35:56 Lenovo Tor[3763]: Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
ژوئن 04 14:35:56 Lenovo Tor[3763]: Bootstrapped 0% (starting): Starting
ژوئن 04 14:35:56 Lenovo Tor[3763]: Starting with guard context "default"
ژوئن 04 14:35:56 Lenovo Tor[3763]: Signaled readiness to systemd
-
تبریک
صبر کنید تا وصل شه و بعدش از اینترنت آزاد لذت ببرید ;D
-
دوست عزیز حالا که تور رو نصب کردین افزونه foxy proxy رو هم نصب کنید که بتونید از اینترنت ازاد لذت ببرید اینطوری خالی خالیس نمیشه
-
لطفا یک نرمافزار ازاد برای دسترسی به اینترنت معرفی کنید
برای عبور دادن کل سیستم از تور nekoray
https://github.com/MatsuriDayo/nekoray
-
درود بر همگی
چطور باید تور رو تنظیم کنم ؟
آموزشی سراغ دارین که از صفر تا صدشو گفته باشه؟
-
اول بسته یtor و torsocks رو نصب میکنیم
بعدش میزنیم
sudo systemctl enable --now tor
یه کم طول میکشه تا وصل شه
حالا میتونیم هر جا که بخوایم با 127.0.0.1:9050 از تور استفاده کنیم
-
اول بسته یtor و torsocks رو نصب میکنیم
بعدش میزنیم
sudo systemctl enable --now tor
یه کم طول میکشه تا وصل شه
حالا میتونیم هر جا که بخوایم با 127.0.0.1:9050 از تور استفاده کنیم
تو فایرفاکس اینجوری باید تنظیم بشه؟(عکس رو پیوست کردم)
و چطور بفهمیم که درست کار میکنه؟
-
میتونی از یک افزونه استفاده کنی
سرچ کن
اون دوتا هم باید بزاری توی socks5 نه http
-
چطور باید تور رو تنظیم کنم ؟
من با این روش تور رو نصب کردم
sudo apt install proxychains4 tor
بعد باید فایل proxychains4 ویرایش کنی
sudo nano /etc/proxychains4.conf
و کامنت پشت random_chain رو برداری
و پشت اینا کامنت باشه (#) dynamic_chain ، strict_chain ، round_robin_chain
# proxychains.conf VER 4.x
#
# HTTP, SOCKS4a, SOCKS5 tunneling proxifier with DNS.
# The option below identifies how the ProxyList is treated.
# only one option should be uncommented at time,
# otherwise the last appearing option will be accepted
#
#dynamic_chain
#
# Dynamic - Each connection will be done via chained proxies
# all proxies chained in the order as they appear in the list
# at least one proxy must be online to play in chain
# (dead proxies are skipped)
# otherwise EINTR is returned to the app
#
#strict_chain
#
# Strict - Each connection will be done via chained proxies
# all proxies chained in the order as they appear in the list
# all proxies must be online to play in chain
# otherwise EINTR is returned to the app
#
#round_robin_chain
#
# Round Robin - Each connection will be done via chained proxies
# of chain_len length
# all proxies chained in the order as they appear in the list
# at least one proxy must be online to play in chain
# (dead proxies are skipped).
# the start of the current proxy chain is the proxy after the last
# proxy in the previously invoked proxy chain.
# if the end of the proxy chain is reached while looking for proxies
# start at the beginning again.
# otherwise EINTR is returned to the app
# These semantics are not guaranteed in a multithreaded environment.
#
random_chain
#
و در آخر فایل اضافه socks5 127.0.0.1 9050
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks4 127.0.0.1 9050
socks5 127.0.0.1 9050
socks5 127.0.0.1 9150
تور رو اجرا میکنی
sudo systemctl enable tor.service
sudo systemctl start tor.service
sudo systemctl status tor.service
-
اقااااا این کاراااا چیهههه لازم نیست
فقط خود تور نصبش و اجراش با سیستم سی تی ال و تمام
-
تو فایرفاکس اینجوری باید تنظیم بشه?
میتونی از این افزونه استفاده کنی FoxyProxy Standard
-
اقااااا این کاراااا چیهههه لازم نیست
از کجا میدونی من آقایم ;D
-
دوست عزیز حالا که تور رو نصب کردین افزونه foxy proxy رو هم نصب کنید که بتونید از اینترنت ازاد لذت ببرید اینطوری خالی خالیس نمیشه
ممنون مگه نباید
Bootstrapped 0% (starting): Starting
تا ۱۰۰ درصد بره و وقتی به صد درصد نرسیده یعنی تور وصل نشده؟
-
من رو foxy proxy هم تنظیم کردم ولی هیچ سایتی رو باز نمیکنه این ارور رو میده:
The proxy server is refusing connections
-
من پل رو دوباره داخل فایل گذاشتم و این دفعه تا صد درصد رفت و وصل شد
foxy proxy
رو روی فایرفاکس نصب کردم و پراکسی تایپ رو روی socks5 گذاشتم و ادرس رو روی 127.0.0.1 و پورت رو روی ۹۰۵۰ گذاشتم
بعد fox proxy رو وصل کردم و دیدم IP عوض شده یکی دو تا سایت هم باز کرد منتها یوتیوب رو میخوام باز کنم این خطا رو میده
Tor[3347]: Rejecting SOCKS request for anonymous connection to private address [scrubbed].
همین سایت فروم رو میخوام باز کنم میگه:
or[3347]: We tried for 15 seconds to connect to '[scrubbed]' using exit $E72F2B870D2E623655ED302B6256FD3C184BB0EB~NTH16R4 at 192.42.116.213. Retrying on a new circuit.
و نمیتونه سایت رو باز کنه
فقط صفحه اصلی گوگل رو خوب باز میکنه
راه حلی داره؟
-
گوگل تورو مسدود میکنه، از searchx استفاده کن
-
اول privoxy رو نصب کنید فرض میکنم که توی دبیان یا اوبونتو هستید:
sudo apt install privoxy
بعد تنظیمات privoxy رو ویرایش کنید و دنبال خطی باشید که ابتداش forward-socks5t هست و اون خط رو از کامند دربیارید:
sudoedit /etc/privoxy/config
بعد پروکسی http 127.0.0.1 با درگاه 8118 رو تست کنید احتمالا جواب بده.
---------------------------------------------------------------------
پیکربندی های رایگان xray reality رو هم تست کنید توی بعضی از کانالا هست با nekoray (که هسته اش رو باید به sing-box تغییر بدید) میتونید ازش استفاده کنید.