Computers and Technology
Computers and Technology, 10.12.2021 22:20, personm21

Configure a firewall on a Linux machineSet up a stateless firewall that accomplishes the following objectives. Allows web traffic to external servers with class A IP addresses and at ports 80 and 443.Allows secure shell connections from your machine to any machine at port 22.Allows secure shell connections from any one of the fox servers to your machine at port 22.Allows any critical traffic needed for your machine to function. For VDI machines the firewall should allow all TCP traffic to and from 10.100.1.161 through 10.100.1.164 (which are the VDI gateways) and all traffic on the loopback interface. Blocks all other TCP traffic. Logs all blocked packets before dropping them. Use a custom label to easily extract the log information generated by the firewall rules you created.

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 23:00, brooklynmikestovgphx
Suppose s, t, and w are strings that have already been created inside main. write a statement or statements, to be added to main, that will determine if the lengths of the three strings are in order by length, smallest to largest. that is, your code should determine if s is strictly shorter than t, and if t is strictly shorter than w. if these conditions hold your code should print (the boolean value) true. if not, your code should print false. (strictly means: no ties) example: if s, t, and w are "cat", "hats", and "skies" your code should print true - their lengths are 3-4-5; but if s, t, and w are "cats" "shirt", and "trust", then print false - their lengths are 4-5-5 enter your code in the box below
Answers: 2
image
Computers and Technology, 23.06.2019 14:30, ladawnrowles005
The option enables you to modify a slide element in most presentation applications.
Answers: 2
image
Computers and Technology, 23.06.2019 17:00, kyleemarie2003
Companies that implement and apply an information system effectively can create
Answers: 1
image
Computers and Technology, 24.06.2019 13:30, tami5
Write a program that uses a two-dimensional array to store the highest and lowest temperatures for each month of the year. the program should output the average high, average low, and the highest and lowest temper- atures for the year. your program must consist of the following functions: a. function getdata: this function reads and stores data in the two- dimensional array. b. function averagehigh: this function calculates and returns the average high temperature for the year. c. function averagelow: this function calculates and returns the aver- age low temperature for the year. d. function indexhightemp: this function returns the index of the highest high temperature in the array. e. function indexlowtemp: this function retur
Answers: 3
Do you know the correct answer?
Configure a firewall on a Linux machineSet up a stateless firewall that accomplishes the following o...

Questions in other subjects: