Board logo

標題: [教學] TP-Link TL-WR1043ND X DD-WRT 教學,希望幫到大家 [打印本頁]

作者: 南瓜hk    時間: 2010-9-16 09:11     標題: TP-Link TL-WR1043ND X DD-WRT 教學,希望幫到大家

本帖最後由 南瓜hk 於 2011-4-15 21:35 編輯

為方便各網友將 TP-LINK TL-WR1043ND 安裝 DD-WRT,
現將大家經常遇到的問題收集供大家參考,如有貼錯或錯漏請指正

主要資料來源: TP-Link TL-WR1043ND DD-WRT Firmware released!
內容由各網友提供,歡迎大家提供更多有用資料以便整理,謝謝

安裝 DD-WRT 方法

Hard reset or 30/30/30 方法

無線網絡設定方法 / Wireless Setting

MULTI WLAN 設定方法

網絡設定

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

TP-LINK 1043ND 無腦BT

用DD-WRT BT慢

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

設定PPTP VPN SERVER

檢查 PPTP VPN

SETUP PRINTER SERVER 方法

Setup FTP Server 方法

安裝 OPEN- WRT 方法

還原 TP-INK 原裝 Firmware方法

IPHONE 4 只行到65M問題


其他資料:
【香港一人一VPN Server】—— 4291# DD-WRT OpenVPN Multi Certs 教学
作者: 南瓜hk    時間: 2010-9-16 09:33

本帖最後由 南瓜hk 於 2010-12-3 18:57 編輯

安裝 DD-WRT 方法

一. 在 DD-WRT 找到最合適的型號和版本, 位置如下 (部份版本可能有問題, 可以留意網上其他用戶的意見):
      http://www.dd-wrt.com/site/suppo ... inSlayer-V24-preSP2
      2010/09/26 r15279
      2010/10/26 最新版本 r15506
      2010/10/24 有網友試過的較佳版本
      穩定版本 r14896
      近期各版本參考資料

二. 下載 factory-to-ddwrt.bin 版本
三. 用PC連接好ROUTER, PC用DHCP, 自動取得 192.168.1.X
四. 開啟IE,在網址列輸入192.168.1.1進入ROUTER設定版面
五. 進入Upgrade Firmware然後等大約5分鐘就完成
六. REBOOT
如發現運作不太正常, 可以先進行 Hardreset 然後再觀察情況
作者: 南瓜hk    時間: 2010-9-16 09:39

本帖最後由 南瓜hk 於 2010-9-16 10:43 編輯

Hard reset or 30/30/30 方法:

如有任何不正常現象可以先試 Hard Reset

開著router
hold 住 reset掣 約30秒
唔好放手,抆電,繼續hold住reset掣 約30秒
唔好放手,插電,繼續hold 住reset 掣 約30秒

之後就可以放手,咁會完全reset左 dd-wrt所有setting
http://www.dd-wrt.com/wiki/index.php/Hard_reset_or_30/30/30

===============================================================
From DD-WRT Wiki
Jump to: navigation, search

DO NOT attempt to reset or power cycle the router while it is still in the process of upgrading!
Wait a couple of minutes after upgrade is complete and the router has rebooted itself.

Hard Reset (aka 30/30/30 reset):
The following procedure will clear out the NVRAM and set dd-wrt back to default values:

Erasing NVRAM:
As an alternative method, it is possible to restore DD-WRT to default settings without using the reset button (useful if you're locked out of the web interface or the reset button is disabled, broken, etc. or if your router just refuses to reset using 30/30/30).
[CAUTION] - On some devices, resetting NVRAM in this fashion may cause more problems than it solves. For example, Asus WL-500g and the Motorola WR850G bootloader will not recreate default values and will not boot properly after being reset. If you do this on a Siemens SE505 V1, your router will not be accessible to you anymore! You will have to reflash it with the stock firmware on IP address 192.168.1.1 (NOT 192.168.2.1 as the installation procedure says!!)
The following requires that DD-WRT already be installed on your router, and Telnet (or SSH) services be enabled and accessible.
Telnet (or SSH) into 192.168.1.1
Issue commands:
erase nvram
reboot
or
mtd -r erase nvram
All should be in default settings now.

Default password
After resetting DD-WRT, you need to login with the user name "root" and password "admin".
作者: 南瓜hk    時間: 2010-9-16 09:51

本帖最後由 南瓜hk 於 2010-10-4 17:21 編輯

無線網絡設定方法 / Wireless Setting

331#
問: 如何用QSS 按鍵開關 WIFI答: Services-> Services

SES / AOSS / EZ-SETUP / WPS Button
Use this button for turning off radio                           Enable    Disable

===========================================================
Wireless 速度
855#
無線模式 AP
無線網路模式 NG-MIXED
頻道寬度  40MHZ
無線頻道  AUTO
寬頻道  UPPER

加密模式 WPA2 PERSONAL
WPA演算法 AES

374#

Wireless setting 方面,自己試 setting 試到的,速度跟原廠 firmware 差別不大

tx power : 24dbm
antenna gain : 5 db
(wireless 的 power 設定,自己設成適合自己的。留意 24dbm ~ 250mW)

wireless mode : NG mixed
Channel width : Turbo (40MHz)
(以上兩行的 setting 可令 n 行返 300Mbps)

Channel : Auto
Control channel : lower <~ 選 lower 可選 channel 5-11, upper 只可選 4。當然有多點 channel 選好點

369#
http://www.dd-wrt.com/wiki/index.php/Wireless-N_Configuration

"You MUST use WPA2 authentication with AES encryption only, or use no security at all if you wish to achieve N rates. Anything else is against the N spec and typically results in the client falling back to G rates. "

===========================================================
問:如何設定自動定時開關WIFI?
答: a) create 2 script sand save in jffs
1, wifi-on.sh
ifconfig ath0 up
iwconfig ath0 txpower 17dBm
2, wifi-off.sh
ifconfig ath0 down
iwconfig ath0 txpower off

答: b)
save cron job under administration
#min hr day dom dow user command
0 19 * * 1-5 root /jffs/etc/wifi-on.sh
0 2 * * 1-5 root /jffs/etc/wifi-off.sh
0 10 * * 6 root /jffs/etc/wifi-on.sh
0 2 * * 0 root /jffs/etc/wifi-off.sh
0 10 * * 0 root /jffs/etc/wifi-on.sh

問:請問DD-WRT有沒有Multi-SSID?

答: 有!  用Virtual Wireless Interface設置, 可參考以下條link:
http://www.pennock.nl/dd-wrt/Multiple_BSSIDs.html

Multi WLAN 設定方法
作者: 南瓜hk    時間: 2010-9-16 09:54

本帖最後由 南瓜hk 於 2010-10-4 17:34 編輯

網絡設定

如何解決 BT 的速度問題?
426#
if BT speed is the main concern, change :

IP Filter Settings (adjust these for P2P)
Maximum Ports 8192
TCP Timeout (in seconds) 300 (can as low as 120 sec)
UDP Timeout (in seconds) 120

Enable UPNP if you don't have port forwarding configured

Monitor session table in "status" tab

Network
IP Filter Maximum Ports
8192
Active IP Connections
2%
182   <------- if it is over 8192, configure your BT client to reduce con-current session.

如何關閉外部進入 ROUTER 的管理版面?
418#
問: Administration -> Router Management

Remote Access -> Web GUI Management
設定為 Disable , 但係我依然可以用 wan 個ip 入去web gui management 畫面
其他人可唔可以幫手試o下,係咪明明disable左,但係都可以用external ip入

419#
答: Router Management ->Web Access->Enable Info Site

設定 seccsion
Session 全睇個firmware 同hardware 食唔食到
4096係個Web-GUI 個limit, 如果想大過 4096 你可以用telnet 入去改

nvram set ip_conntrack_max=20480
nvram commit
reboot

set 做20480, 其實10000都用唔晒~

檢查 PORT 是否開放
http://www.yougetsignal.com/tools/open-ports/

470#
試緊用佢做SIP server, 打電話音質唔錯.
下一步就會學習Asterisk sever,聽聞可以用router來行. 現在手頭上有一部ASUS WL500GP閒置中, 8MB rom, 32MB Ram, 如果成功就可以有超低功耗,低成本的voip系統
作者: 南瓜hk    時間: 2010-9-16 10:11

本帖最後由 南瓜hk 於 2010-12-3 18:55 編輯

Setup FTP Server

從 INTERNET 進入 FTP

參考資料
http://www.hkepc.com/forum/redir ... 88&pid=24046073
作者: 南瓜hk    時間: 2010-9-16 10:15

本帖最後由 南瓜hk 於 2010-9-26 19:11 編輯

網絡設定

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

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

如何解決 BT 的速度問題?
426#
if BT speed is the main concern, change :

IP Filter Settings (adjust these for P2P)
Maximum Ports 8192
TCP Timeout (in seconds) 300 (can as low as 120 sec)
UDP Timeout (in seconds) 120

Enable UPNP if you don't have port forwarding configured

Monitor session table in "status" tab

Network
IP Filter Maximum Ports
8192
Active IP Connections
2%
182   <------- if it is over 8192, configure your BT client to reduce con-current session.

如何關閉外部進入 ROUTER 的管理版面?
418#
問: Administration -> Router Management

Remote Access -> Web GUI Management
設定為 Disable , 但係我依然可以用 wan 個ip 入去web gui management 畫面
其他人可唔可以幫手試o下,係咪明明disable左,但係都可以用external ip入

419#
答: Router Management ->Web Access->Enable Info Site

470#
試緊用佢做SIP server, 打電話音質唔錯.
下一步就會學習Asterisk sever,聽聞可以用router來行. 現在手頭上有一部ASUS WL500GP閒置中, 8MB rom, 32MB Ram, 如果成功就可以有超低功耗,低成本的voip系統
作者: 南瓜hk    時間: 2010-9-16 10:16

本帖最後由 南瓜hk 於 2010-10-4 19:07 編輯

SETUP PRINTER SERVER 方法:
493#
注意: Printer Server 只可以 Share Printer, 如果多功能PRINTER 的 SCAN 功能不能 SHARE 到

Step 0: Use "Putty.exe" software, connect with router use SSH

Step 1: Enable JFFS
On the Administration>>>Management tab scroll down and click enable under jffs2 and disable on clean jffs. Apply Settings

Step 2: Enable SSH
Click the Services tab and click enable under secure shell. Apply Settings

Step 3: Enable USB Support
Click the Services tab and click usb enable everything except usb storage. Apply Settings

Step 4: SSH into the router and enter the following.
cd /jffs
wget http://downloads.openwrt.org/sna ... _0.93-2_atheros.ipk
ipkg install p910nd_0.93-2_atheros.ipk
rm p910nd_0.93-2_atheros.ipk

Step 5: Launch p910nd on startup
In the web interface, click tab administration tab then click commands. Enter the following code and click "save startup".
/jffs/usr/sbin/p910nd -b -f /dev/usb/lp0 0
/bin/mkdir -m 755 -p /dev/usb
/bin/mknod -m 660 /dev/usb/lp0 c 180 0

Step 6: Connecting to the Print server on windows computers.

44#
Add a new printer, choose Local Printer. Choose Create a new Standard TCP/IP Port. Set the IP address to the IP of the router. (192.168.1.1 by default) Protocol should be RAW, Port number 9100. Install the correct drivers for the printer.
作者: 南瓜hk    時間: 2010-9-16 10:25

本帖最後由 南瓜hk 於 2010-9-16 10:41 編輯

安裝 OPEN- WRT 方法
http://wiki.openwrt.org/toh/tp-link/tl-wr1043nd

Open-WRT
  最好是有serial, 或是有recovery mode, 如果有JTAG 就最好, 因為一有差錯, 真的要用上以些那些方法. 另外最好對*nix 有一點觀念.
你可以先用一個basic, precompile  的OpenWRT, 再用opkg install 你想要的, 前題還是最好有serial/recovery mode, 否則一brick 就救不回來, 特別是flash firmware 時

347#
1.        從網上獲知, TP-LINK 1043ND 原裝firmware 有兩個section 如下 :

0x00000 -> 0x20200 = Header + Uboot
0x20200 -> 0x7E01FF = Header + Firmware

2.        如果用 DD for Windows v0.5 去除原裝firmware 內的 first 0x20200 bytes, 便應可以去除 “Header + Uboot”, Command line 如下 :

DD if= wr1043nv1_en_3_9_17_up_boot(091118).bin of=without_header_uboot.bin skip=257 bs=512

Remark : wr1043nv1_en_3_9_17_up_boot(091118).bin =原裝firmware

http://www.chrysocome.net/downloads/dd-0.5.zip

3. 之後用 windows XP 的 tftp client 將without_header_uboot.bin Flash 去 TP-LINK 1043ND, procedure 跟command line 如下 :

Windows 2000/XP TFTP Client short Instructions :

- Open two command windows (Start-Run-Enter "cmd")

- In one window, type "ping -t -w 10 192.168.1.1" and press enter. 192.168.1.1 is the router IP.

- Ping will continuously try to contact the wrt with 10 ms timeout instead of default 4000 ms. Keep this running

- In the other window, prepare the tftp command "tftp -i 192.168.1.1 PUT without_header_uboot.bin". Do not press enter yet!

- Now you may plug in the router (unplug it first if it was plugged).

- In the ping window it will start saying "Hardware Error"

- Return to the tftp window. As soon as the ping window starts to answer again, press enter in the tftp window.

- The image should now be flashed without multiple tries.

- If ping starts with "Hardware Error", then starts to answer, and then returns to "Hardware Error" again for a short moment, you waited too long.

其他資訊:
http://wiki.openwrt.org/toh/tp-link/tl-wr1043nd?s=tplink
http://www.pczone.com.tw/vbb3/thread/29/150684/
作者: 南瓜hk    時間: 2010-9-16 10:31

本帖最後由 南瓜hk 於 2010-9-17 11:12 編輯

還原 TP-INK 原廠 Firmware方法

方法一
抄個file去usb手指,然後mount usb.
ssh / telnet入去router, 用以下 command.
login名: root
password: 你設定的router密碼

"mtd -e linux -r write /mnt/{file_name} linux"
打之前要check清楚夠唔夠ram, 我試既時候有10MB.
打完command等幾分鐘,ssh / telnet 斷線後就可以登入192.168.1.1

方法二
先在dd-wrt的firmware內, enable USB function, 並enable FAT system file及 auto mount
然後於telent至dd-wrt內
login名: root
password: 你設定的router密碼

然後執行以下指令
cd /tmp
mtd -e linux -r write /mnt/ yourname.bin linux
請自行更改yourname為你的bin檔名稱

方法三
1.先進入192.168.1.1
2.進入伺服器頁面
3.Usb
4.將全部啟用
5.等待Restart Router後
6.下載原廠firmware,並解壓後放到usb,將usb插到router後面
7.按一下你電腦的開始>執行>輸入"Cmd"
8.在cmd輸入telnet 192.168.1.1
9.輸入root,按一下enter,再輸入你router設定的密碼,再按一下enter
10.輸入cd /tmp
11.輸入mtd -e linux -r write /mnt/tplink.bin(原廠firmware file名) linux
12.等待幾分鐘自動重新啟動後即可成功還原

你之前flash 完dd-wrt有無做30/30/30?如果絛做,試下做左會唔會好d?

方法四
參考以下網址
http://www.dd-wrt.com/phpBB2/viewtopic.php?p=421483#421483

跟住照做.  我第2個step 用  dd if=orig.bin of=tplink.bin skip=257 bs=512

我成功轉返tplink firmware

404#
http://www.hkepc.com/forum/viewt ... page=41#pid22721483

448#

方法五
大家如果想用我介紹既方法flash tplink firmware 而唔想自己改Header,可以下載以下file。我用TL-WR1043ND_V1_091118 之後用 dd command 將Header 改。

用之前請睇清楚步驟,由其Free Memory。

http://depositfiles.com/en/files/orv90dbqt

Extract and copy it to a usb stick ,connect it to the router
用執行開telnet:// <routerip>,然後login id 用root,password用router set ge password。
enter this  mtd -e linux -r write /mnt/<firmwarefilename.bin> linux
Be aware the usb is detected.
Then the followings will be shown:
root@ router_name:/tmp# mtd -e linux -r write /mnt/0x20200.bin linux
Unlocking linux ...
Erasing linux ...
Writing from /mnt/0x20200.bin to linux ... [w], which the [w] will change between [w] and [e]
After few mins, the follow is shown:
Connection to host lost.
After these steps, the router will be flashed back to factory firmware.
作者: SAGAQWE    時間: 2010-9-16 10:48

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


TL-WR941都很多人用, ching會否做另一個有關941的教學, 尤其是它變磚後的補救方法.
作者: 南瓜hk    時間: 2010-9-16 10:51

本帖最後由 南瓜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 提供
作者: 南瓜hk    時間: 2010-9-16 10:52

本帖最後由 南瓜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)
作者: 南瓜hk    時間: 2010-9-16 10:55

本帖最後由 南瓜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手指可能不能成功
作者: mkid    時間: 2010-9-16 22:36

thx .......
作者: wilson1668    時間: 2010-9-16 23:51

可唔可以講講點裝samba server?
作者: ijack2001    時間: 2010-9-17 00:41

非常實用......繼續努力 ...thanks
作者: terry8172002    時間: 2010-9-17 03:23

可唔可以講下USB 點用-0-' 我研究左好多...都唔知~THX!
作者: chinwah    時間: 2010-9-17 03:25

本帖最後由 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了)
作者: 南瓜hk    時間: 2010-9-17 09:56

本帖最後由 南瓜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/
作者: deltasscsu50    時間: 2010-9-20 14:18

如果有埋vpn 使用方法就好了!!!
作者: redust    時間: 2010-9-20 18:14

樓主加油! 溫熟教學先裝....
作者: chariot    時間: 2010-9-20 18:36

Good!!! 十卜.
作者: 火鳥人    時間: 2010-9-20 18:53

本來我都想幫手加 Fonera (Fon) 入 1043nd router 既 Hotspot度, 不過攪來攪去, 始終整唔惦個 mac key, 要令個 wireless ath1 mac key 變做 Fon 認可既 key, 冇 key generator 真係唔惦,  可能我唔識啦, 再加上而加都少左好多人玩 Fon,  整來都冇用  =.=
作者: ffff56666    時間: 2010-9-20 19:16

多謝ching做福人群
作者: trango    時間: 2010-9-20 19:41

Goodgood thanks
作者: rabi    時間: 2010-9-20 21:27

謝謝,資料對我有用,溫故知新下發現我未知的功能。
作者: 南瓜hk    時間: 2010-9-20 22:59

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

DD-WRT上網BT慢問題

1.
Download BitSpirit http://www.bitspirit.cc/en/getstable6.php, install 完,佢可以幫你patch埋個Tcpip既limit,我就set 咗去150. Reboot後已經冇咗上網慢既問題

2. 加大網絡連線
telnet入router, 行以下command:
nvram set ip_conntrack_max=65535
nvram commit
reboot
作者: Steven    時間: 2010-9-20 23:23

本帖最後由 Steven 於 2010-9-20 23:29 編輯

補充: 和記用戶使用DD-WRT推介的設定方法並唔係一定成功..
再補多個其他大大既方法:
http://www.hkepc.com/forum/viewthread.php?tid=1468306
作者: ah78hk    時間: 2010-9-21 00:15

十卜
作者: bigmike    時間: 2010-9-21 12:48

嘩!好詳細的教學啊!多謝!
作者: mason6646    時間: 2010-9-22 00:41

可唔可以DUAL WAN?
作者: 南瓜hk    時間: 2010-9-22 08:33

可唔可以DUAL WAN?
mason6646 發表於 2010-9-22 00:41


只有一個WAN PORT,
所以無得 DUAL
作者: patrickwong55    時間: 2010-9-25 09:21

師兄我有兩部TL-WR1043ND flash 咗 dd-wrt,有冇step-by-step setup wds, Thanks.....
作者: casperyuen    時間: 2010-9-25 09:50

好正的教學...PUSH...
作者: casperyuen    時間: 2010-9-25 09:50

好正的教學...PUSH...
(SORRY....多左頁....請樓主DEL...
作者: henry56156    時間: 2010-9-25 14:54

DD-WRT可唔可以SET每次連http://192.168.1.1/都要USER NAME AND PW??
THX!
作者: ericchak    時間: 2010-9-25 14:56

回復 37# henry56156


    yes, will check and let u know
作者: henry56156    時間: 2010-9-25 14:57

回復  henry56156


    yes, will check and let u know
ericchak 發表於 2010-9-25 14:56



    先多謝師兄!
作者: ericchak    時間: 2010-9-25 14:58

回復 37# henry56156

administration -

web access - check the info site password protection - enable.
作者: ericchak    時間: 2010-9-25 14:59

回復 37# henry56156

administration -

web access - check the info site password protection - enable.

    or disable info site
作者: 南瓜hk    時間: 2010-9-25 22:52

本帖最後由 南瓜hk 於 2010-9-25 23:02 編輯
師兄我有兩部TL-WR1043ND flash 咗 dd-wrt,有冇step-by-step setup wds, Thanks.....
patrickwong55 發表於 2010-9-25 09:21


無,要睇DD-WRT個西,請參考以下文章
http://www.dd-wrt.com/wiki/index.php/Linking_Routers#WDS
作者: kit132    時間: 2010-9-26 16:05

本帖最後由 kit132 於 2010-9-26 22:37 編輯

簡單設定 PPTP VPN SERVER

PPTP Server : Enable
Broadcast support : Enable
Force MPPE Encryption : Enable
Server IP : 0.0.0.0 (內部ip,基本上0.0.0.0就可以)
Client IP(s) : 192.168.1.XXX-XXX (外部ip連入VPN SERVER指派ip範圍)
CHAP-Secrets : username * password *
  1. 1234 * 5678 *
複製代碼
怕自己打錯既話,複製以上代碼之後修改就可以
1234系 username
* 5678 * 系密碼
~格式一定系          名 白 星 白 密 白 星
名=username
白=空白鍵
星=*
密=password
作者: poz_lover    時間: 2010-9-26 18:26

本帖最後由 poz_lover 於 2010-9-26 19:20 編輯

補完下先,關於printer server既
條link已經轉左,換以下條link
cd /jffs
wget http://downloads.openwrt.org/sna ... _0.93-2_atheros.ipk
ipkg install p910nd_0.93-2_atheros.ipk
rm p910nd_0.93-2_atheros.ipk

上網搵埋,仲有最後一步
Step 6: Connecting to the Print server on windows computers.

Add a new printer, choose Local Printer. Choose Create a new Standard TCP/IP Port. Set the IP address to the IP of the router. (192.168.1.1 by default) Protocol should be RAW, Port number 9100. Install the correct drivers for the printer.
作者: 南瓜hk    時間: 2010-9-26 19:13

回復 44# poz_lover

回復 43# kit132

多謝兩位提供
作者: kit132    時間: 2010-9-26 22:24

http://www.dd-wrt.com/site/suppo ... link_tl-wr1043nd%2F
09-26-10-r15279  is released
作者: deltasscsu50    時間: 2010-9-30 01:58

good ,,支持樓主,,我另外有小小setting 既野想問,,
點解我日日都會好準時咁斷線?一到零時零分個msn 就會cut 一cut.我睇番個dns 個log,,見倒佢係個個時間轉左ip同更新左..請問有冇計可以set 倒佢唔會cut 一cut?重有我想知邊度可以睇倒佢連線既log?以前我用3com router 個陣都有的...但呢排轉左1043 _dd-wrt 就睇唔倒log 同出現呢個問題...,.
作者: mrpure    時間: 2010-9-30 02:19

請問部router得1個usb port, 如果加個usb hub, 能否同時support ftp 及 print server 呢? thanks
作者: sumsumfish    時間: 2010-9-30 10:19

回復 48# mrpure

放心冇問題...我都係噤用 ftp + printer server, 唯一問題只係要留心供電是否足夠, 因為我自己唔想 usb hub又要用火牛, 所以用咗個 notebook HD.
作者: imken    時間: 2010-9-30 11:58

樓主整理的內容真係好勒~ 辛苦晒
作者: deltasscsu50    時間: 2010-9-30 18:06

good ,,支持樓主,,我另外有小小setting 既野想問,,
點解我日日都會好準時咁斷線?一到零時零分個msn 就會cut ...
deltasscsu50 發表於 2010-9-30 01:58

我睇番d setting ,,我好似開左個強制重連@0:00...呢家關左睇下會唔會冇事先
作者: kschanks    時間: 2010-9-30 23:44

printer server 成功用到, 但係我部一體式printer的scanner功能廢左, 全部電腦都用唔到, 有無方法解決?
作者: boysbehei    時間: 2010-10-1 11:51

已經出了 #15314 30/9/2010
http://www.dd-wrt.com/site/suppo ... inSlayer-V24-preSP2
作者: charles2047    時間: 2010-10-1 21:24

我想問用手機連PPTP VPN係咪同電腦唔同?
我用緊ddwrt 1043nd.
試過WM 同 IPHONE都唔成功...(用電腦連線係無任何問題咩網都上到)

無論我經gprs定係街外wifi連線佢都顯示無法建立至PPP伺服器的連線請我重新連線,
有時連到線最多只可以load 192.168.1.1 個setup page,
但load出街既網頁就load極都唔得,
真係唔知出左咩問題...
作者: chinwah    時間: 2010-10-1 23:59

回復 54# charles2047


iPhone 駁 VPN 肯定得,都係SET PPTP 啫,
只要街d network無block到 pptp o既port,我就連得返屋企,
我有時喺圖書館,都係用gov wifi經pptp駁番屋企睇股價

係喺學校block 左pptp,先連唔到返屋企vpn
作者: kit132    時間: 2010-10-2 20:05

r15334出左,,,歡迎巴打試用.

http://www.dd-wrt.com/site/suppo ... link_tl-wr1043nd%2F
作者: 321    時間: 2010-10-3 00:20

幾日內連出3個firmware,唔知系咪呢幾版的firmware有重大bug
作者: Steven    時間: 2010-10-3 20:43

想問下點可以令個wifi signal行到300Mbp?
作者: 南瓜hk    時間: 2010-10-4 17:18

本帖最後由 南瓜hk 於 2010-10-4 17:21 編輯
想問下點可以令個wifi signal行到300Mbp?
Steven 發表於 2010-10-3 20:43


tx power : 24dbm
antenna gain : 5 db
(wireless 的 power 設定,自己設成適合自己的。留意 24dbm ~ 250mW)

wireless mode : NG mixed
Channel width : Turbo (40MHz)
(以上兩行的 setting 可令 n 行返 300Mbps)

Channel : Auto
Control channel : lower <~ 選 lower 可選 channel 5-11, upper 只可選 4。當然有多點 channel 選好點
作者: joeman    時間: 2010-10-4 18:02

iphone4用1043ND@DD-WRT,只係行到65M,但部NETBOOK行到300M,大家有無咁既情況
作者: kit132    時間: 2010-10-5 17:30

回復 60# joeman

TX Rate 65M
RX Rate 65M
Signal  -39
Noise  -90
SNR 51  
Signal Quality 68%
作者: joeman    時間: 2010-10-6 00:53

回復 61# kit132 係呀,我都係咁架
作者: tgo    時間: 2010-10-6 11:50

Any brother tried multiple WLAN  with this router?

Thanks
作者: chinwah    時間: 2010-10-6 11:54

回復 63# tgo


我依家都間左2個WLan 出嚟啦,好好用
作者: tgo    時間: 2010-10-6 15:20

Hi chinwah Ching,
Can you check if 1043 support multiple bssid?

Thanks
TGO

回復  tgo


我依家都間左2個WLan 出嚟啦,好好用
chinwah 發表於 2010-10-6 11:54

作者: chinwah    時間: 2010-10-6 16:22

回復 65# tgo

每個 wireless service 都有自己的獨立的 mac address 的, 應該係BSSID 嚟
作者: pattonc    時間: 2010-10-6 20:11

值得收藏了...........
作者: tgo    時間: 2010-10-6 21:22

Thanks C Hing, that all I need to know before buying this router. Yes, it is BSSID.

TGO

回復  tgo

每個 wireless service 都有自己的獨立的 mac address 的, 應該係BSSID 嚟
chinwah 發表於 2010-10-6 16:22

作者: kit132    時間: 2010-10-6 21:23

r15362出黎啦-,-連續兩個禮拜 出4個firmware
http://www.dd-wrt.com/site/suppo ... link_tl-wr1043nd%2F
作者: chinwah    時間: 2010-10-6 23:30

回復 68# tgo

就好似圖片咁
[attach]1089260[/attach]
作者: deltasscsu50    時間: 2010-10-7 00:24

我想問,,點解我關左個強制重連,,佢都係同我係個個時間重連,,搞到成日個msn 都會cut 一cut,,,好煩
作者: deltasscsu50    時間: 2010-10-7 00:25

我想問,,點解我關左個強制重連,,佢都係同我係個個時間重連,,搞到成日個msn 都會cut 一cut,,,好煩 ...
deltasscsu50 發表於 2010-10-7 00:24



用緊14896
作者: kit132    時間: 2010-10-8 22:53

r15362版本是否穩定?
作者: treelazy    時間: 2010-10-8 23:17

iphone4用1043ND@DD-WRT,只係行到65M,但部NETBOOK行到300M,大家有無咁既情況
joeman 發表於 2010-10-4 18:02


iphone 的問題...............

http://www.tuaw.com/2010/06/14/i ... he-awesome-802-11n/
作者: sosing    時間: 2010-10-9 03:14

唔好意思呀~
想請問下我個通訊埠轉發(映射)唔知點解唔work呀
就係connect唔到?
明明打岩IP同prot(eg:6881)for bt
但佢就係話唔通???
作者: kit132    時間: 2010-10-9 09:33

唔好意思呀~
想請問下我個通訊埠轉發(映射)唔知點解唔work呀
就係connect唔到?
明明打岩IP同prot(eg:6881 ...
sosing 發表於 2010-10-9 03:14



    試下用UPNP
作者: wlckenny    時間: 2010-10-9 17:13

嘩...里個教學超勁...!! 真係要讚一讚..
作者: deltasscsu50    時間: 2010-10-14 10:15

呢個教學真係幾唔錯,另外可否加埋HKBN100 MB 既setting? 我見hgc 都有,,咁hkbn都唔差在啦...
作者: 南瓜hk    時間: 2010-10-14 12:28

呢個教學真係幾唔錯,另外可否加埋HKBN100 MB 既setting? 我見hgc 都有,,咁hkbn都唔差在啦... ...
deltasscsu50 發表於 2010-10-14 10:15


因為我唔係用HKBB所以唔知佢要點SET,
我搵下有無人有資料再加上去啦
作者: tonywan    時間: 2010-10-15 08:31

請教各位,我想將 WR1043ND  作AP使用,我已將WR1043ND 的Wireless Setting內Enable WDS,及將 Rounter 的 SSID , password 及BSSID (e.g. 00-1D-0F-11-22-33) 輸入 WR1043ND。但仍然不能連接Rounter,請問我做漏或做錯了什麼?
請指教。
作者: ngkung    時間: 2010-10-18 00:54

有沒有人可以幫下忙.
今天更新了DD-WRT, 但發覺經常無故死機, up time只能維持15-20分鐘, 於是再次把舊的dd-wrt重刷, 但就死了機. 唔知係reflash中途死了機, 還是其原因.
現在部分不斷reboot, 只能有幾秒取得IP, 試過30/30/30 reset, 又試過想telnet入去, 都入唔到去, 又reset唔到, 仍然不斷boot機.
在網站看到, 要用serial cable 入內, 進入kernal改正錯誤, 但唔係好識, 有沒有人可以教下路.
作者: hunterxxxyin    時間: 2010-10-24 02:31

e+個dd-wrt 最stable的version是@@?
作者: wingchai    時間: 2010-10-24 03:35

e+個dd-wrt 最stable的version是@@?
hunterxxxyin 發表於 2010-10-24 02:31



    14896最順 ftp://ftp.dd-wrt.com/others/eko/ ... tplink_tl-wr1043nd/
14929最快最穩定 ftp://ftp.dd-wrt.com/others/eko/ ... tplink_tl-wr1043nd/
有人有更多的信息..謝謝
作者: hunterxxxyin    時間: 2010-10-24 03:49

明白....如果樓主可以更新在1樓就更加好了 >_<
作者: terryhui    時間: 2010-10-24 17:03

今日岩岩買左,請問ver 1.8用唔用得?
作者: 321    時間: 2010-10-24 17:36

回復 85# terryhui


    既然買左,點解仲要上黎問人??
作者: terryhui    時間: 2010-10-24 18:58

回復 86# 321


    我係想問下ver 1.8 刷DD-WRT有無問題姐,好似有睇到有人ver 1.7好似有D問題
作者: ivan1612    時間: 2010-10-24 19:11

呢個教學post真係一流  收藏 慢慢睇 thx~
作者: terryhui    時間: 2010-10-24 20:45

[attach]1095975[/attach]

3G手指connect到lu
thx a lot
作者: wingchai    時間: 2010-10-24 20:56

感謝所有
我連接到1043nd與 DD - WRT(openvpn)的,但IP並沒有改變,誰知道?
使用OpenVPN客戶端連接,顯示連接,但我的IP都不會改變
作者: wingchai    時間: 2010-10-24 21:00

3G手指connect到lu
thx a lot
terryhui 發表於 2010-10-24 20:45



    哪個版本對 DD - WRT?
作者: terryhui    時間: 2010-10-24 22:14

回復 91# wingchai

用緊r15437, 不過3G個速度慢左好多
作者: joe1319    時間: 2010-10-25 08:56

回復  321


    我係想問下ver 1.8 刷DD-WRT有無問題姐,好似有睇到有人ver 1.7好似有D問題 ...
terryhui 發表於 2010-10-24 18:58

I just bought a new 1043ND, may I know how to check the hardware version ?
作者: 南瓜hk    時間: 2010-10-25 09:09

明白....如果樓主可以更新在1樓就更加好了 >_
hunterxxxyin 發表於 2010-10-24 03:49


已更新,
多謝各位提供
作者: terryhui    時間: 2010-10-25 11:18

回復 93# joe1319


    睇機背,有s/n果度
作者: timmychiu    時間: 2010-10-25 17:06

回復  321


    我係想問下ver 1.8 刷DD-WRT有無問題姐,好似有睇到有人ver 1.7好似有D問題 ...
terryhui 發表於 2010-10-24 18:58



    me2...
今日新買都係 v1.8
要做白老鼠試刷... haha
作者: joe1319    時間: 2010-10-25 20:35

回復  joe1319


    睇機背,有s/n果度
terryhui 發表於 2010-10-25 11:18

Thanks, mine is ver 1.7
作者: 南瓜hk    時間: 2010-10-27 09:23

已更新
作者: laorun    時間: 2010-10-27 17:58

1.8 DD 左, ok 無問題
作者: timmychiu    時間: 2010-10-27 21:14

1.8 DD 左, ok 無問題
laorun 發表於 2010-10-27 17:58



    多謝師兄 =]...我放心刷了!





歡迎光臨 電腦領域 HKEPC Hardware (https://h1.hkepc.com/forum/) Powered by Discuz! 7.2