Skip to main content

TCP/IP Networking


IPv4

  • Address Space = 2^32
  • Address Example: 192.168.1.105

IPv6

  • Address Space = 2^128
  • 100 IP Addresses for every atom on earth
  • World IPv6 Day June 8, 2011
  • World IPv6 Launch June 6, 2012
  • Address Example: fe80::f984:7a81:d6dd:a3e6%19


IPCONFIG examples: 
    > ipconfig                                   ... Show information
    > ipconfig /all                              ... Show detailed information
    > ipconfig /renew                        ... renew all adapters
    > ipconfig /renew EL*                 ... renew any connection that has its name starting with EL
    > ipconfig /release *Con*            ... release all matching connections,
                                                           eg. "Local Area Connection 1" or "Local Area Connection 2"
    > ipconfig /allcompartments          ... Show information about all compartments
    > ipconfig /allcompartments /all     ... Show detailed information about all compartments


DOS / Windows IP Commands

Below, you'll find a list of the most common IP commands for Windows and DOS. These include ipconfig, trace route, netstat, arp, route, hostname, control netconnections, and other popular DOS and Windows IP commands.

Display Connection Configuration: ipconfig /all

Display DNS Cache Info: ipconfig /displaydns

Clear DNS Cache: ipconfig /flushdns

Release All IP Address Connections: ipconfig /release

Renew All IP Address Connections: ipconfig /renew

Re-Register the DNS connections: ipconfig /registerdns

Change/Modify DHCP Class ID: ipconfig /setclassid

Network Connections: control netconnections

Network Setup Wizard: netsetup.cpl

Test Connectivity: ping whatismyip.com

Trace Route: tracert

Displays the TCP/IP protocol sessions: netstat

Display Local Route: route

Display Resolved MAC Addresses: arp

Display Name of Computer Currently on: hostname

Display DHCP Class Information: ipconfig /showclassid

NameServer Lookup: nslookup whatismyip.com

Read more: http://www.whatismyip.com/faq/dos-windows-ip-commands.asp#ixzz1syMMVrUl


Comments

Popular posts from this blog

Problem with encoding Arabic with Google Chrome on Windows 10: Text not being displayed properly

تصحيح مشكلة قرائة اللغه العربيه على جوجل كروم If you have issue of text not being displayed properly in Chrome on Windows 10, you need to flow the steps below: In the browser address bar go to the Chrome flags settings by going to the following address: chrome://flags/#disable-direct-write. Change the "Disable DirectWrite Windows" from Enable to Disable. Click on "RELAUNCH NOW"!

The user account does not have the privilege: log on as a service

While installing BIRT iHub I received the following message: "The user account does not have the privilege: log on as a service...." The user I was trying to use is in the administrators group, so I thought that should be covered since this user has complete and unrestricted access to the computer/domain. That was not true and I needed to do this to give this user the privilege: - Go to Control Panel\All Control Panel Items\Administrative Tools\Local Security Policy - Under Local Policies click on User Rights Assignment - Open Log on as a service Properties. - Add the user or the administrators group (if you want all administrators to have this privilege).