Any luck forwarding traffic? #17
darconeous
started this conversation in
General
Replies: 2 comments 3 replies
-
For what it's worth, IPv6 routing seems to work excellent, it's only IPv4 that is having these sorts of routing problems. :/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see this post about adding an NAT rule: https://tky.io/2020/11/running-tailscale-on-a-ubiquiti-edgerouter/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was trying to use this to set up tailscale on my router so that I could have normal hosts on my network use the tailscale hosts without needing to actually have tailscale installed.
Unfortunately, I cannot seem to get this to work. I can ping my tailscale hosts just fine from my edgerouter:
And when I use
ip route get
I can see how it does it (via routing table 52):But when I try to ping from another device on my network it's no dice:
And when I try to simulate that from my edge router via
ip route get
, I get an error:Unless I use the source address of the router:
Forwarding is enabled:
So I'm kinda stumped. Any ideas? It's not easy to just add a route to
tailscale0
becausetailscale0
isn't an actual network interface as far as Vyatta is concerned. :/Beta Was this translation helpful? Give feedback.
All reactions