Super Library of Solutions
Tech Articles and Personal Projects
RSS
  Menu
Skip to content
  • Home
  • Microsoft
  • Linux
  • Amazon AWS
  • VPN and Remote Access
  • Media and Streaming
  • Misc Tech Notes
RSS

Tag Archives: linux

Newer posts »

How to Log IPTABLES Dropped Packets to Syslog

By mike | March 20, 2014 - 5:53 pm |March 20, 2014 Linux Stuff
1 Comment

Simply, I want to have IPTABLES log whenever it drops a packet. To log all dropped incoming packets, add these entries to the bottom of your IPTABLES rules: iptables -N LOGGING iptables -A INPUT -j LOGGING iptables -A LOGGING -m limit –limit 2/min -j LOG –log-prefix “IPTables-Dropped: ” –log-level 4… Continue reading →

Tagged iptables, linux
12
  • Support


    Did something here help you out? Then please help support the effort by buying one of my Python Boto3 Guides.

    Mike's Guides to Learning Boto3 Volume 1: Amazon AWS Connectivity and Basic VPC Networking


    Mike's Guides to Learning Boto3 Volume 2: AWS S3 Storage: Buckets, Files, Management, and Security

    Or Feel free to donate some beer money through paypal.

    You have my Thanks.

  • Categories

    • Active Directory
    • Amazon AWS
    • Cisco Stuff
    • Exchange
    • Linux Stuff
    • Lync
    • MAC OSx Stuff
    • Media and Streaming
    • Microsoft Stuff
    • Python
    • Security
    • Sharepoint
    • Uncategorized
    • Virtualization Stuff
    • VPN Stuff
  • Recent Posts

    • Programmatically set Public Block on AWS S3 Buckets
    • Using AWS Boto3 to Paginate EC2
    • Run Jitsi on Custom Ports
    • Using Stored AWS Keys and credential profiles in Boto3
    • Disable touchpad via button combination on Linux Laptop
    • Linux Stuff
    • Microsoft Stuff
    • Exchange
    • Active Directory
    • Security
    • Lync
    • VPN Stuff
    • Virtualization Stuff
    • Uncategorized
    • Cisco Stuff
    • SLSMK Tech Forums
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla massa diam, tempus a finibus et, euismod nec arcu. Praesent ultrices massa at molestie facilisis.
Super Library of Solutions | Powered by Mantra & WordPress.
RSS