User Guide

OmniAccess SafeGuard OS Administration Guide
222
Chapter 6: Configuring Authentication and Role Derivation
Configuring the Hijack Port
See the following sections for details on hijack port configurations options:
Adding or Changing the Hijack Port
Removing the Hijack Port
Adding or Changing the Hijack Port
By default, the SafeGuard OS hijacks port 80. To change or to add additional hijack ports,
use the
aaa captive-portal hijack-port Global Configuration command.
aaa captive-portal hijack-port port number [use-ssl]
For example, to add port 800 to the list containing port 80, use the following commands:
(SafeGuardOS) #configure terminal
(SafeGuardOS)(config) #aaa captive-portal hijack-port 800
(SafeGuardOS)(config) #exit
(SafeGuardOS) #
Removing the Hijack Port
Ports can be removed from the Captive Portal hijack list with the no form of the
command.
no aaa captive-portal hijack-port port number
For example, to remove port 800 as a Captive Portal hijack port:
(SafeGuardOS) #configure terminal
(SafeGuardOS)(config) #no aaa captive-portal hijack-port 800
(SafeGuardOS)(config) #exit
(SafeGuardOS) #
Configuring the Redirect Port
By default, SafeGuard OS uses 16978 and 16979 as the redirect port. To change the port to
which the user is redirected, use the aaa captive-portal redirect-port Global
Syntax Description port_number TCP port that is captured. Valid port
range is from 1 to 65535.
use-ssl If this option is used, traffic on this port will
be treated as SSL and decrypted.
Syntax Description port_number TCP port that is reinstated. Valid port
range is from 1 to 65535.