Onion Router( Tor )는 컴퓨터와 인터넷 대역폭을 제공하는 자원 봉사자 네트워크의 지원에서 실행되어 모든 것을 하나로 묶습니다. 온라인 개인 정보 보호 및 신원을 손상시키지 않고 다양한 웹사이트에 액세스할 수 있는 기능을 위해 Tor 를 신뢰하는 전 세계 수백만 명의 사용자가 있습니다 .
자신의 Tor(Tor) 릴레이 또는 노드를 호스팅 하면 몇 가지 추가 혜택과 함께 다른 사용자가 온라인에서 동일한 자유를 누릴 수 있도록 도울 수 있습니다. 그러나 잠재적인 위험을 이해하는 것도 좋습니다. 속도는 Tor(Tor) 사용의 하이라이트 중 하나가 아닙니다 . 익명성이 목표인 경우 더 빠른 대안은 신뢰할 수 있는 VPN 서비스 입니다.( a trusted VPN service)
서비스의 익명성을 사용하여 범죄 활동에 참여하는(to engage in criminal activities) 사람들도 있습니다 . 그렇게 하면 관심이 전혀 없는 사용자에게 스포트라이트를 줄 수 있습니다. ISP 에서 문제가 있다고 의심되는 경우 전화를 받을 수 있습니다.
여전히 Tor 릴레이가 적합하다고 생각되면 계속해서 Tor 릴레이를 설정하는 방법에 대한 지침을 읽으십시오.
토르 릴레이 설정의 필요성
전체 설정 구성에는 약간의 시간과 몇 가지 기술만 있으면 됩니다. Tor 릴레이 의 전체 프로세스 는 너무 복잡하지 않지만 먼저 완료해야 할 몇 가지 예비 단계가 있습니다.
시작하려면 인터넷 연결과 사용할 서버에 대한 몇 가지 세부 정보를 수집하십시오. 실제 대역폭에 관해서는 ISP 를 그대로 받아들이지 않는 것이 가장 좋습니다 . 대신 speedtest.net(speedtest.net) 과 같은 사이트로 이동 하여 다운로드 및 업로드 속도 를 알아보는 것이 좋습니다 .
사용량이 많은 시간 동안 속도를 테스트(Test) 하여 트래픽 부하가 많은 동안 얼마나 많은 대역폭이 제공되는지 보다 정확하게 확인하십시오. 현재 무제한 대역폭 요금제에 대한 계약을 체결하지 않은 경우 매월 데이터에 적용되는 제한도 이해해야 합니다.
다음으로 ip4.me(ip4.me) 로 이동하여 공개 IP 주소가 무엇인지 빠르게 알아 내십시오 . 주소는 페이지 상단에 표시됩니다. 네트워크에서 프록시 서버, NAT(NAT) , 방화벽(firewall) 또는 라우터(router) 를 사용하는 경우에도 염두에 두는 것이 좋습니다 .
숨겨야 하는 전송이 있는 소셜 애플리케이션이 있는 경우에도 마찬가지입니다. 일부 포트가 있는 경우 사용 중인 포트를 찾아 가능한 경우 다른 포트를 사용하도록 구성하십시오.
Tor 하드웨어 구성
이제 Tor 릴레이가 실행할 하드웨어와 운영 체제를 선택할 때입니다. 더 재미있지만 약 250KBps의 최소 인터넷 다운로드 속도가 필요합니다. 최소한 64비트 아키텍처를 사용하여 모든 것을 로드하는 것도 좋은 생각입니다.
운영 체제는 궁극적으로 사용자에게 달려 있지만 Debian (또는 Ubuntu )이 최선의 선택입니다. 설치를 매우 간단하게 해주는 Tor 패키지가 데비안 저장소 에 있습니다.(Debian repository)
(Installing)Tor 에이전트 (Tor Agent)설치 및 구성
이 튜토리얼의 나머지 부분에서는 Debian 이 선택한 OS라고 가정합니다.
sudo apt-get install tor
- 추가 디스크 공간이 필요하다는 메시지를 받은 후 Y 를 누르고 Enter 를 누르 십시오.
- 설치 프로세스가 거의 완료되면 두 메시지 중 하나가 표시되어야 합니다.
Starting tor daemon…done
또는
Setting up tor…
- 메시지가 수신되지 않으면 터미널에 다음을 입력하여 실패의 원인을 파악할 수 있습니다.
sudo tail -f /var/log/messages
- 나열된 문제를 수정하고 Tor 를 다시 설치해 보십시오.
- /etc/tor 또는 간단히 /etc/ 에서 기본 구성 파일(torrc)을 찾습니다 . 다음을 입력하여 텍스트 편집기에서 파일을 엽니다.
sudo vi /etc/tor/torrc
ORPort 443
Exitpolicy reject *:*
Nickname whateveryouwant
ContactInfo [email protected]
- 닉네임(Nickname) 및 ContactInfo 섹션을 원하는 대로 변경할 수 있습니다 . 대역폭 사용을 제한하려면 라인을 더 추가해야 합니다. 이것은 데이터 사용량 제한 내에서 유지하는 데 도움이 될 뿐만 아니라 클라이언트 PC의 성능을 무시하지 않고 Tor 에 좋은 속도를 제공하는 데 도움이 됩니다. (Tor)가능한(Attempt) 한 균형을 유지하십시오.
- 파일 맨 아래에 다음 줄을 추가합니다.
ccountingStart day 0:00
AccountingMax 512 MBytes
RelayBandwidthRate 5120 KBytes
RelayBandwidthBurst 10240 KBytes
:wq
- Enter 키를 누르고 다음을 사용하여 Tor를 다시 시작하십시오.
sudo service tor restart
- 이제 Tor 종료 노드를 사용할 준비가 되었습니다.
Tor 릴레이 모니터링
ARM ( Anonymizing Relay Monitor ) 을 사용하여 릴레이를 주시할 수 있습니다 . 다음 명령을 사용하여 터미널을 통해 설치합니다.
sudo apt-get install tor-arm
- 설치가 완료되면 다음을 사용하여 시작하십시오.
sudo arm
Tor Metrics (이전 Tor Atlas )는 릴레이를 공개적으로 표시하는 또 다른 훌륭한 모니터링 서비스입니다. 이 사이트에는 Tor 릴레이 및 출구 노드의 글로벌 카탈로그가 포함되어 있습니다. 릴레이가 설정된 후 사이트에 표시되기까지 최대 4시간이 걸립니다.
- 먼저 다음 명령을 입력하여 Tor 릴레이 지문을 획득합니다 .
# cat /var/lib/tor/fingerprint
- 긴 문자열의 두 번째 블록을 찾고 있습니다. 기록하거나 다음 단계를 위해 기억해 두십시오.
- 브라우저에서 다음 URL을 엽니다.
https://metrics.torproject.org/#details/<relay fingerprint info>
- 노드를 찾으려면 설정하는 동안 부여한 닉네임을 검색하세요.
릴레이가 곧 많은 트래픽을 얻을 것으로 기대하지 마십시오. 데이터 라우팅이 시작되는 데 며칠이 걸릴 수 있으며 릴레이가 다른 클라이언트의 가능한 진입점으로 간주되기까지는 68일보다 빠르지 않습니다.
모든 것이 마침내 해결되면 수백만 명의 사용자에게 인터넷을 더 안전하게 사용할 수 있는 방법을 제공하는 자원 봉사자의 협력의 일부가 될 것입니다.
How To Set Up Your Own Tor Relay
Τhe Onion Router (Tor) runs on the support of a nеtwоrk of vоlunteers offering up thеir computers and іnternet bandwidth to make it all come together. There are millions of users around the world who place their trust in Tor fоr the purposе of online privacy protection and the ability tо access vаrious wеbsites wіthout cоmpromising their identities.
Hosting your own Tor relay or node affords you the chance to help other users enjoy the same freedoms online with a few additional benefits. However, it’s also good to understand the potential risks. Speed is not one of the highlights of using Tor. A faster alternative would be a trusted VPN service if anonymity is your goal.
There are also some who choose to use the anonymity of the service to engage in criminal activities. By doing so, this could shine a spotlight on you that you otherwise would have zero interest in. You can expect a call from your ISP if they suspect something is amiss.
If you still feel that a Tor relay is for you, continue reading for instructions on how you can set up one of your very own.
Tor Relay Setup Necessities
The full setup configuration should only require some time and a few technical skills. The whole process for a Tor relay isn’t too complicated but there are a few preliminary steps you’ll need to complete first.
To begin, gather a few details on your internet connection and the server you plan to use. It’s best to not take your ISP at their word when it comes to actual bandwidth. Instead, it’s advisable that you go to a site like speedtest.net to acquire the download and upload speeds.
Test the speeds during peak hours to get a more accurate ballpark of how much bandwidth is afforded to you during busy traffic loads. If you’re not currently under contract for an unlimited bandwidth plan, you’ll also need to understand the limits placed on your data each month.
Next, quickly figure out what your public IP address is by heading to ip4.me. The address will be displayed at the top of the page. It will also benefit you to keep in mind if you are using a proxy server, NAT, firewall or router in your network.
The same can be said if there are any social applications with transmissions that should be concealed. If there are some, locate which ports are being used and configure them to use different ones, if possible.
Configuring Your Tor Hardware
Now is the time to choose the hardware and operating system your Tor relay will run. You need around 250KBps minimum internet download speed, although the more the merrier. It’s also a good idea to load everything using at least 64-bit architecture.
The operating system is ultimately up to you but Debian (or Ubuntu) would be the best choice. There is a Tor package located in the Debian repository that makes installation very simple.
Installing & Configuring The Tor Agent
The rest of this tutorial will assume that Debian is the OS of choice.
- Open a terminal and type the following:
sudo apt-get install tor
- Press Y and Enter after receiving a message informing you’ll need additional disk space.
- Once the installation process is nearing completion, you should see one of two messages
Starting tor daemon…done
or
Setting up tor…
- If no message is received, you can figure out what caused the failure by typing the following into the terminal:
sudo tail -f /var/log/messages
- Fix the issues listed and try to install Tor again.
- Locate the main configuration file (torrc) in /etc/tor or simply /etc/. Open the file in a text editor by typing:
sudo vi /etc/tor/torrc
- Head to the bottom of the file and type the following:
ORPort 443
Exitpolicy reject *:*
Nickname whateveryouwant
ContactInfo [email protected]
- You can change the Nickname and ContactInfo sections to whatever you wish. If you intend to limit bandwidth usage, you’ll need to add more lines. This is not only beneficial to stay within your data usage limit but to also provide good speed for Tor, without neglecting the client PC’s performance. Attempt to balance this as best you can.
- Add these next lines at the bottom of the file:
ccountingStart day 0:00
AccountingMax 512 MBytes
RelayBandwidthRate 5120 KBytes
RelayBandwidthBurst 10240 KBytes
:wq
- Hit Enter and restart Tor using:
sudo service tor restart
- The Tor exit node should now be ready for use.
Monitoring Your Tor Relay
You can keep an eye on your relay using the Anonymizing Relay Monitor (ARM). Install it via the terminal with the following command:
sudo apt-get install tor-arm
- Once installed, launch it using:
sudo arm
Tor Metrics, formerly Tor Atlas, is another great monitoring service that will display your relay publicly. The site contains a global catalog of Tor relays and exit nodes. It will take up to 4 hours after your relay has been set up before it will be visible on the site.
- First, acquire the Tor relay fingerprint by entering the following command:
# cat /var/lib/tor/fingerprint
- You’re looking for the second block of a long string of letters. Write it down or remember it for the next step.
- In your browser, open the following URL:
https://metrics.torproject.org/#details/<relay fingerprint info>
- To find your node, search for the nickname you gave it while setting things up.
Don’t expect your relay to gain much traffic any time soon. It will likely take a few days for data routing to get going and no earlier than 68 days before your relay can be considered a possible entry point for other clients.
Just know that once everything has finally settled, you’ll be a part of a growing collaboration of volunteers that provide millions of users a safer way to use the internet.