Archive for July, 2009


VPN Client & Server have the same IP?

Wednesday, July 29th, 2009

I got a Windows 2003 Server that configured as Routing and Remote Access Server. Everything was configured properly but I realized that the first client connected will have the same IP with server.
That make the first VPN client unable to to ping the server itself.
The solutions was; assign static pool address to client! Dont let [...]


Change Windows 2003 / XP Product Key

Tuesday, July 28th, 2009

Did you thinking of changing your Windows XP / 2003 product key?
Copy below script and paste it on notepad, save it as ChangeVLKey.vbs.
Then go to command prompt, and type “%DIR%\ChangeVLKey.vbs ABCD-EFGH-IJKL-MNOP-QRST” without the quotes where %DIR% is the directory of the vbs file and the ABCD-EFGH-IJKL-MNOP-QRST is your new product key.