STUN (Session Traversal Utilities for NAT)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/stun/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/stun/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/stun/)
Use the native HTML custom element.
A protocol (RFC 8489) that helps clients behind NAT discover their public IP address and port by querying a STUN server on the public internet. The server reflects the client's observed transport address back in the response. WebRTC and SIP use STUN during ICE candidate gathering to find server-reflexive candidates, enabling peer-to-peer connections through many types of NAT.