[root@localhost node]# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 14731/node
tcp 0 0 192.168.1.146:3478 0.0.0.0:* LISTEN 22383/./bin/turnser
tcp 0 0 192.168.1.254:3478 0.0.0.0:* LISTEN 22383/./bin/turnser
tcp 0 0 192.168.1.144:3478 0.0.0.0:* LISTEN 22383/./bin/turnser
tcp 0 0 120.196.52.44:3478 0.0.0.0:* LISTEN 22383/./bin/turnser
tcp 0 0 127.0.0.1:3478 0.0.0.0:* LISTEN 22383/./bin/turnser
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1617/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1992/master
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 14731/node
tcp6 0 0 :::22 :::* LISTEN 1617/sshd
tcp6 0 0 ::1:3478 :::* LISTEN 22383/./bin/turnser
tcp6 0 0 ::1:25 :::* LISTEN 1992/master
[root@localhost coturn]# ps -ef | grep turn
root 22383 17425 0 14:21 pts/2 00:00:00 ./bin/turnserver -c ./etc/turnserver.conf.default
root 22547 15725 0 14:23 pts/1 00:00:00 grep --color=auto turn
不过在调试台上发觉有报错