January 2018
Intermediate to advanced
376 pages
8h 45m
English
For this lab, you need a clean snapshot of your Ubuntu virtual machine:
sudo ufw status sudo iptables -L
You should see no rules listed for iptables, and the ufw status should be inactive.
sudo apt install nftables
sudo nft list tables sudo nft -f /etc/nftables.conf sudo nft list tables sudo nft list table inet filter
sudo cp /etc/nftables.conf ...