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.
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.
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.
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
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.