331
Firewall Alignment Chart (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] Album@lemmy.ca 3 points 2 years ago

The iptables one has me triggered.

[-] thomas@lemmy.douwes.co.uk 1 points 2 years ago* (last edited 2 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
331 points (100.0% liked)

Programmer Humor

25338 readers
1108 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 2 years ago
MODERATORS