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

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

[-] Album@lemmy.ca 1 points 1 year ago

The iptables one has me triggered.

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

Programmer Humor

19192 readers
1182 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 1 year ago
MODERATORS