jsllb1986 发表于 2014-9-3 11:27:55

N66U梅林固件在entware上安装Transmission

本帖最后由 jsllb1986 于 2014-9-4 09:59 编辑

简单说下步骤:
1、格式化U盘
2、进入华硕固件的WEB GUI页面,开启jffs空间。注意要二步操作,首先Enable JFFS partition,应用;然后再Format JFFS partition at next boot选是,应用,重启路由。
3、telnet 192.168.1.1安装entwareentware-setup.sh4、安装完entware,一步步输入以下命令opkg install nano
opkg install transmission-daemon
opkg install transmission-web
mkdir /mnt/sda1/Torrent/
mkdir /mnt/sda1/Torrent/Incomplete
mkdir /mnt/sda1/Torrent/Watch
mkdir /mnt/sda1/Torrent/Completed
/opt/etc/init.d/S88transmission stop
nano -w /opt/etc/transmission/settings.json5、按光标找到"download-dir":"incomplete-dir":"watch-dir":三个开头的,修改后面的路径。修改完后,按ctrl+x退出,y保存,回车
"download-dir": "/mnt/sda1/Torrent/Completed",
"incomplete-dir": "/mnt/sda1/Torrent/Incomplete",
"watch-dir": "/mnt/sda1/Torrent/Watch",6、nano -w /jffs/scripts/firewall-start加入以下语句。按ctrl+x退出,y保存,回车
#!/bin/sh
iptables -I INPUT -p tcp --destination-port 51413 -j ACCEPT
iptables -I INPUT -p udp --destination-port 51413 -j ACCEPT
chmod a+rx /jffs/scripts/firewall-start7、/jffs/scripts/firewall-start
/opt/etc/init.d/S88transmission start8、http://192.168.1.1:9091/transmission




涵哥 发表于 2014-9-3 18:08:40

看着不错,有机会实践一下

Master 发表于 2014-9-4 00:24:39

Note that Entware is only available on the MIPS-based routers. This means the RT-AC56U and RT-AC68U are not supported.

Dr.Antenna 发表于 2014-9-4 08:32:25

Download Master 不是也有transmission吗?

free 发表于 2014-9-4 14:19:54

看来这个仅支持MIPS平台啊。

迪安 发表于 2014-9-5 14:06:59

Dr.Antenna 发表于 2014-9-4 08:32
Download Master 不是也有transmission吗?

Download Master中使用的Transmission,好像没有使用原始的配置档。

k845103562 发表于 2014-9-6 19:30:29

ac56u可以这样搞吗

Sprite 发表于 2014-9-6 21:49:08

k845103562 发表于 2014-9-6 19:30
ac56u可以这样搞吗

RT-AC56U 是ARM平台的,看起来是不行滴

hnqslg 发表于 2020-12-26 16:00:45

收藏学习了。
页: [1]
查看完整版本: N66U梅林固件在entware上安装Transmission