惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
J
Java Code Geeks
Jina AI
Jina AI
罗磊的独立博客
宝玉的分享
宝玉的分享
S
SegmentFault 最新的问题
D
DataBreaches.Net
博客园 - 叶小钗
腾讯CDC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
阮一峰的网络日志
阮一峰的网络日志
B
Blog
V
Visual Studio Blog
雷峰网
雷峰网
博客园 - 【当耐特】
Apple Machine Learning Research
Apple Machine Learning Research
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

CachyOS Forum - Latest posts

Ran into a frozen black screen issue with latest update Niri Settings GUI Not Appearing Update to Gnome 50 and I'm getting black/blank screen on NVIDIA with hybrid graphics My JBL Quantum 350 headphones dont play sound 90% of the time on linux while on windows it plays audio 99% of the time Niri/Noctalia Shell notifications Getting a black screen after alt-tabbing too many times Rog-control-center Duplicate keyboard and mouse in system settings? Games running very poorly after first session (semi-solved, still need help though!) Amdgpu random hangs (does cachy perhaps plan to carry patches for this)? A little something. The adj script that replaces GNU fmt for non-ASCII text Mouse scroll wheel issues - ratchet Can't start steam after updates of today (17 April) Balena etcher or ventoy QEMU Bridge setup - Maybe already known but I found it pretty difficult to do and needed much reading Multi-boot install: what do I do about my /boot and /boot/efi partition? Do you collect all the solutions and post them on Wiki or Forum? System update - lts headers invalid or corrupted Sick to death of updates killing my games! I messed up my stuff again and cant download any thing now. error below Got Logitech MX4 with Haptic working in CachyOS Need help with the performance button on my Acer Nitro V16 AI Bailing out, you are at your own Troubles in the Starfield What is so special about the new Linux Kernel 7? "Issue: Display brightness is locked at a low level after waking from sleep on CachyOS (latest update) Balena etcher or ventoy Help with kernel update, emergency mode Issue happening only on wayland Display not recognised - low resolution
Incoming LAN TCP connections dropped (No SYN-ACK) despite...
@Ivan · 2026-05-02 · via CachyOS Forum - Latest posts
Hello CachyOS community. I am experiencing a severe local network isolation issue on CachyOS. My machine completely ignores incoming TCP connections from my local network (e.g., from a smartphone to the PC), while ICMP (ping) works perfectly in both directions. The Setup & Problem: OS: CachyOS x86_64 (Kernel 7.0.2-2-cachyos) NIC: Realtek RTL8111H ( enp5s0 ) Scenario: Running a simple HTTP server ( python3 -m http.server 8000 --bind 192.168.50.104 ) or AudioRelay/Jellyfin. Result: Trying to access the server from a smartphone ( 192.168.50.88 ) on the same LAN results in ERR_CONNECTION_RESET or a Timeout. Troubleshooting already performed: To isolate the issue, I completely stripped down the network stack to a “bare metal” state: Services: Completely stopped and masked Docker, Cloudflare WARP ( warp-svc ), and DPI bypass tools ( zapret2 ). Routing: Flushed custom ip rule . The routing table is clean (only local , main , default remain). Firewall: Flushed everything. sudo nft flush ruleset , iptables -F , iptables -t nat -F , iptables -t mangle -F , iptables -t raw -F . Default policies set to ACCEPT . Sysctl Tweaks: Disabled reverse path filtering to prevent asymmetric routing drops: net.ipv4.conf.all.rp_filter=0 net.ipv4.conf.enp5s0.rp_filter=0 net.ipv4.conf.all.accept_local=1 Security: Stopped and disabled apparmor . Diagnostic Proof (tcpdump): Running sudo tcpdump -i enp5s0 -n tcp port 8000 shows that the SYN packets from the phone reach the network card, but the CachyOS kernel never replies with a SYN-ACK . It just silently drops the packets or actively resets them: 03:14:53.648346 IP 192.168.50.88.50758 > 192.168.50.104.8000: Flags [S], seq 3700488905, win 65535, options[mss 1460,sackOK,TS val 36956148 ecr 0,nop,wscale 8], length 0 03:14:54.648488 IP 192.168.50.88.50758 > 192.168.50.104.8000: Flags [S], seq 3700488905, win 65535, options[mss 1460,sackOK,TS val 36956449 ecr 0,nop,wscale 8], length 0 03:14:56.651726 IP 192.168.50.88.50758 > 192.168.50.104.8000: Flags [S], seq 3700488905, win 65535, options[mss 1460,sackOK,TS val 36957050 ecr 0,nop,wscale 8], length 0 (No outgoing SYN-ACK responses at all). Meanwhile, DLNA (SSDP multicast) is also broken for the exact same reason (the system sends multicast packets, the receiver answers, but CachyOS drops the incoming responses). On Windows 10 (Dual-Boot on the exact same hardware/router), everything works flawlessly out of the box. My Question: Is there any specific kernel hardening patch (like BORE scheduler networking tweaks), hidden cachyos-settings parameter, or a known issue with the r8169 driver in the current 7.0.x kernel that actively drops incoming unestablished TCP connections on non-privileged ports even when the firewall is completely disabled? I have attached the output of my cachyos-bugreport.sh below. Any help pointing me in the right direction would be greatly appreciated. [Here I will attach the output of cachyos-bugreport.sh] paste.cachyos.org c3c3b13 Author: Gunwant Jain, A highly opinionated and minimalistic Pastebin.