Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Guidelines for Informative Speeches?

Answered: 1 week ago

Question

What is loss of bone density and strength as ?

Answered: 1 week ago

Question

The paleolithic age human life, short write up ?

Answered: 1 week ago

Question

1. How does Kiwi Experience maintain a continual customer focus?

Answered: 1 week ago