To start the Linux Access Gateway in RHEL:
Log in as root to the RHEL machine.
Set SELinux to Permissive mode:
Select .
Select and set to .
Do one of the following:
To disable the firewall, select > Firewall Option to Disabled. Click to save changes.
NOTE:This is the preferred option.
Open the required ports in the firewall, then select . Select , then add 1443 as the port and set the protocol as TCP. Add other ports required for the reverse proxy services to run. For example, if you have a reverse proxy service listening on port 80 and 443, then add these two TCP ports to the list.
Copy the rhel-lag.tar.gz file to the RHEL machine.
Specify the following command to untar the file:
tar -zxvf rhel-lag.tar.gz -P
Specify the following command to change the directory:
cd /opt/novell/access-gateway/scripts/
Specify the following command to run the script:
sh configure-lag.sh
Specify the following information for the script:
Specify the mount point for the Linux Access Gateway in the current Operating System. For example, /lag.
Specify when prompted to confirm.
Select the device containing the / partition of the Linux Access Gateway Installation from the list displayed. Specify the relevant number.
Select the device containing the /var partition of the Linux Access Gateway Installation from the list displayed. Specify the relevant number.
Specify , when prompted to confirm mounting.
Verify and specify when prompted to confirm fstab modifications.
Specify to continue.
Specify to edit the syslog configuration, so the Linux Access Gateway logs to syslog.
Specify to restart the syslog daemon.
Start the Linux Access Gateway service by using the following command:
/etc/init.d/novell-am-gateway start
NOTE:You must close the terminal used to execute the above command.
The Linux Access Gateway service is automatically started when the machine is rebooted.
(Optional) If you want to stop the Linux Access Gateway service, use the following command:
/etc/init.d/novell-am-gateway stop