I Tested Q-Feeds So You Don’t Have To (But You Probably Should)

I Tested Q-Feeds So You Don’t Have To (But You Probably Should)

RE: https://mstdn.io/@d1cor/116358374535310498
¿Todavía no se enteraron que el firewall por default en Linux va a pasar a ser #nftables?
Más info de la migración y diferencias acá:
https://juncotic.com/nftables-vs-iptables-algunas-notas/
#iptables #nftables #gnu #linux #firewall #ciberseguridad #infosec #cybersecurity
¿Conflicto entre iptables y arptables en @archlinux?
No es un error, es una migración.
Al actualizar mi Arch me encontré con este mensaje. Lejos de ser un problema, es parte de la transición hacia #nftables como backend unificado.
🔍 ¿Qué está pasando?
El paquete moderno #iptables (1.8.11-4) ahora incluye funcionalidad ARP y Ethernet.
Ya no necesita paquetes separados como #arptables o #ebtables.
#pacman te avisa del conflicto para que no queden paquetes huérfanos.
(1/2)
Arch Linux aggiorna il suo stack di rete: iptables ora usa nft come backend predefinito, con benefici per gestione e modernità. #ArchLinux #iptables #nftables #Linux
Arch Linux now uses the “nft” backend for iptables!
iptables is a utility program for Linux that provides you a method to configure filtering rules for IP protocol, configured as different Netfilter modules. It works as a firewall to implement a different set of rules that change how the packets are treated.
Arch Linux used to provide two packages for this utility, which included:
iptables-nft: This package contains the iptables binary with nft as the backendiptables: This package contains the iptables binary with the legacy backendThe Arch Linux development team has now implemented the nft backend as the default backend for the iptables utility, which caused the iptables-nft package to be considered a legacy package. Similarly, a new package, called iptables-legacy, has been created to preserve the legacy behavior.
According to the official news, instructions to the system administrators have been provided to ensure that your firewall rules still work. Moreover, you’ll need to check your /etc/iptables directory for any .pacsave files related to the following files:
/etc/iptables/iptables.rules.pacsave/etc/iptables/ip6tables.rules.pacsaveIf you have any of the above files, you’ll need to restore the rules manually to ensure that they work prior to the upgrade. You can perform the full system upgrade by running pacman -Syu as root.
The developers noted that most configurations should work with no changes made once upgrades to the iptables package have been made. However, if you are one of the system administrators who rely on either the uncommon xtables extension or the legacy behavior, you’ll need to uninstall iptables and install iptables-legacy.
Arch Linux now uses the "nft" backend instead of the legacy one for the iptables firewall solution!
#iptables #firewall #ArchLinux #Linux #Arch #TechNews #TechUpdates
https://officialaptivi.wordpress.com/2026/04/06/arch-linux-now-uses-the-nft-backend-for-iptables/
iptables now defaults to the nft backend
https://archlinux.org/news/iptables-now-defaults-to-the-nft-backend/
[Перевод] Настройка сети в Kubernetes: основы CNI
Kubernetes-кластер без сети — не кластер, а просто набор несвязанных компонентов. Чтобы «оживить» его, важно понимать, что такое Container Network Interface (CNI) и как он работает. В статье — детальный разбор механизма CNI: что такое CNI-плагин, как он запускается и какие операции выполняет в кластере. В конце работа CNI демонстрируется на примере кастомного плагина. Для желающих глубже погрузиться в тему есть список дополнительных материалов.
https://habr.com/ru/companies/flant/articles/1015810/
#сеть #cni #cniплагин #Container_Network_Interface #ipam #containerd #vxlan #static_routing #iptables
Firewalls en Linux: ¿Cómo funcionan realmente por dentro?
¿Alguna vez te sentiste abrumado/a con la terminología de firewalls en Linux?
¿No sabés si usar iptables o nftables, firewalld, firewall-cmd, firewall-config, ufw, etc.?
Todos comparten una arquitectura interna que vale la pena entender para comprender el rol de cada herramienta.
👉 https://youtu.be/EqGP4Pi-7QU
¿Vos ya usás nftables? O tu sistema usa iptables (legacy)?💬
#Linux #Firewall #Ciberseguridad #SysAdmin #Nftables #Iptables #DevOps

Как подружить KeeneticOS 5 с xHTTP
KeeneticOS из коробки закрывает большинство бытовых задач, но как только появляется требование рулить трафиком по-своему, быстро упираешься в нюансы. Я собрал рабочую схему на Keenetic Hopper: Entware + Xray-core (TUN) + policy-based routing через fwmark и отдельную таблицу маршрутизации. Главный фокус на эксплуатации, я покажу минимальный чек-лист диагностики, и как сделать конфигурацию самовосстанавливающейся, чтобы больше никогда не залазить руками. Статья - практическая инструкция: команды, конфиги и понятные критерии.
https://habr.com/ru/articles/1010414/
#KeeneticOS #Xraycore #iptables #раздельное_туннелирование #domainbased_routing