This repository was archived by the owner on Feb 24, 2024. It is now read-only.
does hyprspace support routing? #72
Unanswered
jingkang99
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@jingkang99 Hyprspace does not yet support defining one of the peer as a router but we will soon. Checkout #62. Once that is merged in I believe you should be able to accomplish that you've drawn above. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
The goal is to access internal services, like web app on 10.0.0.79. it isn't effective by add routing rule on 10.1.1.1 and 10.0.0.79
on 10.1.1.1
route add -net 10.0.0.0 netmask 255.255.255.0 gw 10.1.1.1
ping 10.0.0.79
tcpdump shows nothing when capturing packets on 10.1.1.95/hs0, no icmp packet coming
tcpdump -i hs0 -n
of course I can setup hyprspace on 10.0.0.79. https://github.com/mudler/edgevpn is ok
btw, where is the vpn Rendezvous point, and how decided?
why?
Beta Was this translation helpful? Give feedback.
All reactions