Enabling logging on Iptables aids in tracking traffic to our server. We can also use this to estimate the number of hits generated by any IP address. This article will show you how to enable logging for all packets filtered by Iptables.
Enable Iptables Logging
To Enable Iptables Logging, simply run the following command.
We can also define the IP address or range from which the log will be generated.
Use –log-level followed by a number to define the level of LOG provided by Iptables.
We can also add a prefix to the generated logs to make it easier to find logs in a big file.
Check Iptables Log
After enabling logging on Iptables. Check logs generated by Iptables according to your operating system by looking at the following log files.
Check logs On Ubuntu and Debian
The kernel generates the Iptables logs. As a result, take a look at the kernel log file below.
Check Logs on CentOS/RHEL and Fedora
Change the name of the Iptables LOG file
To change the name of the iptables log file, edit the /etc/rsyslog.conf file and apply the following configuration.
Insert the following line:
Now, use the following command to restart the rsyslog service.
READ MORE
2021’s Top Cloud Computing Trends
Saad Shafqat
Yehiweb's founder and chief editor. Working as an IT Professional And Freelance Content Writer Since 2012.
Related posts
New Articles
Quick Guide to Downgrade One UI 7 Beta to Stable One UI 6 on Samsung
As Samsung enthusiasts eagerly embrace the latest features and enhancements in One UI 7 Beta, some users may find themselves…