TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Linux Routing Fundamentals

58 pointsby mariuz4 months ago

2 comments

topranks4 months ago
Good piece. Possibly should have gone into Linux VRF while they were at it, much neater abstraction for ip rules and tables in many cases.
jagrsw4 months ago
I&#x27;m starting to wonder if the Linux networking stack has become a bit too layered.<p>I recently spent some time debugging a Wireguard tunnel on a VPS. Simple &#x27;ip r sh&#x27; checks and tcpdump&#x27;ing weren&#x27;t revealing the full picture, and it turned out an obscure &#x27;ip rule&#x27; added by the VPS provided was redirecting the traffic to the loopback for reasons.<p>It seems like policy-based routing (via ip rule) adds an extra, opaque, layer before the regular routing table. The packet router (below routing) further complicates things.
评论 #42634496 未加载
评论 #42634589 未加载
评论 #42634468 未加载