Giter Site home page Giter Site logo

shadowsocks_install's Issues

shadowsocks

[Error] Failed to download shadowsocks-server-linux64-1.2.1.gz

git clone之后提示找不到'.user.ini'?

clone下来源码以后,要移动一个.user.ini文件,


chattr -i .user.ini
mv .user.ini public

但是我执行到这里的时候,提示找不到这个文件。是新版源码去掉了吗?需要自己添加还是无视?

root@localhost:/home/wwwroot/myssss.panel/public# chattr +i .user.ini
chattr: No such file or directory while trying to stat .user.ini
root@localhost:/home/wwwroot/myssss.panel/public# mv .user.ini public
mv: cannot stat '.user.ini': No such file or directory

请教

hello,能否请教一下,这个脚本是用什么语言写的?

rm问题

同学这是被查了水表还是知识产权问题自删了呢?

魔改版的BBR,速度上不去呢。。。

GCP平台的Ubuntu 17.04,内核4.10.0更新到4.11.9测试了下,发现稳稳在2M样子,速度上不去。。。我用默认的bbr,看8K 200M能跑满,虽然并不是很稳定。特此来反馈下

error

/etc/centos-release:CentOS Linux release 7.0.1406 (Core)
/etc/os-release:NAME="CentOS Linux"
/etc/os-release:PRETTY_NAME="CentOS Linux 7 (Core)"
/etc/redhat-release:CentOS Linux release 7.0.1406 (Core)
/etc/system-release:CentOS Linux release 7.0.1406 (Core)
ERROR(CONFIGFILE): missing file: /serverspeeder/bin/acce-3.10.61.0-[CentOS_7.0_3.10.0-123.el7.x86_64]
chattr: No such file or directory while trying to stat /serverspeeder/etc/apx*
ERROR(CONFIGFILE): missing file: /serverspeeder/bin/acce-3.10.61.0-[CentOS_7.0_3.10.0-123.el7.x86_64]
[root@localhost ~]#
[root@localhost ~]#

亚马逊AWS安装SSR后无法正常连接

要配置EC2实例的安全组开放端口,添加了指定端口后,客户端才能正常连接。

希望添加这一条README以供参考

一开始还以为是SSR安装后出了什么问题,以为跟防火墙有关。。。

centos 6.5 x86 开启 TCP BBR 失败。

执行
rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm
失败。

error:
Retrieving http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm error: Failed dependencies: kernel = 2.6.32 is needed by elrepo-release-6-6.el6.elrepo.noarch

NetSpeeder脚本404错误

运行sh net_speeder_lazyinstall.sh发生以下错误:

Connecting to dl.fedoraproject.org|209.132.181.24|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-06-12 03:24:12 ERROR 404: Not Found.

Ubuntu 16.04 按照 wiki 开启 TCP BBR 导致 Docker 无法运行(linux-image-extra 包找不到的问题)

ubuntu 16,根据 开启TCP BBR拥塞控制算法 安装,
uname -r 结果 4.10.17-041017-generic

因为系统无 linux-image-extra-4.10.17-generic 包,导致: aufs 模块无法安装; docker 依赖 aufs 导致服务无法开启; 重新安装 docker 提示 linux-image-extra-4.10.17-041017-generic 不存在,aufs 模块
missing。

我的处理方法:首先内核降小版本号

  1. apt-cache search linux-image-4.10 来安装 4.10 的内核,我这里搜索到的版本是 4.10.0-27
  2. vim /etc/default/grub 修改 GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 4.10.0-27-generic"
  3. update-grubreboot

内核版本降到 4.10.0-27-generic,tcp-bbr 任然开启,再安装 Docker 一切正常。

推荐:通过 apt 源安装内核,不要直接通过 kernel.ubuntu.com 安装。

提此 issue,供遇到问题的人参考。

怎么翻墙

wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocksR.sh
chmod +x shadowsocksR.sh
./shadowsocksR.sh 2>&1 | tee shadowsocksR.log

我按照上面的操作,执行成功了。
显示了下面的信息:
Congratulations, ShadowsocksR server install completed!
Your Server IP :your_server_ip
Your Server Port :your_server_port
Your Password :your_password
Your Protocol :your_protocol
Your obfs :your_obfs
Your Encryption Method:your_encryption_method

Welcome to visit:https://shadowsocks.be/9.html
Enjoy it!

但是怎么翻墙,我用浏览器访问油管还是不行?

请问修改防火墙设置对提升速度有用吗?

在优化shadowsocks里面有提到修改防火墙配置。如下

自动调整MTU
iptables -I FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu

开启 NAT (记得把 eth0 改成自己的网卡名,openvz 的基本是 venet0 )
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

开启 IPv4 的转发
sysctl -w net.ipv4.ip_forward=1

这个设置有效果吗?

centos安装问题

按照步骤,centos通过git下载源码,然后/.configure的时候,提示没有这个文件,这是怎么回事?

高版本ocserv在Ubuntu 14.04上工作异常

环境:
Ubuntu 14.04
ocserv 0.11.7 0.11.8
auth = "plain[/etc/ocserv/ocpasswd]" OR auth = "certificate"

使用证书和密码连接都显示

ocserv[25554]: main[user]: x.x.x.x:36378 new user session
ocserv[25554]: main[user]: x.x.x.x:36378 user logged in
ocserv[25555]: sec-mod: initiating session for user 'user' (session: c/GiqU)
ocserv[25765]: worker[user]: x.x.x.x suggesting DPD of 90 secs
ocserv[25765]: worker[user]: x.x.x.x configured link MTU is 1500
ocserv[25765]: worker[user]: x.x.x.x peer's link MTU is 1500
ocserv[25765]: worker[user]: x.x.x.x sending IPv4 192.168.1.59
ocserv[25765]: worker[user]: x.x.x.x adding DNS 192.168.1.2
ocserv[25765]: worker[user]: x.x.x.x Exclude route 192.168.5.0/255.255.255.0
ocserv[25765]: worker[user]: x.x.x.x DTLS ciphersuite: PSK-NEGOTIATE
ocserv[25765]: worker[user]: x.x.x.x Link MTU is 1500 bytes
ocserv[25765]: worker[user]: x.x.x.x setting up DTLS-PSK connection
ocserv[25765]: worker[user]: x.x.x.x worker-vpn.c:243: could not set TLS priority: 'NORMAL:%SERVER_PRECEDENCE:%COMPAT:-VERS-SSL3.0:-VERS-ALL:-KX-ALL:+PSK:+VERS-DTLS-ALL': The request is invalid.
ocserv[25765]: worker[user]: x.x.x.x sent periodic stats (in: 0, out: 0) to sec-mod
ocserv[25555]: sec-mod: temporarily closing session for user (session: c/GiqU)
ocserv[25554]: main[user]: x.x.x.x:36378 user disconnected (reason: unspecified error, rx: 0, tx: 0)

将ocserv 版本降为0.9.2 后连接正常

密码找回不了

用户收到密码找回邮件,点击此链接重装密码怎么打不开?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.