Skip to content

Commit 7e81396

Browse files
committed
add NAT type
1 parent 3d9fad6 commit 7e81396

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

content/post/tailscale-operator/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,15 @@ metadata:
238238

239239
In Tailscale, we can see the UDP flows to the world as well as the connections to the Tailscale Coordination servers over HTTPS.
240240

241-
![Hubble](hubble.png)
241+
![Hubble](hubble.png)
242+
243+
## NAT Type
244+
245+
From the ping command, we can see that the NAT type of my Connector pod withink the cluster is likely EasyNAT mode. We can tell this because UDP is yes. In addition, when pinging the connector from outside the cluster we never reach a DERP server. This means I am in direct connection mode.
246+
247+
![Nat Type](nat.png)
248+
249+
``` bash
250+
rajs@macbook % tailscale ping robbinsdale-connector
251+
pong from robbinsdale-connector (100.107.45.57) via 67.4.239.75:56786 in 33ms
252+
```
10.2 KB
Loading

0 commit comments

Comments
 (0)