Skip to content

Simple static network route manager I created for myself.

Notifications You must be signed in to change notification settings

OlmosJT/route-manager-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

route-manager-linux

Just a small Linux-only tool I built for myself.

Back in my Core Networking days, I used to connect Wi-Fi + Ethernet together — Ethernet for internal resources, Wi-Fi for the Internet. We had an internal company tool for static routes, but after switching to software dev, I needed it again (mostly to reach internal stuff via Ethernet and still pull Maven deps via Wi-Fi). So... I wrote this.


🧩 What It Does

  • Shows current routes and interfaces
  • Lets you add or remove static routes
  • Filter only static ones
  • Save & reapply routes after restart
  • Works only on Linux

🧮 Built With


🚀 Run It

git clone https://github.com/yourusername/route-manager-linux.git
cd route-manager-linux
go build -o route-manager-linux .
sudo ./route-manager-linux

Note: Needs sudo because routes.


🖼️ Screenshots

image image image

⚠️ Notes

  • Not a full project
  • No roadmap
  • Just works for me
  • If it helps you too — cool 😎

About

Simple static network route manager I created for myself.

Resources

Stars

Watchers

Forks