Created
August 2, 2020 16:50
-
-
Save cjac/91783934b4c8e7e0bd157aa4d6504027 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mini: | |
root@mini:~# iptables-legacy-save | |
root@mini:~# nft list tables | |
table ip filter | |
table ip6 filter | |
table bridge filter | |
tiny: | |
root@tiny:~# iptables-legacy-save | |
root@tiny:~# nft list tables | |
table ip filter | |
table ip6 filter | |
table bridge filter | |
ogion: | |
root@ogion:~# iptables-legacy-save | |
root@ogion:~# nft list tables | |
table ip filter | |
table ip6 filter | |
table bridge filter | |
table ip nat | |
table ip mangle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment