当前位置: 代码迷 >> 综合 >> 解决aspera 下载ENA 数据报错Session Stop (Error: Client unable to connect to server (check UDP port and fire
  详细解决方案

解决aspera 下载ENA 数据报错Session Stop (Error: Client unable to connect to server (check UDP port and fire

热度:112   发布时间:2023-11-06 22:00:33.0

需要在root权限下设置udp端口

使用iptable设置如下:

iptables -I INPUT -p udp --dport 33001 -j ACCEPT

iptables -I OUTPUT -p udp --dport 33001 -j ACCEPT

  相关解决方案