반응형

Tor을 통해 outbound ip를 변경할 수 있습니다.


참조 : https://ko.wikipedia.org/wiki/%ED%86%A0%EC%96%B4



1. tor 설치확인

[root@tistory ~]$ tor

-bash: tor: command not found


2. 설치


[root@tistory ~]# yum install tor


....


================================================================================

 Package     Arch           Version                      Repository        Size

================================================================================

Installing:

 tor         x86_64         0.2.3.25-1.el6.rf            rpmforge         3.0 M


Transaction Summary

================================================================================

Install       1 Package(s)


Total download size: 3.0 M

Installed size: 11 M

Is this ok [y/N]:

- y


3. 설치확인


[root@tistory ~]$ tor --help

Oct 19 12:10:21.775 [notice] Tor v0.2.3.25 (git-17c24b3118224d65) running on Linux.

Oct 19 12:10:21.775 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning

Copyright (c) 2001-2004, Roger Dingledine

Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson

Copyright (c) 2007-2012, The Tor Project, Inc.


tor -f <torrc> [args]

See man page for options, or https://www.torproject.org/ for documentation.


4. 시작 

[root@tistory ~]$ torctl start

Oct 19 15:23:42.628 [notice] Tor v0.2.3.25 (git-17c24b3118224d65) running on Linux.

Oct 19 15:23:42.628 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning

Oct 19 15:23:42.631 [notice] Read configuration file "/etc/tor/torrc".

Oct 19 15:23:42.633 [notice] Initialized libevent version 1.4.13-stable using method epoll. Good.

Oct 19 15:23:42.633 [notice] Opening Socks listener on 127.0.0.1:9050

/usr/bin/torctl start: tor started



5. 확인

[root@tistory ~]$ netstat -nltp


tcp        0      0 127.0.0.1:9050              0.0.0.0:*                   LISTEN      -


6. 종료

[root@tistory ~]$ torctl stop

/usr/bin/torctl stop: tor stopped



반응형

+ Recent posts