#Iptables

2025-06-22

Next, I had the theory that maybe the game was checking the source IP address of the packet to see it if matched the expected player's address based on the DirectPlay protocol phase.

So I added the following #iptables rule such that any traffic coming from the host towards Sarah's VM (192.168.1.242) would appear as if had come from James' VM (192.168.1.243).

iptables -t nat -A POSTROUTING -p udp -s <my ip> -d 192.168.1.242 -j SNAT --to-source 192.168.1.243

In the packet captures I could see that the source IP changed as intended and Sarah's game responded to these messages, but no trains were produced.

#games #pcgaming #trains #LEGO

2025-06-20

Finally switched from iptables to nftables on my Docker setup.
Had to wrestle a bit with bridge networks and rules, but it’s working now.
Wrote down the steps here 👉 schwitzd.me/posts/from-iptable

#nftables #iptables #docker #linux #selfhosting #devops #firewall #networking

Diego Córdoba 🇦🇷d1cor@mstdn.io
2025-06-19

Nueva tarde de grabación para #juncoTIC!!

Entre trabajo y trabajo se me complicó, pero esta semana realmente tenía ganas de grabar 😃

Y hoy llegó el momento, media hora más de video sumado al nuevo curso de firewalls con #nftables en #linux 💪

Ya van casi 3hr de video! 😮

Hoy tocó jugar con los comandos ⌨️ 🖥️

La semana que viene cierro con otras obligaciones, y ya termino de grabar y editar este curso! (y sumo contenido al de #iptables)

Los voy teniendo al tanto por si les interesa 🙂

captura de pantalla de un video donde explico cosas
uvok cheetahuvok@woof.tech
2025-06-18

...
For some reason, #iptables logging doesn't appear in /var/log/syslog nor /var/log/kern.log nor journalctl.
What am I missing?

(Debian, rsyslog is installed, the log rule definitely is hit, the rule line looks like

-A FORWARD -j LOG --log-prefix "Dropped Packet: "

edit: does it matter that I'm running this in a Linux network namespace?

edit2: Uhh, yeah. git.kernel.org/pub/scm/linux/k
Apparently it's disabled by defait

#linux

uvok cheetahuvok@woof.tech
2025-06-18

I did a mistake with my #dn42 network namespace #iptables setup! I made some crucial mistakes with the rules!

This should be better:

```
-A FORWARD -s fd00::/8 -d fd00::/8 -j ACCEPT
-A FORWARD -i eth0 -d fd00::/8 -j ACCEPT
-A FORWARD -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
```

Verfassungklage@troet.cafeVerfassungklage@troet.cafe
2025-06-17
2025-06-16

iptables-Regeln erstellen und dauerhaft speichern (Iptables Teil 2)

In diesem Artikel erkläre ich, wie man eigene Firewall-Regeln mit iptables erstellt und dauerhaft speichert. Mit dabei: eine Einführung in die wichtigsten Begriffe wie INPUT, OUTPUT, DROP und conntrack.

#iptables #iptables_persistent #Firewall #Netzwerksicherheit #Linux #Linux

gnulinux.ch/iptables-regeln-er

Diego Córdoba 🇦🇷d1cor@mstdn.io
2025-06-10

Nueva tarde de grabación!! 😃

Ya empecé a grabar el contenido propio del curso de #nftables (intro de firewalls terminada 💪)

Ahora, a divertirse y jugar con los comandos y archivos de configuración! 🎉

No hay mejor forma de aprender que practicando, y jugando con la tecnología, sí, viva la #CulturaHacker ;-)

#linux #nft #nftables #curso #juncotic #firewall #iptables

Diego Córdoba 🇦🇷d1cor@mstdn.io
2025-06-10

1/3
🔥 ¡Nueva promoción de precios mínimos por tiempo limitado!

¿Querés aprender Linux, Redes, Python/Flask, shell scripting, Wireshark, SSH, iptables y más?

Todos nuestros cursos a sólo USD 9.99 por 5 días!

Acá los descuentos. Te esperamos!! 👇 👇

(Por otras formas de pago: info@juncotic.com)

#Linux #Redes #TCPIP #Python #Flask #shellscripting #Wireshark #SSH #iptables #firewall

🧵

Verfassungklage@troet.cafeVerfassungklage@troet.cafe
2025-06-10

Was ist #iptables-persistent?

Und wie unterscheidet es sich von #UFW? (Iptables Teil 1)

Wer mit der #Linux-Firewall iptables arbeitet, trifft früher oder später auf das Paket iptables-persistent. Was ist das genau – und worin unterscheidet es sich von der einfacheren Alternative UFW?

Die integrierte #Firewall #iptables ist auf den meisten GNU/#Linux-Systemen verfügbar und bietet eine leistungsfähige Möglichkeit, Netzwerkzugriffe zu kontrollieren.

gnulinux.ch/was-ist-iptables-p

2025-06-10

Was ist iptables-persistent? Und wie unterscheidet es sich von UFW? (Iptables Teil 1)

Wer mit der Linux-Firewall iptables arbeitet, trifft früher oder später auf das Paket iptables-persistent. Was ist das genau – und worin unterscheidet es sich von der einfacheren Alternative UFW?

#iptables #Firewall #Ufw #Netzwerksicherheit #iptables_persiste #Linux

gnulinux.ch/was-ist-iptables-p

2025-06-08

2/3
Aber es gab diverse Issues...
#RaspAP z.B. ist trotz eigentlich guter Funktionalität für mich nicht zu gebrauchen. Leaken der echten IP in einigen #VPN Situationen - vor allem aber gibts mit RaspAP derzeit bekannte Stabilitätsprobleme mit dem aktuellen #RaspberryOS auf dem #RaspberryPiPico.

Und jetzt scripte ich mir seit 2 Tagen nen Wolf alle RaspAP Funktionalität mittels #NetworkManager (#nmcli), #dnsmasq und #iptables zu ersetzen.

Diego Córdoba 🇦🇷d1cor@mstdn.io
2025-06-04

Enorme artículo acabo de encontrar sobre packet flow en #netfilter, #iptables y #nftables! 😲

👇

Nftables - Packet flow and Netfilter hooks in detail

thermalcircle.de/doku.php?id=b

Si les gusta #linux, #kernel, #netfilter, #routing, #sockets, #vpn y temas afines, el blog completo de Andrej Stender tiene varios posts muy interesantes!

Diego Córdoba 🇦🇷d1cor@mstdn.io
2025-06-03

🛡️ ¿iptables? ¿nftables? ¿firewall stateful o stateless?

¡La práctica hace al experto!

En este nuevo post en el blog de
juncotic.com, les explico, con ejemplos prácticos, cómo configurar un #firewall stateless y uno stateful usando #iptables y #nftables 🔥

¡Y todo por línea de comandos! 💪

Aquí podrán ver las diferencias de sintaxis y comparar ambas herramientas, ideal si estás iniciando con iptables, o estás explorando el mundo de nftables.

¡Espero que les guste! 👇

juncotic.com/iptables-y-nftabl

Diego Córdoba 🇦🇷d1cor@mstdn.io
2025-05-29

¿Alguien quiere empezar a usar #nftables como firewall en #linux

Paciencia, la semana que viene sale artículo en el blog de #juncotic 😃

Estoy armando ejemplos comparando nftables con #iptables para que vean las diferencias.

Captura de pantalla de wordpress donde estoy redactando nuevo artículo.
Diego Córdoba 🇦🇷d1cor@mstdn.io
2025-05-29

Por cierto, si a alguien le interesa, tenemos todos los cursos a USD 9.99 por 2 días más en:

juncotic.com/cursos

Ahí siempre publicamos los enlaces con descuento para todos los cursos.

Cualquier duda me comentan!

#python #flask #wireshark #redes #tcpip #linux #terminal #scripting #bash #lpic1 #vim #ssh #iptables

2025-05-26

Keep in mind that a ports configuration of 1234:1234 in your docker-compose.yml implies to bind 0.0.0.0, not 127.0.0.1! And even if you had set up your #iptables to block all ports except certain ones, #docker will manipulate iptables to make that public! #linux #security #sysadmin

Jiří Pavlík :gentoo:jfpavlik@c.im
2025-05-23

@albi Tak jsem taky po tranzici z #iptables na #nftables . Nakonec to byla hračka. Konfigurák mi napsal AI Gemini.

Diego Córdoba 🇦🇷d1cor@mstdn.io
2025-05-21

Algunos avances del nuevo curso de Firewalls con nftables en Linux! 🔥

Y cositas nuevas que pronto estarán disponibles en el curso de iptables 😊

Seguimos trabajando! 💪

#nftables #gnu #linux #iptables #firewall #ciberseguridad #infosec #cybersecurity

youtube.com/shorts/hSwRzvjAWWE

Diego Córdoba 🇦🇷d1cor@mstdn.io
2025-05-20

Preparando material para el nuevo curso de Firewalls con NFTables, estoy cocinando un post en el blog de JuncoTIC.com ! 😀

Ejemplos de conf de un firewall stateless y uno stateful con iptables y nftables, para que vean las diferencias entre las dos herramientas.

¡Estén atentos! 🔥

#firewall #iptables #nftables #nft

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst