V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  coffeecat  ›  全部回复第 13 页 / 共 17 页
回复总数  323
1 ... 5  6  7  8  9  10  11  12  13  14 ... 17  
只要你有个海外 vps ,直接用 mwan3 ,简单设置,灰常好用, http://ex.noerr.eu.org/t/201805
2015-08-13 20:02:11 +08:00
回复了 ablmdream 创建的主题 OpenWrt 实现路由器当服务器,破公司网络限制
@ablmdream 试试家里路由搭个ss服务器,内网用ss relay看看呢。。
2015-08-11 18:09:42 +08:00
回复了 ablmdream 创建的主题 OpenWrt 实现路由器当服务器,破公司网络限制
@ablmdream 你是从家访问公司,还是从公司访问外面
2015-08-11 09:00:49 +08:00
回复了 zztt168 创建的主题 宽带症候群 电信 50M+移动 20M,求路由器设置的方案!
我是用mwan3实现的,国内外ip段列表使用chinadns和ss的ignorelist,如果直接把ip段导入mwan3规则,大约有5000多条,会导致mwan3卡爆,所以就是把连接vps ip的一条规则加到走联通/移动,其他的走电信即可,简单方便。。。
2015-08-10 20:15:00 +08:00
回复了 foru17 创建的主题 宽带症候群 解救魔都网路:求解家庭双网配置方案
http://coffeecat.info/?p=344
Linksys WRT1900AC 路由器双线(Dual Wan)/多线(Multi Wan)设置教程
1.电信联通下载带宽可以叠加。(360测速。。。)
2.故障转移,如果电信挂了,国内外可以通过联通走ss,联通挂了,国内走电信,国外断。(luci界面手动断开其中一个网络测试)
3.正常双线接入情况下国内走电信,国外走联通转ss,dns查询默认优先走的是电信或ss(设成只走联通好像也没用。。。)
2015-08-10 14:29:50 +08:00
回复了 ablmdream 创建的主题 OpenWrt 实现路由器当服务器,破公司网络限制
如果只是中继,直接shadowsocks relay就行了,两条iptable的规则,都不需要装任何软件。
如果访问内网,可以在路由器上安装openvpn服务器端,连上后直接变内网ip。。。
2015-08-09 21:26:04 +08:00
回复了 Mizzi 创建的主题 宽带症候群 微博爆电信本月中旬会推出“浏览国外网站”增值服务
7月上感觉不对,就开了精品。。。然后就不让再申请了。。。
2015-08-09 17:27:11 +08:00
回复了 wbsdty331 创建的主题 路由器 100 元以下,能刷 OpenWRT/PandoraBox 的
99块zte q7,目前最强的便携路由
广告过滤和SS是最费cpu资源的,建议上X86,目前现有的支持adbyby的arm/mips路由器都不能满足100M的软nat的性能要求(详见http://ex.noerr.eu.org/t/187661 ,MT7621估计可以,但是买不到),我现在i3 540+ddr3 1600 4G +镁光M4 256G SSD内存跑满50M的ss rc4-md5大约15%峰值负载,实际大约cpu 占用6.3%,如果是wrt1900ac,跑满50M SS带宽的话大约50%峰值负载,如果是aes256cbc大约80%峰值负载,估计100M性能就不够了,但是wrt1900ac下没有adbyby,x86下可以通过debootstrap上linux版本的adbyby,跑满带宽软nat无压力。
2015-08-08 22:00:52 +08:00
回复了 Livid 创建的主题 NAS 关于家用型的 NAS
之前通过自编译的openwrt+debootstrap+debian实现了x86智能路由NAS一体机,实现了如下功能:
0.千兆5口有线路由,802.11n 300M wifi
1.智能路由科学上网,SS跑满带宽不费力
2.迅雷远程下载
3.samba共享文件
4.adbyby广告过滤
5.简单qos
6.多线接入、负载均衡和故障转移
7.ddns
8.open为p恩随时远程连回家上网
2015-08-02 09:44:42 +08:00
回复了 jeromeli 创建的主题 OpenWrt openwrt 编译没有 lighttpd-mod 选项呢?
@squid157 真聪明~~
2015-08-02 09:05:14 +08:00
回复了 jeromeli 创建的主题 OpenWrt openwrt 编译没有 lighttpd-mod 选项呢?
#
# Web Servers/Proxies
#
# CONFIG_PACKAGE_apache is not set
# CONFIG_PACKAGE_appweb is not set
# CONFIG_PACKAGE_axhttpd is not set
# CONFIG_PACKAGE_axtlswrap is not set
# CONFIG_PACKAGE_crowdcontrol is not set
# CONFIG_PACKAGE_dansguardian is not set
# CONFIG_PACKAGE_gatling is not set
CONFIG_PACKAGE_haproxy=m
# CONFIG_PACKAGE_halog is not set
# CONFIG_PACKAGE_haproxy-nossl is not set
# CONFIG_PACKAGE_hiawatha is not set
CONFIG_PACKAGE_lighttpd=m
CONFIG_LIGHTTPD_SSL=y
# CONFIG_PACKAGE_lighttpd-mod-access is not set
# CONFIG_PACKAGE_lighttpd-mod-accesslog is not set
# CONFIG_PACKAGE_lighttpd-mod-alias is not set
# CONFIG_PACKAGE_lighttpd-mod-auth is not set
# CONFIG_PACKAGE_lighttpd-mod-cgi is not set
# CONFIG_PACKAGE_lighttpd-mod-cml is not set
# CONFIG_PACKAGE_lighttpd-mod-compress is not set
# CONFIG_PACKAGE_lighttpd-mod-evasive is not set
# CONFIG_PACKAGE_lighttpd-mod-evhost is not set
# CONFIG_PACKAGE_lighttpd-mod-expire is not set
# CONFIG_PACKAGE_lighttpd-mod-extforward is not set
# CONFIG_PACKAGE_lighttpd-mod-fastcgi is not set
# CONFIG_PACKAGE_lighttpd-mod-flv-streaming is not set
# CONFIG_PACKAGE_lighttpd-mod-magnet is not set
# CONFIG_PACKAGE_lighttpd-mod-proxy is not set
# CONFIG_PACKAGE_lighttpd-mod-redirect is not set
# CONFIG_PACKAGE_lighttpd-mod-rewrite is not set
# CONFIG_PACKAGE_lighttpd-mod-rrdtool is not set
# CONFIG_PACKAGE_lighttpd-mod-scgi is not set
# CONFIG_PACKAGE_lighttpd-mod-secdownload is not set
# CONFIG_PACKAGE_lighttpd-mod-setenv is not set
# CONFIG_PACKAGE_lighttpd-mod-simple-vhost is not set
# CONFIG_PACKAGE_lighttpd-mod-ssi is not set
# CONFIG_PACKAGE_lighttpd-mod-status is not set
# CONFIG_PACKAGE_lighttpd-mod-trigger-b4-dl is not set
# CONFIG_PACKAGE_lighttpd-mod-userdir is not set
# CONFIG_PACKAGE_lighttpd-mod-usertrack is not set
# CONFIG_PACKAGE_lighttpd-mod-webdav is not set
CONFIG_PACKAGE_mini-httpd=m
CONFIG_PACKAGE_mini-httpd-htpasswd=m
CONFIG_PACKAGE_mini-httpd-matrixssl=m
CONFIG_PACKAGE_mini-httpd-openssl=m
CONFIG_PACKAGE_nginx=m
@GPU 不开源的
@GPU 用debootstrap装debian,然后跑linux x86版本的adbyby
@yuhaaitao 自己学着编译呗,不难
2015-07-24 14:31:49 +08:00
回复了 ntgeralt 创建的主题 宽带症候群 今天早上访问香港和新加坡的网速糟透了
@66beta 上海联通也不行了?
2015-07-18 21:32:13 +08:00
回复了 coffeecat 创建的主题 OpenWrt chaos_calmer musl libc 貌似跟 chinadns 1.3.1 不太友好。。。
@jasontse 哦哦,那我就放心了。。。谢谢!
2015-07-18 20:36:00 +08:00
回复了 lesswest 创建的主题 OpenWrt openwork chaos_calmer 15.05-rc3 发布
@zro 不会啊,我刷CC,wan口上百G都不会归0
2015-07-18 18:57:00 +08:00
回复了 coffeecat 创建的主题 路由器 妈妈再也不用担心路由器性能不够了。。。
@lhbc 目前只能使用2G内存,但luci里面可以显示4G,cpu情况通过dmsg查看,显示:6,109,0,-;smpboot: Allowing 4 CPUs, 0 hotplug CPUs
1 ... 5  6  7  8  9  10  11  12  13  14 ... 17  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   4953 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 03:54 · PVG 11:54 · LAX 20:54 · JFK 23:54
Developed with CodeLauncher
♥ Do have faith in what you're doing.