NatTypeTester icon indicating copy to clipboard operation
NatTypeTester copied to clipboard

测试当前网络的 NAT 类型(STUN)

NatTypeTester

Channel Status
CI CI
Stun.Net NuGet.org

RFC supports

Internet Protocol

  • [x] IPv4
  • [x] IPv6

Transmission Protocol

  • [x] UDP
  • [ ] TCP
  • [ ] TLS-over-TCP
  • [ ] DTLS-over-UDP

Preview

RFC3489

RFC5389

Binding Test

Checking for UDP Connectivity with the STUN Server

Mapping Behavior

Determining NAT Mapping Behavior

Filtering Behavior

Determining NAT Filtering Behavior

Combining Tests

STUN Server

Docker

docker pull hmbsbige/stunserver
docker run -d --restart=always --net=host --name=stunserver hmbsbige/stunserver --mode full --primaryinterface $IP1 --altinterface $IP2