What is iptables?

devquora
devquora

Posted On: Mar 31, 2020

 

    1 Answer Written

  •  devquora
    Answered by Iqra

    iptables acts like a built-in firewall in older version of Linux.it consists of three important tables i.e., filter, nat and mangle . filter table :just filter the packets and its the default table of iptables .we can set the rules in filter table, Either we want to accept/reject the packet of any specific ip address. It's our choice we want to allow or block.. nat:as it name shows, uses for address translation. mangle :uses for alternation/modification sequence. We can label/mark it as we set the priority of different process.

Related Questions

Please Login or Register to leave a response.

Related Questions

Amazon Cloud Engineer Interview Questions

Have you heard about VM.swappiness kernel parameter? How do you set that parameter?

 vm.swappiness is a tunable bit parameter that controls how much the part supports swap over RAM. At the source code le..

Amazon Cloud Engineer Interview Questions

Do you have any kernel performance, tuning experience?

  Yes, I have kernel performance, tuning experience. The tuning is performed using an “echo NUMBER >/proc/sys/vm/m..

Amazon Cloud Engineer Interview Questions

What is significant of Oracle RAC filesystem compared to traditional ext4 VS, xfs?

  For all the installation, you should pick the database choice that you need to use for Oracle Database documents, or..