2.1.4 Ensure echo services are not enabled - echo-stream
Information
echo is a network service that responds to clients with the data sent to it by the client. This service is intended for debugging and testing purposes. It is recommended that this service be disabled. Rationale: Disabling this service will reduce the remote attack surface of the system.
Solution
Run the following commands to disable echo -dgram and echo -stream: # chkconfig echo-dgram off # chkconfig echo-stream off