Loading...
Loading...
Compare original and translation side by side
| Field | What It Tells |
|---|---|
| Transport Protocol | Current transport: |
| Round-Trip Time (RTT) | End-to-end latency in ms |
| Available Bandwidth | Current bandwidth in Mbps |
| Gateway | The AVD gateway hostname and port |
| Service Region | Azure region code (e.g., SEAS = South East Asia) |
UDPUDP MulticastWebSocketTCP| 字段 | 说明 |
|---|---|
| 传输协议 | 当前使用的传输协议: |
| 往返延迟(RTT) | 端到端延迟,单位为毫秒 |
| 可用带宽 | 当前带宽,单位为Mbps |
| 网关 | AVD网关的主机名和端口 |
| 服务区域 | Azure区域代码(例如:SEAS = 东南亚) |
UDPUDP MulticastWebSocketTCPifconfig | grep -E "^[a-z]|inet |utun"
netstat -rn | head -40
scutil --proxy0/1 + 128.0/1 → utunifconfig | grep -E "^[a-z]|inet |utun"
netstat -rn | head -40
scutil --proxy0/1 + 128.0/1 → utunundefinedundefined
Key evidence to look for:
- **Source IP `198.18.0.x`**: Traffic is being routed through ShadowRocket/proxy TUN tunnel
- **No UDP connections from Windows process**: Shortpath not established
- **Only TCP 443**: Fallback to gateway WebSocket transport
需要重点关注的证据:
- **源IP为`198.18.0.x`**:流量被路由至ShadowRocket/代理的TUN隧道
- **Windows进程无UDP连接**:Shortpath未建立
- **仅存在TCP 443连接**:回退到网关的WebSocket传输协议undefinedundefinedundefinedundefinedtailscale status
tailscale netchecknetcheckMappingVariesByDestIPtailscale status
tailscale netchecknetcheckMappingVariesByDestIP~/Library/Containers/com.microsoft.rdc.macos/Data/Library/Logs/Windows App/com.microsoft.rdc.macos_v<version>_<date>_<time>.log~/Library/Containers/com.microsoft.rdc.macos/Data/Library/Logs/Windows App/com.microsoft.rdc.macos_v<version>_<date>_<time>.logLOG_DIR=~/Library/Containers/com.microsoft.rdc.macos/Data/Library/Logs/Windows\ AppLOG_DIR=~/Library/Containers/com.microsoft.rdc.macos/Data/Library/Logs/Windows\ Appundefinedundefined| Log Pattern | Meaning |
|---|---|
| Health check completed successfully |
| Client detected VPN routing for TCP |
| Client detected VPN routing for STUN/TURN |
| Gateway reachability confirmed |
| Critical: Client cannot get transport options from gateway |
| TLS interception or DNS poisoning detected |
| WebRTC session setup not handled by client |
| 日志模式 | 含义 |
|---|---|
| 网络连通性健康检查通过 |
| 客户端检测到TCP流量是否通过VPN路由 |
| 客户端检测到STUN/TURN流量通过VPN路由 |
| 网关可达性验证通过 |
| 严重问题:客户端无法从网关获取传输选项 |
| 检测到TLS拦截或DNS投毒 |
| 客户端未处理WebRTC会话建立请求 |
undefinedundefined
A working log will contain the full health check block (InternetConnectivity, VPN routing detection, gateway URL tests). A broken log may show these entries missing entirely, or show certificate/timeout errors instead.
正常日志会包含完整的健康检查模块(网络连通性、VPN路由检测、网关URL测试)。异常日志可能完全缺失这些条目,或显示证书错误/超时错误。198.18.0.xDOMAIN-SUFFIX,wvd.microsoft.com,DIRECT
DOMAIN-SUFFIX,microsoft.com,DIRECT
IP-CIDR,13.104.0.0/14,DIRECT198.18.0.xDOMAIN-SUFFIX,wvd.microsoft.com,DIRECT
DOMAIN-SUFFIX,microsoft.com,DIRECT
IP-CIDR,13.104.0.0/14,DIRECTFetchClientOptionsundefinedFetchClientOptionsundefined
**Fix options**:
- Try mobile hotspot (isolate home network from ISP)
- Check router NAT type (Full Cone NAT preferred)
- Enable UPnP on router
- Try IPv6 if available
- Contact ISP about UDP restrictions
**修复选项**:
- 尝试使用移动热点(将家庭网络与ISP隔离)
- 检查路由器NAT类型(优先选择Full Cone NAT)
- 在路由器上启用UPnP
- 若可用,尝试使用IPv6
- 联系ISP咨询UDP限制问题FetchClientOptionsFetchClientOptionsUDPUDP Multicastlsof -i UDP -n -P 2>/dev/null | grep -i "Windows"UDPUDP Multicastlsof -i UDP -n -P 2>/dev/null | grep -i "Windows"undefinedundefined