Questions
- Which of the following statements is true?
- iptables is the easiest firewall system to work with.
- With iptables, any rule that you create applies to both IPv4 and IPv6.
- With iptables, you have to create IPv6 rules separately from IPv4 rules.
- With nftables, you have to create IPv6 rules separately from IPv4 rules.
- What is the official name of the Linux firewall?
- iptables
- ufw
- Nftables
- netfilter
- Which of the following statements about nftables is false?
- With nftables, rules are added atomically.
- With nftables, a table refers to a particular protocol family.
- With nftables, ports and their associated rules are bundled into zones.
- With nftables, you can write scripts in either normal Bash shell scripting, or with the scripting engine that’s built into nftables.
- Which iptables command...