Breakdown each part of the following rules and tell what each segment does iptables -t filter -A INPUT -s XXXXXXXXXXj DROP i. What would happen here if we omitted the ‘-t filter’option? iptables -A...


Breakdown each part of the following rules and tell what each segment does




  1. iptables -t filter -A INPUT -s 221.98.146.40 -j DROP i.   What would happen here if we omitted the ‘-t filter’option?




  1. iptables -A INPUT -p tcp --dport ssh -j DROP



c. iptables -A INPUT -p udp --dport ftp -j REJECT


d. iptables -A INPUT -p tcp --dport 443 -j ACCEPT


e. iptables -A INPUT -m iprange --src-range 192.168.40.25-192.168.40.35 -j DROP



Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here