由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CellularPlan版 - Shadowsocks 翻墙教程 (转载)
相关主题
有人搞BB的这个deal吗发现一个翻墙利器
H2O 的账号和密码sim卡怎么和号码绑定
R+ to TelloRingplus手机计划【攻略】
想Port到或者已经申请Port到Google Voice的注意了,会有Delayh2o 往外面port number 如何操作
CellNuvo port in status问下如果每年定期不用一个号码, 怎么保留这个号比较方便?
google voice 不能port phone numberMoto G4 Plus的ipv6又加深了
折腾神油不如折腾神盒 (转载)试了一下把R+的号转到GV
也说翻墙Tracfone暂不支持转号到GV
相关话题的讨论汇总
话题: server话题: port话题: your话题: cfb
进入CellularPlan版参与讨论
1 (共1页)
l*******s
发帖数: 7316
1
【 以下文字转载自 PDA 讨论区 】
发信人: llaalways (熊大), 信区: PDA
标 题: Shadowsocks 翻墙教程
发信站: BBS 未名空间站 (Sun Jan 8 20:12:36 2017, 美东)
Shadowsocks 翻墙教程
A.在linux服务器安装shadowsocks(以ubuntu为例)
https://www.linuxbabe.com/linux-server/setup-your-own-shadowsocks-server-on-
debian-ubuntu-centos
A1. 安装python-pip 和 python-m2crypto
sudo apt-get install python-pip python-m2crypto
A2. 通过pip 安装shadowsocks
sudo pip install shadowsocks
A3. 创建设置文件
sudo vi /etc/shadowsocks.json
并加入一下内容
{
"server":"your_server_ip",
"server_port":8000,
"local_port":1080,
"password":"your_passwd",
"timeout":600,
"method":"aes-256-cfb"
}
各项解释:
· server: your hostname or server IP (IPv4/
IPv6).
· server_port: server port number.
· local_port: local port number.
· password: a password used to encrypt
transfer.
· timeout: connections timeout in seconds.
· method: encryption method, “bf-cfb”, “
aes-256-cfb”, “des-cfb”, “rc4”, etc. Default is table, which is not
secure. “aes-256-cfb” is recommended.
把 "your_server_ip",和"your_passwd",替换成你的服务器地址和自选的密码。
A4. 启动shaowsocks 服务:
sudo ssserver -c /etc/shadowsocks.json -d start
重启:
sudo ssserver -c /etc/shadowsocks.json -d restart
停止:
sudo ssserver -d stop
查看log
less /var/log/shadowsocks.logIf necessary, you can always manually download
the python version from python.org.
A5. 设置服务器启动时自动启动shaowsocks 服务:
编辑/etc/rc.local 文件:
sudo vi /etc/rc.local在exit 0 行前加入
/usr/bin/python /usr/local/bin/ssserver -c /etc/shadowsocks.json -d start
B.在安卓系统安装服务器shadowsocks 客户端
https://play.google.com/store/apps/details?id=com.github.shadowsocks
并按你的服务器要求的设置:
"server":"your_server_ip",
"server_port":8000,
"local_port":1080,
"password":"your_passwd",
"method":"aes-256-cfb"
在route,选择bypass LAN and China
C.在Windows系统安装服务器shadowsocks 客户端
https://github.com/shadowsocks/shadowsocks-windows/releases
下载最新release,展开压缩文件,运行其中的执行文件。
记得在右下角找到图标,然后选择运行SS。
附网友提供的翻墙回中国国内的设置:
服务器:182.92.156.212
server_port : 10062
local_port : 1080,
password : 61203456
method : aes-256-cfb
l*******s
发帖数: 7316
2
这个教程是应本版网友要求写的,但内容更适合PDA版。所以在那边首发,再转到本版。

on-

【在 l*******s 的大作中提到】
: 【 以下文字转载自 PDA 讨论区 】
: 发信人: llaalways (熊大), 信区: PDA
: 标 题: Shadowsocks 翻墙教程
: 发信站: BBS 未名空间站 (Sun Jan 8 20:12:36 2017, 美东)
: Shadowsocks 翻墙教程
: A.在linux服务器安装shadowsocks(以ubuntu为例)
: https://www.linuxbabe.com/linux-server/setup-your-own-shadowsocks-server-on-
: debian-ubuntu-centos
: A1. 安装python-pip 和 python-m2crypto
: sudo apt-get install python-pip python-m2crypto

a*****g
发帖数: 19398
3
教导—翻__铲子__墙—是个很严肃的问题

on-

【在 l*******s 的大作中提到】
: 【 以下文字转载自 PDA 讨论区 】
: 发信人: llaalways (熊大), 信区: PDA
: 标 题: Shadowsocks 翻墙教程
: 发信站: BBS 未名空间站 (Sun Jan 8 20:12:36 2017, 美东)
: Shadowsocks 翻墙教程
: A.在linux服务器安装shadowsocks(以ubuntu为例)
: https://www.linuxbabe.com/linux-server/setup-your-own-shadowsocks-server-on-
: debian-ubuntu-centos
: A1. 安装python-pip 和 python-m2crypto
: sudo apt-get install python-pip python-m2crypto

a*t
发帖数: 1792
4
还有更简单的,国内有人已经写好了一键安装包,
https://teddysun.com/357.html
默认配置:
服务器端口:自己设定(如不设定,默认为 8989)
客户端端口:1080
密码:自己设定(如不设定,默认为teddysun.com)
客户端下载:
https://github.com/shadowsocks/shadowsocks-windows/releases
使用方法:
使用root用户登录,运行以下命令:
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/
shadowsocks_install/master/shadowsocks-libev.sh
chmod +x shadowsocks-libev.sh
./shadowsocks-libev.sh 2>&1 | tee shadowsocks-libev.log
安装完成后,脚本提示如下:
Congratulations, Shadowsocks-libev install completed!
Your Server IP:your_server_ip
Your Server Port:your_server_port
Your Password:your_password
Your Local IP:127.0.0.1
Your Local Port:1080
Your Encryption Method:aes-256-cfb
Welcome to visit:https://teddysun.com/357.html
Enjoy it!
卸载方法:
使用 root 用户登录,运行以下命令:
./shadowsocks-libev.sh uninstall
其他事项:
客户端配置的参考链接:https://teddysun.com/339.html
安装完成后即已后台启动 Shadowsocks-libev ,运行:
/etc/init.d/shadowsocks status
可以查看进程是否启动。
本脚本安装完成后,会将 Shadowsocks-libev 加入开机自启动。
使用命令:
启动:/etc/init.d/shadowsocks start
停止:/etc/init.d/shadowsocks stop
重启:/etc/init.d/shadowsocks restart
查看状态:/etc/init.d/shadowsocks status
l*******s
发帖数: 7316
5
【 以下文字转载自 PDA 讨论区 】
发信人: llaalways (熊大), 信区: PDA
标 题: Shadowsocks 翻墙教程
发信站: BBS 未名空间站 (Sun Jan 8 20:12:36 2017, 美东)
Shadowsocks 翻墙教程
A.在linux服务器安装shadowsocks(以ubuntu为例)
https://www.linuxbabe.com/linux-server/setup-your-own-shadowsocks-server-on-
debian-ubuntu-centos
A1. 安装python-pip 和 python-m2crypto
sudo apt-get install python-pip python-m2crypto
A2. 通过pip 安装shadowsocks
sudo pip install shadowsocks
A3. 创建设置文件
sudo vi /etc/shadowsocks.json
并加入一下内容
{
"server":"your_server_ip",
"server_port":8000,
"local_port":1080,
"password":"your_passwd",
"timeout":600,
"method":"aes-256-cfb"
}
各项解释:
· server: your hostname or server IP (IPv4/
IPv6).
· server_port: server port number.
· local_port: local port number.
· password: a password used to encrypt
transfer.
· timeout: connections timeout in seconds.
· method: encryption method, “bf-cfb”, “
aes-256-cfb”, “des-cfb”, “rc4”, etc. Default is table, which is not
secure. “aes-256-cfb” is recommended.
把 "your_server_ip",和"your_passwd",替换成你的服务器地址和自选的密码。
A4. 启动shaowsocks 服务:
sudo ssserver -c /etc/shadowsocks.json -d start
重启:
sudo ssserver -c /etc/shadowsocks.json -d restart
停止:
sudo ssserver -d stop
查看log
less /var/log/shadowsocks.logIf necessary, you can always manually download
the python version from python.org.
A5. 设置服务器启动时自动启动shaowsocks 服务:
编辑/etc/rc.local 文件:
sudo vi /etc/rc.local在exit 0 行前加入
/usr/bin/python /usr/local/bin/ssserver -c /etc/shadowsocks.json -d start
B.在安卓系统安装服务器shadowsocks 客户端
https://play.google.com/store/apps/details?id=com.github.shadowsocks
并按你的服务器要求的设置:
"server":"your_server_ip",
"server_port":8000,
"local_port":1080,
"password":"your_passwd",
"method":"aes-256-cfb"
在route,选择bypass LAN and China
C.在Windows系统安装服务器shadowsocks 客户端
https://github.com/shadowsocks/shadowsocks-windows/releases
下载最新release,展开压缩文件,运行其中的执行文件。
记得在右下角找到图标,然后选择运行SS。
附网友提供的翻墙回中国国内的设置:
服务器:182.92.156.212
server_port : 10062
local_port : 1080,
password : 61203456
method : aes-256-cfb
l*******s
发帖数: 7316
6
这个教程是应本版网友要求写的,但内容更适合PDA版。所以在那边首发,再转到本版。

on-

【在 l*******s 的大作中提到】
: 【 以下文字转载自 PDA 讨论区 】
: 发信人: llaalways (熊大), 信区: PDA
: 标 题: Shadowsocks 翻墙教程
: 发信站: BBS 未名空间站 (Sun Jan 8 20:12:36 2017, 美东)
: Shadowsocks 翻墙教程
: A.在linux服务器安装shadowsocks(以ubuntu为例)
: https://www.linuxbabe.com/linux-server/setup-your-own-shadowsocks-server-on-
: debian-ubuntu-centos
: A1. 安装python-pip 和 python-m2crypto
: sudo apt-get install python-pip python-m2crypto

a*****g
发帖数: 19398
7
教导—翻__铲子__墙—是个很严肃的问题

on-

【在 l*******s 的大作中提到】
: 【 以下文字转载自 PDA 讨论区 】
: 发信人: llaalways (熊大), 信区: PDA
: 标 题: Shadowsocks 翻墙教程
: 发信站: BBS 未名空间站 (Sun Jan 8 20:12:36 2017, 美东)
: Shadowsocks 翻墙教程
: A.在linux服务器安装shadowsocks(以ubuntu为例)
: https://www.linuxbabe.com/linux-server/setup-your-own-shadowsocks-server-on-
: debian-ubuntu-centos
: A1. 安装python-pip 和 python-m2crypto
: sudo apt-get install python-pip python-m2crypto

a*t
发帖数: 1792
8
还有更简单的,国内有人已经写好了一键安装包,
https://teddysun.com/357.html
默认配置:
服务器端口:自己设定(如不设定,默认为 8989)
客户端端口:1080
密码:自己设定(如不设定,默认为teddysun.com)
客户端下载:
https://github.com/shadowsocks/shadowsocks-windows/releases
使用方法:
使用root用户登录,运行以下命令:
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/
shadowsocks_install/master/shadowsocks-libev.sh
chmod +x shadowsocks-libev.sh
./shadowsocks-libev.sh 2>&1 | tee shadowsocks-libev.log
安装完成后,脚本提示如下:
Congratulations, Shadowsocks-libev install completed!
Your Server IP:your_server_ip
Your Server Port:your_server_port
Your Password:your_password
Your Local IP:127.0.0.1
Your Local Port:1080
Your Encryption Method:aes-256-cfb
Welcome to visit:https://teddysun.com/357.html
Enjoy it!
卸载方法:
使用 root 用户登录,运行以下命令:
./shadowsocks-libev.sh uninstall
其他事项:
客户端配置的参考链接:https://teddysun.com/339.html
安装完成后即已后台启动 Shadowsocks-libev ,运行:
/etc/init.d/shadowsocks status
可以查看进程是否启动。
本脚本安装完成后,会将 Shadowsocks-libev 加入开机自启动。
使用命令:
启动:/etc/init.d/shadowsocks start
停止:/etc/init.d/shadowsocks stop
重启:/etc/init.d/shadowsocks restart
查看状态:/etc/init.d/shadowsocks status
m**x
发帖数: 8
9
翻墙硬件方案:
城里人想出城,城外的人想进城。 城内的人想任性访问城狗狗,油管,非死不可的自
由。城外的人回来想听城里的音乐, 看城里电视剧。
Shadowlinks是一款硬件产品,挂在家用宽带无线路由器上,可以在个人电脑或者智能
手机(Android/苹果)与Shadowlinks之间建立一条加密安全通道,保证通信不被窃听
。个人电脑或智能手机通过Shadowlinks访问互联网时,访问源IP会被伪装为
Shadowlinks的IP。
应用场景:
1. 围城内的人去城外(访问狗狗,油管,非死不可等)
2. 围城外的人回城外(访问内地互联网资源,如音乐电视剧等)
3. 个人隐私保护,在公司时访问网络,通过加密通道连接回家里的路由器,访问内容
不会被窃听。
优点 1. 一次投资;2. 分布式,不会被封杀。 3. 没有流量限制
限制: 需要有落地的宽带路由器。安装配置需要一定网络知识。
shlink.taobao.com
1 (共1页)
进入CellularPlan版参与讨论
相关主题
Tracfone暂不支持转号到GVCellNuvo port in status
walmart 5刀的H2O月抛收到了,但是。。。。google voice 不能port phone number
ringplus的swap问题折腾神油不如折腾神盒 (转载)
4GC上传速度够吗?如果家里要架VPN也说翻墙
有人搞BB的这个deal吗发现一个翻墙利器
H2O 的账号和密码sim卡怎么和号码绑定
R+ to TelloRingplus手机计划【攻略】
想Port到或者已经申请Port到Google Voice的注意了,会有Delayh2o 往外面port number 如何操作
相关话题的讨论汇总
话题: server话题: port话题: your话题: cfb