Skip to content

Commit 586a20f

Browse files
committed
Add a FAQ entry about two nodes seeing each other
See: #2431 See: #2174
1 parent 818046f commit 586a20f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/about/faq.md

+14
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,17 @@ help to the community.
121121
## Can I use headscale and tailscale on the same machine?
122122

123123
Running headscale on a machine that is also in the tailnet can cause problems with subnet routers, traffic relay nodes, and MagicDNS. It might work, but it is not supported.
124+
125+
126+
## Why do two nodes see each other in their status, even if an ACL allows traffic only in one direction?
127+
128+
A frequent use case is to allow traffic only from one node to another, but not the other way around. For example, the
129+
workstation of an administrator should be able to connect to all nodes but the nodes themselves shouldn't be able to
130+
connect back to the administrator's node. Why do all nodes see the administrator's workstation in the output of
131+
`tailscale status`?
132+
133+
This is essentially how Tailscale works. If traffic is allowed to flow in one direction, then both nodes see each other
134+
in their output of `tailscale status`. Traffic is still filtered according to the ACL, with the exception of `tailscale
135+
ping` which is always allowed in either direction.
136+
137+
See also <https://tailscale.com/kb/1087/device-visibility>.

0 commit comments

Comments
 (0)