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
'Tool' 카테고리의 다른 글
엑셀 자동채우기 드래그 데이터 많을 때 대량 복사하기 (0) | 2019.04.29 |
---|---|
eclipse Open Resource target dir 제외하기 (0) | 2019.03.25 |
Jeus 7 재기동 하기 (0) | 2018.11.05 |
eclipse quick search pulgin (0) | 2018.11.03 |
JEUS6.0 + Eclipse + JeusPlugin (0) | 2018.10.10 |
윈도우 JEUS 6.0 설치 (0) | 2018.10.10 |
SQL DEVELOPER 날짜형식 변경하기 (0) | 2018.10.08 |
Tibero Admin Tool 설치 (0) | 2018.09.30 |