2019. 3. 6. 13:40ㆍ99. 정리전 - IT/29. IT 잡동지식
중국에서 facebook 하고 싶을때, 한국의 윈도우 컴퓨터에 아래와 같이 설치하면 됨
(참고: https://github.com/shadowsocks/shadowsocks/wiki/Install-Shadowsocks-Server-on-Windows)
재료일람
파일명 | 다운로드 url |
Win64OpenSSL-1_1_1b.msi |
https://slproweb.com/products/Win32OpenSSL.html (Win64 OpenSSL v1.1.1b) |
python-2.7.16.amd64.msi |
https://www.python.org/downloads/windows (Download Windows x86-64 MSI installer) |
Shadowsocks.exe |
https://github.com/shadowsocks/shadowsocks-windows/releases (Shadowsocks-4.1.4.zip) |
---[ 한국 윈도우 컴을 서버로 설정하기 ]------------------------------------------------
01. 디폴트 디렉토리로 깔아야 함
Win64OpenSSL-1_1_1b.msi
02. 디폴트 디렉토리로 깔아야 함
python-2.7.16.amd64.msi
03. 환경변수 path 추가
C:\Python27;C:\Python27\Scripts;
04. cmd 닫고 다시 열어 환경변수 적용되게 함
05. cmd 에 이하 실행
pip install shadowsocks
06. C:\Python27\Scripts\shadowsocks.json 파일을 아래의 내용으로 생성
{ "server":"0.0.0.0", "server_port":8388, "local_port":1080, "password":"your_password", "timeout":300, "method":"rc4-md5", "fast_open": false } |
07. 방화벽 설정
C:\Python27\python.exe 에 대하여 모든포드 개방
--- 실행된 정상 log --- INFO: loading config from C:\Python27\Scripts\shadowsocks.json 2019-03-06 01:43:23 WARNING warning: server set to listen on 127.0.0.1:8388, are you sure? 2019-03-06 01:43:24 INFO loading libcrypto from C:\WINDOWS\system32\libcrypto.dll 2019-03-06 01:43:24 INFO starting server at 127.0.0.1:8388 |
09. 기동확인
TCP 0.0.0.0:8388 0.0.0.0:0 LISTENING 16940
이미지 이름 PID 세션 이름 세션# 메모리 사용 |
---[ 중국 윈도우 컴에서 뚫기 ]------------------------------------------------
08. Shadowsocks.exe 실행
Add ->
Server Addr : DonzBox.com
Server Port : 8388
Password : your_password
-> OK
09. 윈도우 오른쪽 밑에 타스크 바에 있는 비행기 오른클릭 후
1) Enable System Proxy 활성화
2) Mode -> Global 선택
3) 회색 비행기가 파란색 비행기로 된거 확인
클라이언트 접속테스트 (아이폰app : ShadowLink)
중국에서 한국서버로 |
한국에서 한국서버로 |
|
|