this post was submitted on 02 Nov 2023
9 points (73.7% liked)

Selfhosted

39477 readers
365 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I have an #OpenWRT router. Let’s say I install Tailscale on it and want to create an interface that specifically routes to one of my exit nodes. Can I do that?

Everything I’ve seen about Tailscale on OpenWRT just provides direct router access to the tailnet (100.x.x.x), but I specifically want to route certain traffic to an exit node.

Can I do this? Do me proud, Fediverse! Hoping I can get good answers here without resorting to Reddit.

you are viewing a single comment's thread
view the rest of the comments
[–] glasgitarrewelt@feddit.de 4 points 11 months ago (1 children)

I am a total beginner in this regard, but maybe maybe this could help you:

Check out PBR - policy-based-routing. On OpenWRT there is an app for this task, vpn-policy-routing (together with luci-app-vpn-policy-routing for a GUI inside LuCi). This app helped me to route all traffic coming from my PiVPN to the WAN interface, instead of my commercial NordVPN. Now at home all my traffic goes to NordVPN and when I am not at home I can easily VPN into my home network.

https://openwrt.org/docs/guide-user/network/routing/pbr

Other than that, the OpenWRT Forum is very helpful, don't hesitate to ask your questions there.

[–] goatsarah@thegoatery.dyndns.org 1 points 11 months ago

@glasgitarrewelt Thanks. The routing is less the issue than creating the interface that sends traffic to the Tailscale exit node. AIUI the way Tailscale operates on OpenWRT is to provide an interface whose destination is the tailnet, not an exit node.