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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started