Snalk

Snalk » OS Tutorials » Unix » Viewing Network Information on Windows

Reply
  #1 (permalink)  
Old 10-22-2008, 11:36 AM
Junior Member
 
Join Date: Oct 2008
Posts: 6
Post Viewing Network Information on Windows

Viewing Network Information on Windows



The Windows family of systems provides the means to display network configuration information using a command-line tool called ipconfig. This utility provides two basic services: to show network configuration information and to exercise limited control over the behavior of the DHCP client. Depending on the version of Windows you are using, the ipconfig options will be slightly different. However, the basic options are supported on most of the versions of Windows. This tool can show both static and dynamic (such as from a DHCP server) networking parameters for all defined interfaces on the system. This command is basically equivalent to the UNIX ifconfig utility, but it gives only a small number of services as compared to the UNIX version. To invoke this tool, open a command prompt window and type the ipconfig command.

The ipconfig command was invoked with the /help option, which displays a list of the available command-line options that are supported. This command provides a small number of command-line arguments, as described in Table 1.

Table 1: ipconfig command-line options

Code:
Option and Meaning

/?: Displays a list of command-line options.
/help: Displays a list of command-line options.
/all: Displays all the configuration information available.
/release: Releases the IP address for the specified network interface.
/renew: Obtains (renews) a new expiration date for the assigned IP address.
/Batch: Writes the output to a file.
/renew_all: Renews all interfaces that are configured with DHCP.
/release_all: Releases each IP address for all interfaces configured with DHCP.
Reply With Quote
Reply

Bookmarks

Tags
network, network information, unix, windows

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump



All times are GMT. The time now is 07:16 AM.
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.