通过 Public IP 配置我的 Kurento 媒体服务器

configuring my Kurento Media Server over Public IP

我尝试在我的 Ubuntu 14.04 64x 中设置一个 Kurento 媒体服务器,用来自 here and after that I install my KMS from This doc 的 Turn 服务器配置我的系统 当我尝试使用 sudo netstat -atnp | grep LISTEN 命令我发现以下 tcp 0 0 127.0.0.1:5941 0.0.0.0:* LISTEN 1773/teamviewerd tcp 0 0 192.168.122.1:53 0.0.0.0:* 收听 1634/dnsmasq<br> tcp 0 0 127.0.1.1:53 0.0.0.0:* 收听 1297/dnsmasq<br> tcp 0 0 192.168.0.2:3478 0.0.0.0:* 听 6140/turnserver tcp 0 0 0.0.0.0:22 0.0.0.0:* 收听 1117/sshd<br> tcp 0 0 127.0.0.1:631 0.0.0.0:* 听 5642/cupsd<br> tcp 0 0 0.0.0.0:5432 0.0.0.0:* 收听 1256/postgres<br> tcp 0 0 0.0.0.0:445 0.0.0.0:* 听 791/smbd<br> tcp 0 0 127.0.0.1:5766 0.0.0.0:* 听 6140/turnserver tcp 0 0 0.0.0.0:139 0.0.0.0:* 听 791/smbd<br> tcp6 0 0 :::22 :::* 收听 1117/sshd<br> tcp6 0 0 ::1:631 ::::* 收听 5642/cupsd<br> tcp6 0 0 :::8888 :::* 收听 1683/kurento-media- tcp6 0 0 :::5432 :::* 收听 1256/postgres<br> tcp6 0 0 :::445 :::* 收听 791/smbd<br> tcp6 0 0 :::139 :::* 听 791/smbd 但是我无法在上面找到我的 public ip。 请指导我如何为我的 public ip 配置媒体服务器。我正在使用 Wifi 路由器连接互联网。

由于您在路由器后面,您的计算机无法直接知道您的 public IP。要查找您的 public IP,请加载浏览器并询问 Google 您的 IP 是什么。如果您的 OS 有一个仅使用 CLI 的服务器,请使用我从 https://askubuntu.com/questions/95910/command-for-determining-my-public-ip.

中提取的 one-liner
curl ipecho.net/plain ; echo