~wiki
~wiki
  • Tools
    • User Tools
    • Log In
    • Site Tools
    • Media Manager
    • Sitemap
    • Page Tools
    • Show pagesource
    • Back to top
  • Translations of this page
    • English (en)
    • Deutsch (de)
  • Log In

  1. You are here
  2. Home
  3. admin
  4. linux
  5. iptables
  1. Trace
  2. puppet
  3. forensics
  4. backdoor
  5. interview
  6. iptables

admin:linux:iptables

  • Show pagesource
  • Back to top
  • Share via
    • Share via...
    • Twitter
    • LinkedIn
    • Telegram
    • Yammer
    • Reddit
  • Recent Changes
  • Send via e-Mail
  • Print
  • Permalink

iptables Linux Firewall

rules

application level firewalling

If your kernel was compiled with CONFIG_IP_NF_MATCH_OWNER then you can configure your iptables firewall to allow or reject packets on a per-command basis.

iptables -A OUTPUT -m owner --cmd-owner acroread -j DROP

The owner module only allows matches on the OUTPUT chain!

  • Last modified: 2024-07-05 14:31

cc by sa

Except where otherwise noted, content on this wiki is licensed under the following license:
CC Attribution-Share Alike 4.0 International