328
Firewall Alignment Chart (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] thomas@lemmy.douwes.co.uk 14 points 3 years ago

This is wrong, I use IPTables but the device is absolutely not dedicated lol.

[-] Album@lemmy.ca 3 points 3 years ago

The iptables one has me triggered.

[-] thomas@lemmy.douwes.co.uk 0 points 3 years ago* (last edited 3 years ago)

Who needs all this crazy firewall stuff when I have my

iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -i ppp0 -j DROP

And for IPv6 you don't need a firewall, just use slaac and hope no one finds the address /s

this post was submitted on 30 Jun 2023
328 points (98.5% liked)

Programmer Humor

33199 readers
1294 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS