2

Click here to load reader

Public IP Address and Private IP

  • Upload
    rocky

  • View
    245

  • Download
    2

Embed Size (px)

DESCRIPTION

Public IP Address and Private IP

Citation preview

Page 1: Public IP Address and Private IP

Public IP Address and Private IPIP address (Internet Protocol) is a numerical identification to detect your computer in a network. It is used to communicate between nodes in a computer network. When you connect to the Internet through an ADSL modem, it has two network interfaces:

A private interface, used to network computers connected to the router; their IP address is typically in the range 192.168.0.* or 192.168.1.*, the router will connect to the gateway with an IP address in the range of 192.168.0.1 or 192.168.1.1. A command via the computer will allow you to determine the private IP address that has been assigned to your router.

Otherwise, simply log onto specialized sites to access this particular information.

Determine your private IP Address

Command for Windows 2000 / XP / Vista

Go to Start Menu and select Run. Then, type the following command:

cmd /k ipconfig /all

Your IP address will be displayed in an open window after a few seconds.

Command for Windows 95/98

Go to Start Menu and select Run. Type the following command:

winipcfg

Command for Linux

Type this command in a console as root:

ifconfig

in a console as user

Page 2: Public IP Address and Private IP

/sbin/ifconfig