Comment on nftables: Can't ping my own server
pHr34kY@lemmy.world 8 hours agoRun nft list ruleset and make sure that the final result matches your config. Maybe it’s misinterpreting or discarding something?
Comment on nftables: Can't ping my own server
pHr34kY@lemmy.world 8 hours agoRun nft list ruleset and make sure that the final result matches your config. Maybe it’s misinterpreting or discarding something?
confusedpuppy@lemmy.dbzer0.com 8 hours ago
I’ve been checking my rules with
nft -c -f /etc/nftables.d/firewall.nftas well as checking the ruleset after every change and every change appears as it should. I’m stumped. Even more stumped because just allowing all traffic still doesn’t allow me to ping my server but I can access ssh, wireguard and my reverse proxy just fine. I would have assumed allowing all inbound traffic would also accept ping requests too…