Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-219580 | OL6-00-000321 | SV-219580r603263_rule | Low |
Description |
---|
Providing the ability for remote users or systems to initiate a secure VPN connection protects information when it is transmitted over a wide area network. |
STIG | Date |
---|---|
Oracle Linux 6 Security Technical Implementation Guide | 2021-03-01 |
Check Text ( C-21305r358280_chk ) |
---|
If the system does not communicate over untrusted networks, this is not applicable. Run the following command to determine if the "libreswan" package is installed: # rpm -q libreswan If the package is not installed, this is a finding. |
Fix Text (F-21304r358281_fix) |
---|
The Libreswan package provides an implementation of IPsec and IKE, which permits the creation of secure tunnels over untrusted networks. The "libreswan" package can be installed with the following command: # yum install libreswan |