Define an iptables rule that will reject incoming connections on the TELNET port.

What will be an ideal response?


$ su -c 'iptables --append FORWARD --sport telnet --jump REJECT'

Computer Science & Information Technology

You might also like to view...

SQL keyword _________ is followed by the selection criteria that specify the records to select in a query.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A range of cells can be sorted by colors if conditional formatting has been applied to the range of cells

Indicate whether the statement is true or false

Computer Science & Information Technology

While most of the Network+ exam is extremely practical and deals with real-world scenarios, you can also expect conceptual questions about the OSI seven-layer model.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The SDLC team is creating a new process to improve the quality of the in-house applications. The team lead has identified a product called a fuzzer that he wants to use. What is a fuzzer used for?

A. to verify that the application is properly handling user error exceptions B. to verify the performance of the application C. to perform a vulnerability assessment of the application D. to perform a penetration test of the application

Computer Science & Information Technology