8.5. Policies Requiring Authentication
Once a user is authenticated to NetDefendOS, it is then possible to create security policies in the
form of IP rules or IP policies which demand that a user is authenticated before they can access
certain resources.
Furthermore, it is possible to specify one of the following:
1.
The user has a specific username.
2.
The user belongs to a specific user group.
3.
The user is only authenticated and the username or group are not relevant.
Configuring any of these options requires the following:
1.
Create an IP address object which includes the IP address of the connecting user.
2.
Set the authentication property for this IP address object so it requires a specific user or
group or just that the user is authenticated.
3.
Create an IP rule or IP policy that will allow access to resources by clients and use the IP
address object created above for the
Source Network
or
Destination Network
property of the
IP rule or IP policy. The source and destination are used in the following ways:
•
The
Source Network
property would typically be set to only allow access by
authenticated clients to certain resources such as servers.
•
The
Destination Network
property would typically be set to only allow access to
authenticated servers by clients. Authentication of a server is achieved by opening a
single connection once to NetDefendOS as though the server were a client.
Example 8.6. Policies Requiring Authentication
This example shows how an IP rule is created that allows clients connecting through the
If1
interface to have access to networks on the
If2
interface only if they are members of a group
called
client_group
.
Command-Line Interface
Create the
IP4Address
object that specifies the IP range of connecting clients with the
authentication group
client_group
:
gw-world:/> add Address IP4Address client_net
Address=192.168.10.10-192.168.10.255
UserAuthGroups=client_group
Create the
IP Rule
object that grants access to the networks on the interface
If2
using the address
object created above as the source network:
gw-world:/> add IPRule Action=Allow
Service=all_services
SourceInterface=If1
SourceNetwork=client_net
DestinationInterface=If2
DestinationNetwork=all-nets
Name=client_access_rule
Chapter 8: User Authentication
639
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 ...