•
By defining an IP address object just once in the address book, changing the definition
automatically also changes all references to it.
3.1.2. IP Addresses
IP Address
objects are used to define symbolic names for various types of IP addresses.
Depending on how the address is specified, an IP Address object can represent either a single IP
address (a specific host), a network or a range of IP addresses.
In addition, IP Address objects can be used for specifying the credentials used in user
authentication. For more information about this topic, see
Chapter 8, User Authentication
.
The following list presents the various types of addresses an IP Address object can hold, along
with what format that is used to represent that specific type:
Host
A single host is represented simply by its IP address.
For example,
192.168.0.14
.
IP Network
An IP Network is represented using
Classless Inter Domain Routing
(CIDR) form.
CIDR uses a forward slash and a digit (0-32) to denote the size of the network as
a postfix. This is also known as the
netmask
.
/24
corresponds to a class C net with 256 addresses (netmask
255.255.255.0
),
/27
corresponds to a 32 address net (netmask
255.255.255.224
) and so on.
The numbers 0-32 correspond to the number of binary ones in the netmask. For
example:
192.168.0.0/24
.
IP Range
A range of IPv4 addresses is represented with the form
a.b.c.d - e.f.g.h
.
Note that ranges are not limited to netmask boundaries. They may include any
span of IP addresses. For example,
192.168.0.10-192.168.0.15
represents six hosts
in consecutive order.
Example 3.1. Adding an IP Host Address
This example adds the IPv4 host
www_srv1
with IP address
192.168.10.16
to the address book:
Command-Line Interface
gw-world:/> add Address IP4Address www_srv1 Address=192.168.10.16
Web Interface
1.
Go to: Objects > Address Book > Add > IP4 Address
2.
Specify a suitable name for the IP host, in this case
wwww_srv1
3.
Enter
192.168.10.16
for the IP Address
4.
Click OK
Chapter 3: Fundamentals
146
Summary of Contents for NetDefendOS
Page 30: ...Figure 1 3 Packet Flow Schematic Part III Chapter 1 NetDefendOS Overview 30 ...
Page 32: ...Chapter 1 NetDefendOS Overview 32 ...
Page 144: ...Chapter 2 Management and Maintenance 144 ...
Page 284: ...Chapter 3 Fundamentals 284 ...
Page 392: ...Chapter 4 Routing 392 ...
Page 419: ... Host 2001 DB8 1 MAC 00 90 12 13 14 15 5 Click OK Chapter 5 DHCP Services 419 ...
Page 420: ...Chapter 5 DHCP Services 420 ...
Page 573: ...Chapter 6 Security Mechanisms 573 ...
Page 607: ...Chapter 7 Address Translation 607 ...
Page 666: ...Chapter 8 User Authentication 666 ...
Page 775: ...Chapter 9 VPN 775 ...
Page 819: ...Chapter 10 Traffic Management 819 ...
Page 842: ...Chapter 11 High Availability 842 ...
Page 866: ...Default Enabled Chapter 13 Advanced Settings 866 ...
Page 879: ...Chapter 13 Advanced Settings 879 ...