找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 16363|回复: 30

DD-WRT脱机下载软件全部更新——大量的图片—-更新视频教程—-基于zmyheart的包

[复制链接]
本帖最后由 xulouliu 于 2010-7-8 07:21 编辑

本来想编辑到我的上个帖子二级路由脱机下载的,现在无法编辑了
https://www.right.com.cn/forum/thread-35773-1-1.html

下面软件用的用户名一般是root,密码一般是admin

现在GHOST还不支持EXT2整盘GHOST过来就成EXT2了!
如果你不想整盘GHOST也可以,只GHO个系统软件分区,然后把MMC下的文件夹复制到第二分区
视频教程地址:http://www.rayfile.com/files/ca2 ... -b1c9-0015c55db73d/
                     http://www.box.net/shared/7pzqfmg6cr
教程+GHOST+工具包  http://www.rayfile.com/zh-cn/fil ... -9ac3-0015c55db73d/

lighttpd建立的下载                http://xulouliu.3322.org:8081/BT/
thttpd建立的下载                 http://xulouliu.3322.org:8082/BT/

MMC  分区

SAMBA大家需要把地址修改为192.168.1.1,就下面这一行
interfaces = 192.168.2.1/24

启动命令,如果你不想要他启动,可以在启动命令前加#
umount /jffs
umount /mnt
mount /dev/scsi/host0/bus0/target0/lun0/part1 /jffs -t ext2
mount /dev/scsi/host0/bus0/target0/lun0/part2 /mmc -t ext3
mount /dev/mtdblock/4 /mnt
mount -o bind /jffs/opt /opt
/opt/etc/init.d/S08samba restart
/opt/etc/init.d/S58proftpd restart
/opt/etc/init.d/S80thttpd restart
/opt/etc/init.d/S80lighttpd restart
rm /mmc/rTorrent/.session/rtorrent.lock
sleep 3
/opt/bin/transmission-daemon -g /jffs/opt/data/torrents/.config/transmission-daemon
/opt/bin/screen -d -m /opt/bin/rtorrent -n -o import=/opt/root/.rtorrent.rc
/opt/etc/init.d/S57amuled restart
/opt/etc/init.d/S97mlnet
/opt/etc/init.d/K70mysqld start

端口部分,我自己是把防火墙关了,没有添加,已经分类过了!
而且我是二级路由下载,我把端口隐射添加在Tomato里


FTP
iptables -I INPUT -p tcp --dport 21 -j ACCEPT
iptables -I INPUT -p udp --dport 21 -j ACCEPT

SSH
iptables -I INPUT -p tcp --dport 22 -j ACCEPT
iptables -I INPUT -p udp --dport 22 -j ACCEPT

Telnet
iptables -I INPUT -p tcp --dport 23 -j ACCEPT
iptables -I INPUT -p udp --dport 23 -j ACCEPT

WRT600N-WEB
iptables -I INPUT -p tcp --dport 8080 -j ACCEPT
iptables -I INPUT -p udp --dport 8080 -j ACCEPT

thttpd
iptables -I INPUT -p tcp --dport 8081 -j ACCEPT
iptables -I INPUT -p udp --dport 8081 -j ACCEPT

lighttpd
iptables -I INPUT -p tcp --dport 8082 -j ACCEPT
iptables -I INPUT -p udp --dport 8082 -j ACCEPT

MLDonkey
iptables -I INPUT -p tcp --dport 6881 -j ACCEPT
iptables -I INPUT -p udp --dport 6881 -j ACCEPT
iptables -I INPUT -p tcp --dport 6882 -j ACCEPT
iptables -I INPUT -p udp --dport 6882 -j ACCEPT
iptables -I INPUT -p tcp --dport 4001 -j ACCEPT
iptables -I INPUT -p udp --dport 4001 -j ACCEPT
iptables -I INPUT -p tcp --dport 4080 -j ACCEPT
iptables -I INPUT -p udp --dport 4080 -j ACCEPT
iptables -I INPUT -p tcp --dport 4000 -j ACCEPT
iptables -I INPUT -p udp --dport 4000 -j ACCEPT
iptables -I INPUT -p tcp --dport 5761 -j ACCEPT
iptables -I INPUT -p udp --dport 5761 -j ACCEPT
iptables -I INPUT -p tcp --dport 5765 -j ACCEPT
iptables -I INPUT -p udp --dport 5765 -j ACCEPT
iptables -I INPUT -p tcp --dport 19700 -j ACCEPT
iptables -I INPUT -p udp --dport 19700 -j ACCEPT
iptables -I INPUT -p tcp --dport 11259 -j ACCEPT
iptables -I INPUT -p udp --dport 11259 -j ACCEPT

Transmission
iptables -I INPUT -p tcp --dport 6002 -j ACCEPT
iptables -I INPUT -p udp --dport 6002 -j ACCEPT
iptables -I INPUT -p tcp --dport 9091 -j ACCEPT
iptables -I INPUT -p udp --dport 9091 -j ACCEPT

aMuled
iptables -I INPUT -p tcp --dport 4662 -j ACCEPT
iptables -I INPUT -p udp --dport 4662 -j ACCEPT
iptables -I INPUT -p tcp --dport 4665 -j ACCEPT
iptables -I INPUT -p udp --dport 4665 -j ACCEPT
iptables -I INPUT -p tcp --dport 4672 -j ACCEPT
iptables -I INPUT -p udp --dport 4672 -j ACCEPT

rTorrent
iptables -I INPUT -p tcp --dport 6778 -j ACCEPT
iptables -I INPUT -p udp --dport 6778 -j ACCEPT
iptables -I INPUT -p tcp --dport 5000 -j ACCEPT
iptables -I INPUT -p udp --dport 5000 -j ACCEPT
iptables -I INPUT -p tcp --dport 6890-6999 -j ACCEPT
iptables -I INPUT -p udp --dport 6890-6999 -j ACCEPT






















本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×

评分

参与人数 1恩山币 +1 收起 理由
asroc*** + 1 楼主人不错

查看全部评分

我的恩山、我的无线 The best wifi forum is right here.
顶一下.
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

你好,有没有使用方法?新人看得不是太懂
dd的那个optware不能编译,地址连不上,用这个试试
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

支持楼主
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本帖最后由 asrock2006 于 2010-6-25 09:09 编辑

支持楼主 但请教个问题 我用软件分区GHOST       EXT2               包恢复到c然后自己在d建个mmc目录应该可以正常使用吧另外这个包是dd还是tt 谢谢
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

现在只期待能下FTP的软件了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

传到115好一点吧
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
7# ikangta
U115我传不上去,权限不够!
如果你可以,帮忙传上去,谢谢
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
3# asimo
改天做个视频教程放上去,好吗?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

楼主的包这个是给4M版做的吧 8M版的不需要命令加载硬盘 只需后面mount opt就行
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

什么都好 GHOST  250G硬盘让我很无语,等的天荒地老
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

进电驴的密码是多少?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
12# xjlpcy
电驴没有密码啊
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

好东西啊,顶下一
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

再做个DualWAN 的吧
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-29 01:03

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表