systemctl status coturn.service 显示:
● coturn.service - coturn TURN Server
Loaded: loaded (/etc/systemd/system/coturn.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2019-09-06 10:00:22 CST; 4h 30min ago
Process: 509 ExecStart=/usr/local/bin/turnserver -c /usr/local/etc/turnserver.conf -o -v (code=exited, status=0/SUCCESS)
Main PID: 587 (turnserver)
Tasks: 55 (limit: 1130)
CGroup: /system.slice/coturn.service
└─587 /usr/local/bin/turnserver -c /usr/local/etc/turnserver.conf -o -v
Sep 06 10:00:21 iZ2zeczv3xrnm42ge1eekxZ systemd[1]: Starting coturn TURN Server...
Sep 06 10:00:22 iZ2zeczv3xrnm42ge1eekxZ systemd[1]: Started coturn TURN Server.
但是打开浏览器:
This site can’t be reached
为啥?
coturn穿透服务器搭建安装环境 阿里云CentOS7.2(64bit) 下载并安装libevent-2.0 下载编译安装coturn 查看是否安装成功 配置文件 在/usr/local/etc/目...