Monday, 18 January 2016

How to Start/Stop and Enable/Disable FirewallD and Iptables Firewall in Linux 7


Join over 95,000+ Linux Users in the TecMint CommunityClick Here to Subscribe   

How to Start/Stop and Enable/Disable FirewallD and Iptables Firewall in Linux

If you have any questions or problems regarding this article and want help within 24 Hours?  Ask Now 
 Support TecMint: Did you find this tutorial helpful?. Please help to keep it alive by donating. Every cent counts! - Donate Now
Gunjit Khera
Currently a Computer Science student and a geek when it comes to Operating System and its concepts. Have 1+ years of experience in Linux and currently doing a research on its internals along with developing applications for Linux on python and C.
Your name can also be listed here. Got a tip? Submit it here to become an TecMint author.
Receive Your Free Complimentary eBook NOW! - Beyond Linux® From Scratch - Version 6.3

Download Free Linux eBooks

Advanced Bash-Scripting Guide
Linux Bible
A Newbie's Getting Started Guide to Linux
Introduction to Linux - A Hands on Guide

YOU MAY ALSO LIKE...

2 RESPONSES

  1. kevin
    Hello, great post.
    Im starting to set some rules in my laptop, just a question, I have 2 NIC; eth0 and eth1. Both have internet connection, so i cant deny internet package from eth1? Thanks
    • Ravi Saive
      @Kevin,
      Yes, you can deny Internet traffic on particular NIC, in your case it is eth1 and the rule for iptables is:
      # iptables -I INPUT -i eth1 -j DROP
      

LEAVE A REPLY

No comments:

Post a Comment