firewalld – enable logging
2016-05-16
63 words
1 min read
firewalld by default does not allow packets that are dropped. In some cases, you need to find out if some packet is being dropped or not. For doing so you may want to enable logging of dropped packets with the following command:
sudo firewall-cmd --set-log-denied=all
This will enable logging all the packets and help you figure out if firewalld is dropping the packet.
Related Articles:
- 2015/11/30 Disk usage by file type
- 2015/07/09 evvsubst – substitute variables in text in shell
- 2015/06/29 Easily monitor and archive your system log reports.
- 2015/04/30 tracer – trace outdated files on your system
- 2014/06/30 tlp – optimize and maximize your battery power.
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.