Ask Question
20 November, 02:04

On a Linux system, which command allows you to modify settings used by the built-in packet filtering firewall?

a.

ipf

b.

iptables

c.

netwall

d.

modfire

+5
Answers (1)
  1. 20 November, 05:41
    0
    iptables

    Explanation:

    On a Linux system, iptables command allows us to modify settings of the built-in packet filtering firewall.

    Iptables is used to set up, maintain, inspect and update the tables of IP packet filtering rules on Linux.

    For example,

    To view the current rule settings we can use the command:

    # iptables - L - n - v

    To add new firewall rules:

    # iptables - I INPUT - s - j DROP
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “On a Linux system, which command allows you to modify settings used by the built-in packet filtering firewall? a. ipf b. iptables c. ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers