What would the following IP tables command do?
IP tables -I INPUT -s 99.23.45.1/32 -j DROP
Drop all packets from the source address
Input all packers to the source address
Log all packets to or from the specified address
Drop all packets to the specified address
Submit