What would the following IP tables command do? IP tables -I INPUT -s 99.23.45.1/32 -j DROP
Posted: Mon Aug 01, 2022 9:35 am
What would the following IP tables command do?
IP tables -I INPUT -s 99.23.45.1/32 -j DROP
A. Drop all packets from the source address
B. Input all packers to the source address
C. Log all packets to or from the specified address
D. Drop all packets to the specified address
IP tables -I INPUT -s 99.23.45.1/32 -j DROP
A. Drop all packets from the source address
B. Input all packers to the source address
C. Log all packets to or from the specified address
D. Drop all packets to the specified address