Replies: 2 comments 1 reply
|
Would also be interested in this. This always worked automatically for me with Tailscale and Netbird, would be awesome if Pangolin supported this too. Currently I get no direct connection with site / clients in different VLANs (the site is locally reachable from the clients): |
0 replies
|
When establishing local connections at work, the following information
may help you determine the necessary adjustments to allow a VLAN
connection:
Newt collects a set of IP addresses from the interfaces of the host on
which it is running. If it is running within a Docker container, it
will only detect the container's internal network; therefore, it is
recommended to run it on the local host to ensure it can identify the
host's actual IP addresses. Using these addresses, the client attempts
to send UDP test packets to Newt's listening port. If any of these
packets complete a round trip, it can be confirmed that a local
connection is possible and establishes the link. Even if devices are
on different VLANs, the connection should be successful provided that
the routing is correctly configured.
|
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.
Hello everybody,
with Pangolin's newest release a feature was brought to us that enables direct traffic between clients and sites if they are on the same network. I was wondering how this is going to be monitored/initiated by the application. In my case I have a site one one VLAN and all my clients on another. Does anybody know what is needed in terms of configuration, so that Pangolin and the clients are able to initiate a local/direct connection?
Cheers
All reactions