this post was submitted on 27 Feb 2025
7 points (100.0% liked)
Shitty sysadmin
289 readers
188 users here now
Welcome to Shitty Admin!
This community is for shit posting about terrible things computer admin do. Cross posts are welcome and so is satire.
Please no politics or harmful content
founded 4 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not talking about being able to discover what the router can do, and then talk to it (and have it do packet inspection and translate addresses to make the traffic from your computer look like it was coming from the router). I'm talking about being able to use the router's own network stack, natively, from a separate computer, and have the machine you're using absorb every aspect of the router's networking (what its own IP address is, what ports are open and not, and so on), as if the programs were running on the router. You can also use the same thing to create a VPN or something, without needing any code at all that is "creating" the NAT setup or the VPN. It's pretty wild.
Here's a super-short introduction to how it works:
https://drewdevault.com/2022/11/12/In-praise-of-Plan-9.html
Huh, interesting