Question: IPTABLES - Linux Firewall Write out the linux command used example: iptables -A OUTPUT -p tcp --destination-port 80 -j DROP Drop all ftp packets going

IPTABLES - Linux Firewall

Write out the linux command used example: iptables -A OUTPUT -p tcp --destination-port 80 -j DROP

Drop all ftp packets going to www.microsoft.com (note that this blocks outgoing packets)

Block attempts to ssh into your computer from all computers, BUT allow ssh from your own LAN (this will be two lines)

Reject incoming ping packets coming from any host on the 192.168.100.0/24 network

Drop packets addressed to the 69.171.224.0/19 network (heading outbound from the local computer)

Drop packets containing TCP traffic on port 9000 coming into the local computer (from any source)

Drop incoming packets using port 25 (unencrypted email) with a source address in the 169.150.139.0/24 range

A stateful rule(s) that will only allow outbound TCP connections to port 443 that are ESTABLISHED to 69.109.32.107 (a web server).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!