# anyType
>failed to run node can't run service 'gateway': listen tcp 127.0.0.1:47900: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
## 發現被占用 查詢已被排除
```bash
netsh int ipv4 show excludedportrange protocol=tcp
```
```
通訊協定 tcp 連接埠排除範圍
開始連接埠 結束連接埠
---------- ----------
47888 47987 *
* - 管理的連接埠排除。
```
```bash
net stop winnat
```
>停止 Windows NAT (Network Address Translation) 服務
>通常影響 Docker、WSL2、Hyper-V 等虛擬網路環境的連線