answersLogoWhite

0

On Windows systems:

Click Start > Run. Then type: cmd

The 'DOS' box will open, type: ipconfig /all

(Note: there is a SPACE after the word ipconfig) The information displayed will be similar to the below if you have a single address;

C:\Documents and Settings\xxxx>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : machine

Primary Dns Suffix . . . . . . . :

Node Type . . . . . . . . . . . . : Unknown

IP Routing Enabled. . . . . . . . : No

WINS Proxy Enabled. . . . . . . . : No

DNS Suffix Search List. . . . . . : hsd1.ma.comcast.net.

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : hsd1.ma.comcast.net.

Description . . . . . . . . . . . : 3Com EtherLink XL 10/100 PCI TX NIC (3C905B-TX)

Physical Address . . . . . . : 00-10-5A-13-53-F7

Dhcp Enabled. . . . . . . . . :Yes

Autoconfiguration Enabled. . . :Yes

IP Address. . . . . . . . . . . . : 65.12.23.123

Subnet Mask. . . . . . . . . . . : 255.255.248.0

Default Gateway. . . . . . . . : 66.31.48.1

DHCP Server. . . . . . . . . . : 68.87.71.8

DNS Servers . . . . . . . . . . . : 68.87.71.226

68.87.73.242

68.87.64.146

Lease Obtained: Friday, April 17, 2009 12:34:21 PM

Lease Expires: Tuesday, April 21, 2009 12:34:21 PM

Note: Type the word: exit > then hit the Enterkey to close the DOS session.

On Mac or Linux/Unix systems:Launch the Terminal located in /Applications/Utilities/

Type the following command:

ifconfig

You will see most of the same info as the Windows example above. Your IP, subnet mask and gateway will all be clearly marked.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Which two automatic addressing assignments are supported by DHCP?

subnet mask default gateway address


What is the default gateway address for 192.133.219.0?

What is the default subnet mask for an IP address of 198.133.219.4?


What ip configuration element allows you to communicate with devices that reside on a remote network or location. default gateway-subnet mask-node type or multicast?

default gateway


Defference bw a default subnet mask and a custom subnet mask?

The default subnet mask has a standard size. The custom subnet mask allows you to make subnets that are smaller or larger than the default.


What is the default subnet mask for the 198.25.4.129 address?

255.255.255.0


How do I find my gateway address and subnet mask on my Mac Book?

Google it.


What class has subnet mask 225.225.225.0?

If this is a default subnet mask, then it would be a class C subnet mask. If you are subnetting a network and this is not the default subnet mask, then it could be either a class A or class B.


What is subnet mask and default gateway?

Subnet mask is a mask used to determine what subnet an IP address belongs to. Default gateway is the gateway in a network that a computer will use to access another network if a gateway is not specified for use.


When configuring a network connection to the Internet you might need to enter the IP address of the computer the DNS server the subnet mask and the default gateway. Of these four items which are us?

Of the four items—IP address, DNS server, subnet mask, and default gateway—only the IP address is specific to your computer. The DNS server translates domain names into IP addresses, the subnet mask defines the network and host portion of the IP address, and the default gateway is the device that routes traffic from your local network to the Internet.


Do Three major fields have to be configured for TCP IP the IP address the subnet maskand the default gateway?

Yes. You need to have an IP (either static or dynamic) You must have a subnet mask that corresponds to the IP address; and a gateway IP address that is on the same subnet.


What is the default subnet mask for a Class A network?

255.0.0.0The default subnet mask of a class A network is 255.0.0.0


What command displays the IP address subnet mask and default gateway of the system you are currently on?

The command to display the IP address, subnet mask, and default gateway of the system you are currently on varies by operating system. On Windows, you can use the command ipconfig in the Command Prompt. For Linux and macOS, the command is ifconfig or ip addr show in the terminal.