2013年2月14日星期四

[GFW BLOG(功夫网与翻墙)] 折腾:OpenWRT的安装+穿墙

今天下午实在手痒,于是给路由器刷上了OpenWRT..

配置:

  • 路由器一台(我的是TL WR841N V7)

  • VPN一个(用的是 p-vpn.com )

  • 一个敢于折腾的心

安装

首先先去找路由器的对应固件: http://wiki.openwrt.org/toh/start

我找的是这个: http://wiki.openwrt.org/toh/tp-link/tl-wr841nd

下载下来,进路由器管理平台,刷之!

刷完之后很惊喜的发现木有WEB界面可用= =

搜WiKi发现貌似这个型号的路由器有几率碰到这个问题..(人品?)

(吐槽:刚刷完的OpenWRT竟然不开WiFi!害得我跑去开台式机= =)

连接上路由器(telnet 192.168.1.1 , 你可以用passwd来给root改一下密码然后通过SSH连上去.)

按照官方教程( http://wiki.openwrt.org/doc/howto/internet.connection )先配置好PPPOE:

uci set network.wan.proto=pppoe    uci set network.wan.username='PPPOE用户名'    uci set network.wan.password='PPPOE密码'    uci commit network    ifup wan  

然后屁颠屁颠的装上LuCI(OpenWRT的WEB界面)

opkg update    opkg install luci  

我没有开https支持,如果你想要的话,运行opkg install luci-ssl

还要装上中文语言包:

opkg install luci-i18n-chinese  

然后运行之:

/etc/init.d/uhttpd enable    /etc/init.d/uhttpd start  

然后进浏览器,打开 http://192.168.1.1/

成功安装WEB平台= =

配置PPTP

参考: http://wiki.openwrt.org/doc/howto/vpn.client.pptp

首先要装包:

opkg update    opkg install ppp-mod-pptp    opkg install luci-proto-ppp  

然后,编辑一下配置文件~(vim /etc/config/network

在最后面加上:

config 'interface' 'vpn'             option 'ifname'    'pptp-vpn'              option 'proto'     'pptp'            option 'username'  '用户名'            option 'password'  '密码'            option 'server'    '服务器地址'             option 'buffering' '1'             option 'pppd_options' 'mppe required'  

保存退出,然后进WEB平台-网络-接口应该就能看到VPN了。

(其实..你也可以在这里点添加新接口来创建PPTP= =)

然后..重启路由器,就可以看到VPN连上了~

Chnroutes

没折腾成功- -


原文:http://whouz.com/2013-01-26-openwrt.html


--
Posted By GFW BLOG 功夫网与翻墙 to GFW BLOG(功夫网与翻墙) at 2/14/2013 12:49:00 AM

--
--
1、翻墙利器赛风3下载地址: http://dld.bz/caonima326http://dld.bz/caonima745/
2、我们的订阅地址:http://feeds2.feedburner.com/chinagfwblog
3、停止订阅,请发邮件到
gfw-blog+unsubscribe@googlegroups.com
翻越防火长城,你可以到达世界上的每一个角落。(Across the Great Firewall, you can reach every corner in the world.)
 
---
您收到此邮件是因为您订阅了 Google 网上论坛的"GFW Blog"论坛。
要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 gfw-blog+unsubscribe@googlegroups.com。
要查看更多选项,请访问 https://groups.google.com/groups/opt_out。
 
 

没有评论:

发表评论