diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-20 13:44:04 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-20 13:44:04 -0400 |
commit | d38f49617f7d6dd496bc2987e0f0143cfa826a5d (patch) | |
tree | d8ad88294765b8c5e3a693cf031df370de58331f | |
parent | 342c3ceb20b220c7e82da23c13087b882ef13515 (diff) | |
download | pablotron.org-d38f49617f7d6dd496bc2987e0f0143cfa826a5d.tar.bz2 pablotron.org-d38f49617f7d6dd496bc2987e0f0143cfa826a5d.zip |
articles/nftables-examples: add journalctl -f screenshot
-rw-r--r-- | content/articles/nftables-examples.md | 6 | ||||
-rw-r--r-- | static/files/articles/nftables-examples/journalctl-drop-entries.png | bin | 0 -> 110865 bytes |
2 files changed, 6 insertions, 0 deletions
diff --git a/content/articles/nftables-examples.md b/content/articles/nftables-examples.md index 8309daf..6108ce7 100644 --- a/content/articles/nftables-examples.md +++ b/content/articles/nftables-examples.md @@ -374,6 +374,10 @@ table inet filter { } ``` +Here's what those `DROP` entries look like in the `journalctl -f` +output: + +![nftables DROP entries in journalctl][log-drop-entries] ## Reset Script @@ -503,3 +507,5 @@ table ip nat { "nftables maps" [nftables wiki]: https://wiki.nftables.org/ "nftables wiki" +[log-drop-entries]: /files/articles/nftables-examples/journalctl-drop-entries.png + "nftables DROP entries in journalctl log" diff --git a/static/files/articles/nftables-examples/journalctl-drop-entries.png b/static/files/articles/nftables-examples/journalctl-drop-entries.png Binary files differnew file mode 100644 index 0000000..1c401f6 --- /dev/null +++ b/static/files/articles/nftables-examples/journalctl-drop-entries.png |