View Single Post
  #1  
Old 21-09-2009, 06:53 PM
usman_latif_ch's Avatar
usman_latif_ch usman_latif_ch is offline
Senior Member

 
Join Date: Sep 2008
Location: Lahore
Age: 41
Posts: 6,663
Contact Number: 03009441339, 03334146191
Program / Discipline: Engineering
Class Roll Number: BME-01083029 (The University Of Lahore)
usman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond repute
Read Guide To Using IPConfig

Using the Ipconfig Diagnostic Utility for Network Connections.


The following commands are run from Command Prompt to determin or rule out/in network/internet issues.

Each command starts with ipconfig.

Each command would be written:

Example: ipconfig /all (ipconfig space /all.


The most common commands we use are as follows:

ipconfig Show information

ipconfig /all Show detailed information

ipconfig /renew Renew all adapters

ipconfig /renew EL* Renew any connection whose name starts EL

ipconfig /release *Con* Release all matching connections.Example: Local Area Connection 1 or Local Area Connection2


Note: That the /Release and /Renew options can be used only if the system is configured with DHCP.

/? Displays this help message

/all Displays full configuration information

/release Releases the IP address for the specified adapter

/renew Renews the IP address for the specified adapter

/flushdns Purges the DNS Resolver cache

/registerdns Refreshes all DHCP leases and reregisters DNS names

/displaydns Displays the contents of the DNS Resolver Cache

/showclassid Displays all the DHCP ClassIds allowed for the specified adapter

/setclassid Modifies the DHCP ClassId


Notes:

The adapter connection name can use wildcard characters (* and ?).

The default (with no parameters specified) is to display only the IP address, subnet mask, and default gateway for each adapter that is bound to TCP/IP.

For /all, Ipconfig displays all of the current TCP/IP configuration values, including the IP address, subnet mask, default gateway, and Windows Internet Naming Service (WINS) and DNS configuration.

For /release and /renew, if no adapter name is specified, the IP address leases for all adapters that are bound to TCP/IP are released or renewed.

For /setclassid, if no ClassId is specified, the ClassId is removed.
__________________
Reply With Quote