Current Document and Section   Other Documents  
  - Documentation
    - User Guide
  DNS and Domains
Gateway Services Guide
Release Notes
Howtos
 
 

Network Notation

On several ClarkConnect configuration screens, you will see places to configure network settings. What does this mean? Using special notation, you can specify a whole range of IP addresses (i.e. a network).

There are two parts to "network notation": the first part contains the first IP address in the network range; the second part contains the subnet mask (i.e. the size of the network). There are two common ways to write the subnet mask. Unfortunately, both ways are something that only computer engineers enjoy.

Let's go through an example. The ClarkConnect mail server will only send out mail coming from a trusted network -- you don't want anyone on the Internet using your mail server and all your bandwidth! In our example, all of the machines on our LAN use IP addresses with 192.168.1.x IP addresses. The subnet mask for these 256 IP addresses can be specified with either /24 or 255.255.255.0. The full network notation ends up looking like:

  • 192.168.1.0/24, or
  • 192.168.1.0/255.255.255.0

By the way, the first and last addresses (192.168.1.0 and 192.168.1.255 in our example) are reserved and cannot be used. We really only have 254 usable IP addresses in our case.

The table below is a list of common netmasks.

Netmasks and Networks

NetmaskIPsSample Usable Range
/8 -- 255.0.0.016777214192.168.1.1 - 192.255.255.254
/16 -- 255.255.0.065534192.168.1.1 - 192.168.255.254
/24 -- 255.255.255.0254192.168.1.1 - 192.168.1.254
/25 -- 255.255.255.128126192.168.1.1 - 192.168.1.126
/26 -- 255.255.255.19262192.168.1.1 - 192.168.1.62
/27 -- 255.255.255.22430192.168.1.1 - 192.168.1.30
/28 -- 255.255.255.24014192.168.1.1 - 192.168.1.14
/29 -- 255.255.255.2486192.168.1.1 - 192.168.1.6
/30 -- 255.255.255.2522192.168.1.1 - 192.168.1.2

Links

Retrieved from "http://www.clarkconnect.com/olddocs/Network_Notation"

This page has been accessed 5,845 times. This page was last modified on 20 August 2007, at 15:57.