Skip to content

Create a summary of iptables traffic for later firewall rule creation

Notifications You must be signed in to change notification settings

yendor/iptables-log-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

This script will read log entries generated by iptables from the any arguments passed to
the script or stdin and summarize any outbound traffic by port, protocol and interface.

To get iptables to start logging traffic, run the command

    sudo /sbin/iptables -I OUTPUT -m state --state NEW -j LOG

and to disable logging when you are done run

    sudo /sbin/iptables -D OUTPUT -m state --state NEW -j LOG

About

Create a summary of iptables traffic for later firewall rule creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages