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.
If you are using Windows XP or 2000, click start button then on "run" Enter cmd and pre enter Type ipconfig and press enter. If you need more info type ipconfig /all and press enter. If you are using Windows XP or 2000, click start button then on "run" Enter cmd and pre enter Type ipconfig and press enter. If you need more info type ipconfig /all and press enter.
You can't get either the gateway address or the subnet mask, just by looking at the IP address. The default gateway is often the first or the last usable IP address in a subnet, but this doesn't need be so, and you still need to know the subnet mask for your particular network.
You can't get either the gateway address or the subnet mask, just by looking at the IP address. The default gateway is often the first or the last usable IP address in a subnet, but this doesn't need be so, and you still need to know the subnet mask for your particular network.
You can't get either the gateway address or the subnet mask, just by looking at the IP address. The default gateway is often the first or the last usable IP address in a subnet, but this doesn't need be so, and you still need to know the subnet mask for your particular network.
You can't get either the gateway address or the subnet mask, just by looking at the IP address. The default gateway is often the first or the last usable IP address in a subnet, but this doesn't need be so, and you still need to know the subnet mask for your particular network.
subnet mask default gateway address
What is the default subnet mask for an IP address of 198.133.219.4?
default gateway
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.
255.255.255.0
Google it.
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.
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.
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.
255.0.0.0The default subnet mask of a class A network is 255.0.0.0
255.255.255.0
A default subnet mask gives you classful addressing on octet boundaries. A non-default subnet mask implies that you are subnetting a larger network into several smaller ones.