c********n 发帖数: 1577 | 1 用的raspi,
装了python-pip
shadowsocks
配置了个文件
{
"server":"我wan的ip",
"server_port":8000,
"local_address": "192.168.1.217",
"local_port":1080,
"password":"密码",
"timeout":600,
"method":"aes-256-cfb"
}
在外面电脑用shadowsocks客户端。配置了以后
说我的target machine refuse
我是开了8000端口的。。。
我哪里弄错了么? |
t**d 发帖数: 6474 | 2 server 设0.0.0.0
因为你是portforward,这里再设一遍显然不合逻辑
【在 c********n 的大作中提到】 : 用的raspi, : 装了python-pip : shadowsocks : 配置了个文件 : { : "server":"我wan的ip", : "server_port":8000, : "local_address": "192.168.1.217", : "local_port":1080, : "password":"密码",
|
c********n 发帖数: 1577 | 3
改成0.0.0.0了还是写actively refuse.
是不是要开我服务器端的路由的DMZ啊?
谢谢
【在 t**d 的大作中提到】 : server 设0.0.0.0 : 因为你是portforward,这里再设一遍显然不合逻辑
|
a*o 发帖数: 19981 | 4 step 0....
【在 c********n 的大作中提到】 : : 改成0.0.0.0了还是写actively refuse. : 是不是要开我服务器端的路由的DMZ啊? : 谢谢
|
e*i 发帖数: 10288 | 5 dockstar debian sample
{
"server":"192.168.1.217",
"server_port":8000,
"local_port":1080,
"password":"your_passwd",
"timeout":600,
"method":"aes-256-cfb"
}
forward tcp port 8000 on router to 192.168.1.217
worked.
【在 c********n 的大作中提到】 : 用的raspi, : 装了python-pip : shadowsocks : 配置了个文件 : { : "server":"我wan的ip", : "server_port":8000, : "local_address": "192.168.1.217", : "local_port":1080, : "password":"密码",
|
c********n 发帖数: 1577 | 6
dmz的ip是写多少啊?192.168.1.0还是192.168.1.1 还是192.168.1.217啊?谢谢
【在 a*o 的大作中提到】 : step 0....
|
s*y 发帖数: 472 | 7 我是这么设的,手机上的shadowsocks client的服务器用的是ddns的域名,server
port和client port都设的跟服务器配置文件一样。手机上的shadowsocks client 能连
上就是上不了互联网,不知道怎么回事
【在 e*i 的大作中提到】 : dockstar debian sample : { : "server":"192.168.1.217", : "server_port":8000, : "local_port":1080, : "password":"your_passwd", : "timeout":600, : "method":"aes-256-cfb" : } : forward tcp port 8000 on router to 192.168.1.217
|
e*i 发帖数: 10288 | 8 check log file to find the error
google the error to find what's wrong.
【在 s*y 的大作中提到】 : 我是这么设的,手机上的shadowsocks client的服务器用的是ddns的域名,server : port和client port都设的跟服务器配置文件一样。手机上的shadowsocks client 能连 : 上就是上不了互联网,不知道怎么回事
|
b*****2 发帖数: 11103 | 9 Iptable要打开
【在 s*y 的大作中提到】 : 我是这么设的,手机上的shadowsocks client的服务器用的是ddns的域名,server : port和client port都设的跟服务器配置文件一样。手机上的shadowsocks client 能连 : 上就是上不了互联网,不知道怎么回事
|
c********n 发帖数: 1577 | 10 谢谢大家,搞定了,装错了,装得client,。。。。应该装server的。。。
要是没人扫端口就算了,要是一直有人扫,在修改fail2ban吧。
现在要开始搞openwrt client了
大家推荐是pptp+ss还是openvpn+ss啊
openwrt路由器已经准备好了 |
s*y 发帖数: 472 | 11 log里面没有任何error
【在 e*i 的大作中提到】 : check log file to find the error : google the error to find what's wrong.
|
s*y 发帖数: 472 | 12 lptable是什么?
端口映射已经做了的
【在 b*****2 的大作中提到】 : Iptable要打开
|
c********n 发帖数: 1577 | |