Question

Create a firewall on the virtual machine. Use the output from the command iptables -L -v...

Create a firewall on the virtual machine. Use the output from the command iptables -L -v to show that the virtual machine has been properly firewalled.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

To configure the firewall add this line to  /etc/sysconfig/system-config-firewall

 --port=5438:udp  or --port=8080:tcp

(tcp - reliable protocol delivery or udp - not secured but ultra fast packet delivery )

To display firewall

 iptables -L -n | grep 'udp.*5438'

or iptables -L -v

Add a comment
Know the answer?
Add Answer to:
Create a firewall on the virtual machine. Use the output from the command iptables -L -v...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Question 1: Go into your firewall settings on your Windows system or the virtual machine you...

    Question 1: Go into your firewall settings on your Windows system or the virtual machine you are using here. You can find them in Control Panel, System and Security, Windows Firewall. What are the settings for your Incoming Connections (should be listed underneath the status of your firewall)? Question 2 Go into Allow apps to communicate through the Windows Firewall. What apps are allowed? HTML Editor Keyboard Shortcuts Question 3 Are there any that you were surprised to see allowed...

  • Show how you would use the iptables command to reject all incoming SYN packets that seek...

    Show how you would use the iptables command to reject all incoming SYN packets that seek to open a new connection with your machine?

  • You are to create and apply a firewall rule set on your Ubuntu server and each...

    You are to create and apply a firewall rule set on your Ubuntu server and each rule should be commented. Make sure to use variables for the IP addresses in your firewall. It's good practice and if I have to test one or more of your rules, I can replace the address in the variable. For any packets you REJECT or DENY, those should be logged. That means you'll need to modify the rule so that if the rule matches...

  • Use the firewall-cmd to drop all incoming pings. Try to ping your CentOS machine from your...

    Use the firewall-cmd to drop all incoming pings. Try to ping your CentOS machine from your Mac. It should not work. Write down the command Remove the previous rule created (the one from question 1) Write down the command

  • what command can I (i'm not a root) use to create Virtual host entry that should...

    what command can I (i'm not a root) use to create Virtual host entry that should point my IP and port 8100 centos7 step by steps please

  • Carl has created a virtual machine on the cloud service provider that his company uses and...

    Carl has created a virtual machine on the cloud service provider that his company uses and has given it a static private IP address. He wants to make this server is the new web server for the company's website. Which of the following is required to allow that server to perform in that role? a. IG b. IGMP c. IGRP d. IDS Michonne currently manages a private cloud that has been built out in an on-premises data center. Some of...

  • On your Linux machine, use ___________ command that displays the memory Using the previous command, add...

    On your Linux machine, use ___________ command that displays the memory Using the previous command, add the ability to have the command output in "human readable" format Physical Memory___________________ Total Cached___________________ Available ___________________ Free___________________ Again, use the previous two commands and add the ability to watch the memory in real time. Leave that running in the background and open new terminal. Run the command that create a flag file that will dump your cache memory. What is that command? What...

  • C++ Example 1 of command and output Example 3 of command and output You will create...

    C++ Example 1 of command and output Example 3 of command and output You will create a C++ program that can read the arguments, according to the arguments, your program should output some patterns accordingly. The C++ source codes will become the executable to be tested by the TAs. The result should be outputted to the console. The general call to the executable is as follows in Linux: ./main 1 2 Linux Command: ./main 1 2 Linux Command: ./main 5...

  • Create a Windows batch script that: Execute the correct commands redirecting output to command-name.txt in BootDrive\newfolder2...

    Create a Windows batch script that: Execute the correct commands redirecting output to command-name.txt in BootDrive\newfolder2 in order to get the output below: Environment variable System information Mac address (You cannot use the ipconfig command) DNS table Export the system.evtx file to BootDrive\newfolder2\sys.evtx Use a FOR loop to: Execute hostname and send the output to a variable host Output the variable host to BootDrive\newfolder2\casefile\host.txt Use an if statement to determine if sys.evtx exists (from #4) If sys.evtx exists echo sys.evtx...

  • In C++ l. Assume that a system has a 32-bit virtual address with a 4-KB page...

    In C++ l. Assume that a system has a 32-bit virtual address with a 4-KB page size. Write a program that is passed a virtual address (in decimal) on the command line and have it output the page number and offset for the given address. As an example, your program would run as follows: yourprogram 19986 Your program would output: The address 19986 contains: Page number = 4 Offset = 3602 Writing this program will require using the appropriate data...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT