To deny all incoming traffic by default and only allow specific traffic in iptables, one would set the default policy of the INPUT chain to ________.
- ACCEPT
- REJECT
- DROP
- ALLOW
To deny all incoming traffic by default and only allow specific traffic in iptables, one would set the default policy of the INPUT chain to DROP. This means that any incoming traffic that doesn't match an explicit rule will be dropped by default.
Loading...
Related Quiz
- Which command-line tool is used to view real-time system processes in Linux?
- The iptables command that allows traffic only from a specific IP address, say 10.0.0.1, to a specific port, say 22, uses the ________ option.
- In a shell script, the _________ command is used to parse options and arguments.
- During the boot process, the ________ is responsible for loading the kernel into memory.
- What component in Linux is responsible for managing system resources and providing an interface between the hardware and the user space?