SV-208942r603263_rule
V-208942
SRG-OS-000096
OL6-00-000268
CAT III
10
The "rdisc" service implements the client side of the ICMP Internet Router Discovery Protocol (IRDP), which allows discovery of routers on the local subnet. If a router is discovered then the local routing table is updated with a corresponding default route. By default this daemon is disabled. The "rdisc" service can be disabled with the following commands:
# chkconfig rdisc off
# service rdisc stop
To check that the "rdisc" service is disabled in system boot configuration, run the following command:
# chkconfig "rdisc" --list
Output should indicate the "rdisc" service has either not been installed, or has been disabled at all runlevels, as shown in the example below:
# chkconfig "rdisc" --list
"rdisc" 0:off 1:off 2:off 3:off 4:off 5:off 6:off
Run the following command to verify "rdisc" is disabled through current runtime configuration:
# service rdisc status
If the service is disabled the command will return the following output:
rdisc is stopped
If the service is running, this is a finding.
V-208942
False
OL6-00-000268
To check that the "rdisc" service is disabled in system boot configuration, run the following command:
# chkconfig "rdisc" --list
Output should indicate the "rdisc" service has either not been installed, or has been disabled at all runlevels, as shown in the example below:
# chkconfig "rdisc" --list
"rdisc" 0:off 1:off 2:off 3:off 4:off 5:off 6:off
Run the following command to verify "rdisc" is disabled through current runtime configuration:
# service rdisc status
If the service is disabled the command will return the following output:
rdisc is stopped
If the service is running, this is a finding.
M
2928