Nftables the firewall of champions

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Variables, dictonaries, sets and maps are also awesome :) We just need people to catch up now.

drgrnUK
Автор

Am more a storage guy but it is always good to know a llitle more about many other things.

cesar
Автор

would love to see something on extending a ext4 non lvm partition for something like /var

ulysees
Автор

I've "translated" UFW's base rules to NFTables and uploaded it to GitHub if anyone is interested.

tad
Автор

OpenBSD PF > nftables > iptables

randomness
Автор

nft add table inet filter WORKING
nft add chain inet filter input { type filter hook input priority 0 \; } WORKING
nft add set inet filter blacklist { type inet_proto \; flags dynamic, timeout \; timeout 5m \; } WORKING

nft add rule inet filter input ip protocol tcp ct state new, untracked limit rate over 10/minute add @blacklist { inet_service } ---- this command is not working, can anyone have idea ?
nft add rule inet filter input ip saddr @blacklist drop ---- Not Tested

mohammedsarkar
Автор

thanks for the info! however, your flashing sychodelic black&white transitions are horible to watch. please don't use them. ever...

magneat