Question

In Debian Linux, the iptables command is used to manage the built-in firewall. Describe how the iptables command can be used to: a.append a rule to reject all incoming TCP traffic to port 8088 (3 mar...

In Debian Linux, the iptables command is used to manage the built-in firewall. Describe how the iptables command can be used to:

  • a.append a rule to reject all incoming TCP traffic to port 8088 (3 marks)
  • b.show the list of the rules in the firewall after the change made in part (a) (2 marks).
0 0
Add a comment Improve this question Transcribed image text
Answer #1

a. iptables -A INPUT -p tcp --dport 8088 -j DROP

b. iptables -L -n -v

root@kali.~# iptables -L -n -v Chain INPUT (policy ACCEPT θ packets, θ bytes) pkts bytes target destination prot opt in out s

Add a comment
Know the answer?
Add Answer to:
In Debian Linux, the iptables command is used to manage the built-in firewall. Describe how the iptables command can be used to: a.append a rule to reject all incoming TCP traffic to port 8088 (3 mar...
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
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
ADVERTISEMENT