Memorise

Archive for the ‘Networking’ Category

Add Printer .bat

If RUNDLL32 just won’t do the job: Sometimes we need to do just alittle more than RUNDLL32 is capable of, like installing a TCP/IP printer port. In that case, consider buying yourself a copy of the Windows 2000 Server/Windows Server 2003 Resource Kit and use PRNADMIN.DLL and the accompanying sample scripts written in VBScript. My […]

Scripting Printer in Windows

in command prompt type: rundll32 printui.dll,PrintUIEntry /? i.e C:\Documents and Settings\Administrator>rundll32 printui.dll,PrintUIEntry /? this will show all the usable parameters, as below. PrintUI is the command to search. can be used on batch file and in login script. Usage: rundll32 printui.dll,PrintUIEntry [options] [@commandfile] /a[file] binary file name /b[name] base printer name /c[name] unc machine name […]

Clearing ARP table

Click on Start—>Run—> type the following command click ok netsh interface ip delete arpcache Dynamic ARP cache entries update persist for 2-20 minutes depending on the system. Windows 2003 Server = 10 minutes Windows 2000 professional/Server = 10 minutes Windows XP = 2 minutes Solaris = 5 minutes Delete IP address using arp command arp […]

How to reset password on 3Com switch 2948

From the 3Com knowledge base: ******************** Baseline Switch 2948 – How to reset password on switch 2948 Problem:      How to reset password on switch 2948 The resetting of the password requires the installation of a console cable to the console port. Be sure the terminal emulator program is set to VT-100 management using compatible, 38400 […]

How to setup a wireless connection

  In this tutorial we will show you how to connect to a wireless network using Windows Vista. As you will see by yourself this is a pretty simple procedure. You don’t have to be a computer genius to connect to a wireless network. All you have to do is follow these simple steps: First, […]

Transferring the FSMO Roles via Ntdsutil

To transfer the FSMO roles by using the Ntdsutil utility, follow these steps: These steps works for transferring roles from Windows Server 2008 to Windows Server 2012. Log on to a Windows 2000 Server-based or Windows Server 2003-based member computer or domain controller that is located in the forest where FSMO roles are being transferred. […]

ARP cache in windows

To flush/Delete the ARP cache in windows Vista/XP/2003/2000 follow this procedure Click on Start—>Run—> type the following command click ok netsh interface ip delete arpcache Dynamic ARP cache entries update persist for 2-20 minutes depending on the system. Windows 2003 Server = 10 minutes Windows 2000 professional/Server = 10 minutes Windows XP = 2 minutes […]

Linux Network commands

My friend wanted to know how to change or convert DHCP network configuration to static configuration. After initial installation, he wanted to change network settings. Further, his system is w/o GUI system aka X Windows. Here is quick way to accomplish the same: Your main network configuration file is /etc/network/interfaces Desired new sample settings: => […]

Reset Administrator Password on iLO

http://blog.netnerds.net/2006/04/ribcl-reset-administrator-password-on-ilo/ RIBCL: Reset Administrator Password on iLO Filed under: Quick Code, Security — Written by Chrissy on Wednesday, April 26th, 2006 @ 4:57 am Last night I got locked out of my Compaq DL360’s iLO. I searched the web to find how to reset the Administrator password and read that, for the most part, I’d […]