Ask 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.

netwall

d.

modfire

+3
Answers (1)
  1. 29 October, 02:27
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers