原创贴子,转载必须注明出处!! 走过了这个扯淡的2012年,我们依然活的很精彩。2013即将到来,为了造福广大坛友,小哥就在此发个福利贴给大家拜个早年。希望大家玩的开心。 本帖的主题就是前段时间大家一直非常关注的somewood系统,我拿到系统也很久了,一直没有时间鼓捣,最近鼓捣了下。用着还不错,自己舒服的同时,也不敢忘了大家。赶上元旦放假,就抽出点时间做个教程方便大家爽。好了废话不多说了。我们直奔主题吧。 要想使用somewood路由系统需要以下条件: 1, 一个刷好TT固件且带USB接口的路由。 2, 一个不低于4G的u盘(最低要求,越大越好) 3, Somewood系统(本帖最后会提供下载)
满足以上的条件的同学继续看下文,没有以上1.2两点的可以闪人了。
首先,我们要做的就是格式化u盘。因为somewood是基于linux,所以u盘必须要格式化成EXT格式。我们需要一个u盘格式化工具,就是PM。(本帖最后提供下载) 首先,把u盘插到电脑上,打开pm工具,找到自己的u盘,右键选择“格式化分区”
[attach]284134[/attach]
然后我们选择liunx Ext3,卷标输入“somewood” [attach]284135[/attach]
好了,之后我们点击PM软件左上角的绿色的勾,应用操作就行了。等待格式化磁盘。
[attach]284136[/attach]
完成之后我们把u盘插入TT的路由上。打开谷歌浏览器进入路由进行一些操作。
我们进如自己的TT路由,找到“USB应用”-“USB设置”在里面设置一下。如下图所示设置。
[attach]284137[/attach]
然后看下是不是挂上u盘了。
[attach]284138[/attach]
看见了吧,已经挂载了。好的 我们继续。。。。 在路由的‘基本设置’-‘名称设置’中改下路由标示。
[attach]284139[/attach]
下面就是设置文件共享了。我们在”USB应用”-“文件共享”中启用samba协议。按下图设置。 我们需要在“网络共享列表”中新建一个共享。直接在下面输入就行了。共享名输入“nas”目录输入“/”描述输入“nas”访问权限选择“读/写”最后点击下面的“新增”然后 保存设置就行了。
[attach]284140[/attach]
以上设置要注意一下,每设置一次都要点击下面的“保存设置”才可以。好了,准备工作做完了,我们开始安装somewood吧。首先下载我的somewood系统就是名称为jffs.tar.gz的文件 下载完成,我们开始安装。打开桌面的“网络”(XP中是“网络邻居”)会看见一个名为“NAS”的共享。
[attach]284194[/attach]
[attach]284163[/attach]
我们打开它。(如果没有看见,不要急。在地址栏输入“\\nas”回车即可) 进入somewood文件夹,把jffs.tar.gz复制到这里。 目录是\\Nas\somewood(复制到这个目录)
[attach]284141[/attach]
打开cmd 用telnet登录路由。Win7系统需要勾选一下这个功能(开始 - 控制面板 - 卸载程序 - 打开或者关闭windows功能)
[attach]284142[/attach]
打开CMD输入 telnet 192.168.1.1 ,输入路由默认的账号和密码进入、
[attach]284143[/attach]
输入命令 cd /mnt/somewood 回车输入命令 ls 回车输入命令tar zxvf jffs.tar.gz 回车
[attach]284144[/attach]
好了正在解压文件,解压时间较长,请耐心等待。
[attach]284145[/attach]
好了 解压完毕。
[attach]284146[/attach]
再一次进路由设置一下访问端口。改为88或者其他都行不是80就行。保存设置后,重新进入路由。
[attach]284147[/attach]
好了, 我们再一次打开cmd telnet登陆我们的路上(方法同上,不多说了) 输入命令:mount --bind/mnt/somewood/jffs /jffs回车输入命令:mount --bind /jffs/opt /opt回车输入命令:swapon /mnt/somewood/jffs/opt/swapfile回车输入命令:/opt/etc/init.d/www.sh回车
[attach]284148[/attach]
OK! 在输入命令:
- iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 80 -j ACCEPT
- iptables -I OUTPUT -p tcp --dport 80 -j ACCEPT
- iptables -I OUTPUT -p udp --dport 80 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 88 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 88 -j ACCEPT
- iptables -I OUTPUT -p tcp --dport 88 -j ACCEPT
- iptables -I OUTPUT -p udp --dport 88 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 3333 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 3333 -j ACCEPT
- iptables -I OUTPUT -p tcp --dport 3333 -j ACCEPT
- iptables -I OUTPUT -p udp --dport 3333 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 4444 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 4444 -j ACCEPT
- iptables -I OUTPUT -p tcp --dport 4444 -j ACCEPT
- iptables -I OUTPUT -p udp --dport 4444 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 12000 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 8080 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 4711 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 8888 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 9091 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 7070 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 548 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 51515 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 21 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 22 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 23 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 54662 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 54662 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 4665 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 4665 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 4672 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 4672 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 6885 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 6885 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 51777:51780 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 51777:51780 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 51431 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 51431 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 4662 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 6800 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 88 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT
- iptables -I INPUT -p udp --dport 51413 -j ACCEPT
- iptables -I INPUT -p tcp --dport 51413 -j ACCEPT
- iptables -I OUTPUT -p udp --dport 51413 -j ACCEPT
- iptables -I OUTPUT -p tcp --dport 51413 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 57662 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 57662 -j ACCEPT
- iptables -I OUTPUT -p tcp --dport 57662 -j ACCEPT
- iptables -I OUTPUT -p udp --dport 57662 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 5566 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 5566 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 1723 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 1723 -j ACCEPT
- iptables -I OUTPUT -p udp --dport 1723 -j ACCEPT
- iptables -I OUTPUT -p tcp --dport 1723 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 3389 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 3389 -j ACCEPT
- iptables -I OUTPUT -p udp --dport 3389 -j ACCEPT
- iptables -I OUTPUT -p tcp --dport 3389 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 9988 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 9988 -j ACCEPT
- iptables -I OUTPUT -p tcp --dport 9988 -j ACCEPT
- iptables -I OUTPUT -p udp --dport 9988 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 80 -j ACCEPT
- iptables -I OUTPUT -p tcp --dport 80 -j ACCEPT
- iptables -I OUTPUT -p udp --dport 80 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 88 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 88 -j ACCEPT
- iptables -I OUTPUT -p tcp --dport 88 -j ACCEPT
- iptables -I OUTPUT -p udp --dport 88 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 3333 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 3333 -j ACCEPT
- iptables -I OUTPUT -p tcp --dport 3333 -j ACCEPT
- iptables -I OUTPUT -p udp --dport 3333 -j ACCEPT
- iptables -I INPUT 1 -p tcp --dport 4444 -j ACCEPT
- iptables -I INPUT 1 -p udp --dport 4444 -j ACCEPT
- iptables -I OUTPUT -p tcp --dport 4444 -j ACCEPT
- iptables -I OUTPUT -p udp --dport 4444 -j ACCEPT
复制代码
回车等待,,,很快。
[attach]284149[/attach]
OK 我们打开路由界面,再“系统设置”—“脚本设置”中把刚刚的脚本粘贴到“防火墙”中和“当wan联机”中,两个都要添加。复制粘贴就行了,右键选择“粘贴为纯文本”
[attach]284150[/attach]
保存设置!Ok 最后一步:添加挂在USB脚本。
- mount --bind /mnt/somewood/jffs /jffs
- mount --bind /jffs/opt /opt
- sleep 2
- swapon /mnt/somewood/jffs/opt/swapfile
- sleep 3
- /opt/etc/init.d/www.sh
复制代码
复制到“挂载后运行脚本”框中。保存设置。
[attach]284151[/attach]
一起完毕了。我们去看看能不能进入somewood把 呵呵 打开浏览器输入 nas 就行了 默认用户名:somewood密码:pass
[attach]284152[/attach]
[attach]284153[/attach]
好了。安装完毕。激动吧 ,先去看看里面的功能吧。
|