LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ip6tables-restore

Restore IPv6 firewall rules from file

TLDR

This command is an alias of iptables-restore for IPv6 firewall
$ tldr iptables-restore
copy

SYNOPSIS

ip6tables-restore [options] [file]

DESCRIPTION

ip6tables-restore restores IPv6 firewall rules previously saved by ip6tables-save. It is functionally identical to iptables-restore but operates on the IPv6 ip6tables ruleset instead of the IPv4 iptables ruleset.

INSTALL

sudo pacman -S iptables
copy
sudo apk add iptables
copy
sudo zypper install iptables
copy
brew install iptables
copy
nix profile install nixpkgs#iptables
copy

SEE ALSO

Copied to clipboard
Kai