主要資料來源:
內容由各網友提供
南瓜hk 發表於 2010-9-16 09:11


TL-WR941都很多人用, ching會否做另一個有關941的教學, 尤其是它變磚後的補救方法.

TOP

本帖最後由 南瓜hk 於 2011-1-14 00:31 編輯

TP-Link TL-WR1043ND 安裝Optware (Transmission-daemon) 不經電腦BT

1. Formatting and Partitioning USB Storage for DD-WRT (http://www.dd-wrt.com/wiki/index ... rnal_Storage_Device)

2. mount your /dev with your router by executing the following Start-up command

sleep 10 && mount /dev/scsi/host0/bus0/target0/lun0/part1 /opt
sleep 10 && mount /dev/scsi/host0/bus0/target0/lun0/part3 /jffs
sleep 10 && mount /dev/scsi/host0/bus0/target0/lun0/part4 /mnt

3. Download lib.tar (OpenWRT build), un-tar and copy to /jffs/lib
You can refer to http://rapidshare.com/files/427159733/lib.tar
(以上網址已更新)

4. Execute commands (via telnet / ssh)
export LD_LIBRARY_PATH=/jffs/lib:/jffs/usr/lib:/jffs/usr/local/lib
wget http://downloads.openwrt.org/sna ... kg_576-1_ar71xx.ipk
以上檔名已經由513更新為576
ipkg install opkg_576-1_ar71xx.ipk

5. Edit (vi) /jffs/etc/opkg.conf with
src/gz snapshots http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/
dest root /jffs
dest ram /tmp
lists_dir ext /tmp/var/opkg-lists

6. Upadate the package list by
opkg update -f /jffs/etc/opkg.conf

7. So you can install the optware via
optware install <package name> -f /jffs/etc/opkg.conf

8. My example to install transmission-daemon
optware install transmission-daemon -f /jffs/etc/opkg.conf

Some problem was that whenever you want to install optware package after reboot, you're required to set the LD_LIBRARY_PATH to the above path again. Still don't know how to solve.

鳴謝: 以上資料由 fkylai 提供

TOP

本帖最後由 南瓜hk 於 2010-9-22 09:01 編輯

和記 100M 用戶想用 TP-LIINK X DD-WRT       
1021#

1. Setup > Basic > WAN Setup > WAN Connection Type > Connection Type Automatic Configuration - DHCP
2. Host = hgcbroadband.com

[教學] HGC 100M DHCP setting分享

HGC 100MB
DT460 modem
DD-WRT firmware
我本來都唔可以用到hgc個dhcp, 一定要自己set static ip,但做左以下setting就可以用到dhcp, 希望可以幫到大家

係setup個page
"Basic setup"
connection type "DHCP"
STP "enable"
type "hgcbroadband.com" next to host name and domain name.
MTU "manual" "1492"

"MAC Address Clone"
MAC Clone "disable"

added "iptables -I INPUT -p udp --dport 68 -j ACCEPT" into the iptables
(need telnet or ssh into the router and set it)

TOP

本帖最後由 南瓜hk 於 2010-9-27 23:50 編輯

TP-Link TL-WR1043ND 原來仲可以用埋3G手指來做3G Router

Flash 做r13972,無驚無險好易做到,o係setup度見到WAN setup Connection type有3G/UMTS揀,插隻3G USB入去試下,set埋個Dial string同APN,然後去Status->WAN度按Connect,o華,真係Connected!

請注意唔同牌子3G手指可能不能成功

TOP

thx .......

TOP

可唔可以講講點裝samba server?

TOP

非常實用......繼續努力 ...thanks

TOP

可唔可以講下USB 點用-0-' 我研究左好多...都唔知~THX!

TOP

本帖最後由 chinwah 於 2010-10-9 20:40 編輯

Multi WLAN 我建議跟下面呢個PAGE去SET,簡單好多倍, 完全成功
我個 ath0.1 set左做 wep,方便俾番部nds用
再加埋句 firewall rule,
iptables -I FORWARD -i br1 -o br0 -m state --state NEW -j DROP
就可以令到 br1去唔到 br0
就算有人真係玩野hack左估wep,都頂多只可以出到街
另外,我都set埋Wireless MAC Filter 喺 wep 嗰邊

http://www.dd-wrt.com/wiki/index.php/Multiple_WLANs#GUI_Method

(留意一項就係 The Atheros VAP interface will be named ath0.1 instead of wl0.1 so just substitute this name in the instructions.  即係圖如果叫你揀 wl0.1時, 你揀 ath0.1 就ok了)

TOP

本帖最後由 南瓜hk 於 2010-9-28 21:35 編輯

安裝PPTP後仍不能去某些網頁

這是因為你的國內電腦內,還是使用那些國內的 DNS。
例如 Facebook 和 生果日報,  國內的 DNS 當然拒絕翻譯成為 IP 地址。

只要你把國內電腦內的 TCP/IP 內 Properties 內的 Primary & Secondary DNS國外的 DNS 就可以解決問題。
例如:- 美國 Google 的 8.8.8.8   8.8.4.4 就是那些不受國內控制的 DNS。

不能連接 PPTP Server
檢查 Port 1723
http://www.yougetsignal.com/tools/open-ports/

TOP