I know the BUFFALO has update the new DD-WRT firmware in Hong Kong Official Web Site for a long time. Until today, I am a little free so that decide to do this job.
To connect this AP with my notebook by network line, key in its management IP “192.168.21.1” in Opera URL. The main screen will show up and its firmware version is “DDR-WRT v24SP2-MULT1 (10/31/11) std”.
To click “Administration” link
To key in username and password in authentication window
If the authentication is successful, you can set or change the configuration and parameter now.
To click “Firmware Upgrade” link
To click “check for Upgrades” button
The available Updates information will show up.
Please first click “releasenote_whr_hp_q300n_ddrwt_tw.html” to study readme file.
In this content, you will understand the firmware version will be upgraded to V24-SP2 build 19152 and this version add what is new feature.
To select “chose” option and click “Upgrade” button for executing Online Updates process.
Upgrading firmware …
Upgrade successful and Unit is rebooting now.
The firmware version has already changed to “DD-WRT v24SP2-MULT1 (04/27/12) std” now.
不必問我是誰,我就像您一樣:僅是位平凡人,但卻想在人生旅途上留下生活的足跡! 哪怕是過程跌跌撞撞、經歷風風雨雨,只要有您的關注,就是我最大的欣慰與成就!!! 感謝您的蒞臨:) 下一個職涯十年信念:不到最後關頭,決不輕言放棄!!!
2012年6月23日 星期六
2012年6月21日 星期四
Reinstall or Repair .NET Framework
Recently, my desktop always need to check .NET Framework after logon computer. I don’t understand what happen so that decide to repair it. When I do it, the result always fail.
How to resolve this problem?
To view Installation log and enable “Errors” check box
Drag down the scrollbar to bottom, you will see some message mark red block
Based on “0x80070663” error codes to search it by Google, I find out one KB can help me.
Because it have a utility “dotnetfx_cleanup_tool.zip” can be downloaded.
I download/extract this tool next to execute it, click “Yes” to run the .NET Framework Setup Cleanup Utility.
Click “Yes” button to accept all of the terms of the preceding License Agreement if you want to execute this utility.
In “Product to cleanup” field to select you want to be removed. In the moment, I select “.NET Framework – All Versions (Windows 7)” next to click “Cleanup Now” button.
Processing now!
Click “Finish” button to end up the Installation if it is successful.
If you try to reinstall or repair .NET Framework, it will be done and no any error show up now.
How to resolve this problem?
To view Installation log and enable “Errors” check box
Drag down the scrollbar to bottom, you will see some message mark red block
Based on “0x80070663” error codes to search it by Google, I find out one KB can help me.
Because it have a utility “dotnetfx_cleanup_tool.zip” can be downloaded.
I download/extract this tool next to execute it, click “Yes” to run the .NET Framework Setup Cleanup Utility.
Click “Yes” button to accept all of the terms of the preceding License Agreement if you want to execute this utility.
In “Product to cleanup” field to select you want to be removed. In the moment, I select “.NET Framework – All Versions (Windows 7)” next to click “Cleanup Now” button.
Processing now!
Click “Finish” button to end up the Installation if it is successful.
If you try to reinstall or repair .NET Framework, it will be done and no any error show up now.
2012年6月17日 星期日
one-way DFSR on Windows Server 2008 R2 (part 1 of 3)
Recently, I need to confirm DFSR function for one Project verification. Based on this necessity, I have to study DFSR mechanism on 64 bit Windows Server 2008 R2 so that build a environment for testing its function on my lab.
The following process summary my testing steps for your reference. In this article, I will introduce the prerequisite of one way DFSR.
TMG 2010 Firewall Rule Setting
Set “Firewall Rule” from DMZ (Server with DFSR Role) to Internal (Server with DFSR Role) for TCP:135, 445, 24158 (Custom) , 49999 (Custom)
Set “Firewall Rule” from DMZ (Server with DFSR Role) to Internal (Server with AD Role) for TCP: 53, 88, 135, 389, 5000~5100 (Custom), 50000 (Custom)
Set “Firewall Rule” from Internal (Server with DFSR Role) to DMZ (Server with DFSR Role) for TCP:135, 445, 24158 (Custom) , 49999 (Custom)
Set static RPC for AD Logon/Directory Replication
Add Registry Key and correct value as a single port(50000/TCP). For detailed configuration, please refer to this URL as ADLogon/DirRep setting.
Open firewall port for Computer join Domain & Account logon Domain
Disable Windows Firewall
Turn off Windows Firewall on all Servers with DFSR role
Installing DFS Replication
In Server Manager, click “Roles” ---> “Add Roles” to trigger [Add Roles Wizard]
Click “Next >” button if you have already verified the suggestion.
Enable “File Services” check box next to click “Next >” button
Click “Next >” button
Enable “DFS Replication” check box next to click “Next >” button
Click “Install” button
Click “Close”button if the installation succeeded.
So dose that it also install the DFS Management Console(dfsmgmt.msc) with MMC snap-in in the feature of Server Manager.
Configure DFSR to a Static Port
By running the DFSRDIAG STATICRPC command on the DFSR Server as VBHV-FS-01, the DFSR RPC listening port will be forced on a static port as TCP/49999.
After finish the above activity, please remember to restart “DFS Replication Service” again.
Set a Fixed Port for WMI
By executing the command on the console of DFSR role servers as VBHV-FS-01 & VBHV-FS-11 to set a fixed port as TCP/24158 for WMI
Until now, I have already finish the related prerequisite for DFSR. In next article, I will introduce the configure and setup DFSR mechanism.
The following process summary my testing steps for your reference. In this article, I will introduce the prerequisite of one way DFSR.
TMG 2010 Firewall Rule Setting
Set “Firewall Rule” from DMZ (Server with DFSR Role) to Internal (Server with DFSR Role) for TCP:135, 445, 24158 (Custom) , 49999 (Custom)
Set “Firewall Rule” from DMZ (Server with DFSR Role) to Internal (Server with AD Role) for TCP: 53, 88, 135, 389, 5000~5100 (Custom), 50000 (Custom)
Set “Firewall Rule” from Internal (Server with DFSR Role) to DMZ (Server with DFSR Role) for TCP:135, 445, 24158 (Custom) , 49999 (Custom)
Set static RPC for AD Logon/Directory Replication
Add Registry Key and correct value as a single port(50000/TCP). For detailed configuration, please refer to this URL as ADLogon/DirRep setting.
Open firewall port for Computer join Domain & Account logon Domain
Disable Windows Firewall
Turn off Windows Firewall on all Servers with DFSR role
Installing DFS Replication
In Server Manager, click “Roles” ---> “Add Roles” to trigger [Add Roles Wizard]
Click “Next >” button if you have already verified the suggestion.
Enable “File Services” check box next to click “Next >” button
Click “Next >” button
Enable “DFS Replication” check box next to click “Next >” button
Click “Install” button
Click “Close”button if the installation succeeded.
So dose that it also install the DFS Management Console(dfsmgmt.msc) with MMC snap-in in the feature of Server Manager.
Configure DFSR to a Static Port
By running the DFSRDIAG STATICRPC command on the DFSR Server as VBHV-FS-01, the DFSR RPC listening port will be forced on a static port as TCP/49999.
After finish the above activity, please remember to restart “DFS Replication Service” again.
Set a Fixed Port for WMI
By executing the command on the console of DFSR role servers as VBHV-FS-01 & VBHV-FS-11 to set a fixed port as TCP/24158 for WMI
Until now, I have already finish the related prerequisite for DFSR. In next article, I will introduce the configure and setup DFSR mechanism.
訂閱:
文章 (Atom)
Since 2010 Design by Davidwa
©Copyright Davidwa Inc. All rights reserved.
©Copyright Davidwa Inc. All rights reserved.