Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ssh ngrok隧道到本地主机重新连接问题_Ssh_Ubuntu 12.04_Live Streaming_Tunnel_Ngrok - Fatal编程技术网

Ssh ngrok隧道到本地主机重新连接问题

Ssh ngrok隧道到本地主机重新连接问题,ssh,ubuntu-12.04,live-streaming,tunnel,ngrok,Ssh,Ubuntu 12.04,Live Streaming,Tunnel,Ngrok,我在运行Ubuntu12.0.4LTS的基于ARM的系统上安装了一个摄像头。我正在通过调制解调器的以太网电缆访问internet。我可以使用本地网络上的运动软件从我的相机观看实时流。然而,为了从互联网上查看这些流,我找到了这个软件ngrok。安装后,当我键入 ./ngrok http 80 或 或者其他任何东西,它说,连接初始,但然后,去 Tunnel Status reconnecting (x509: certificate has expired or i

我在运行Ubuntu12.0.4LTS的基于ARM的系统上安装了一个摄像头。我正在通过调制解调器的以太网电缆访问internet。我可以使用本地网络上的运动软件从我的相机观看实时流。然而,为了从互联网上查看这些流,我找到了这个软件ngrok。安装后,当我键入

./ngrok http 80

或者其他任何东西,它说,连接初始,但然后,去

Tunnel Status                 reconnecting (x509: certificate has expired or is
我如何解决这个问题

其他可能有用的信息:

Version                       2.0.19/
Web Interface                 http://127.0.0.1:4040

Connections                   ttl     opn     rt1     rt5     p50     p90
                              0       0       0.00    0.00    0.00    0.00

您可以使用其他隧道解决方案

请看一看

请按照以下步骤使用新方法从localhost创建隧道

website: `https://pagekite.net/support/quickstart/`
1) run
=> curl -s https://pagekite.net/pk/ |sudo bash
2) Signup
=> pagekite.py --signup
3) Completed all the details
4) pagekite.py 3000 yourname.pagekite.me
Ex:
pagekite.py 80 vijaychouhan.pagekite.me

MORE
删除pagekite帐户的步骤

pagekite.py--删除vijaychouhan.pagekite.me

if your pagekite account is expired then signup on pagekite.me with new email and get new account.
once you will signup successfully with new account then you can get Default Kite Secret into account tag.

now goto home folder and find .pagekite.rc file and replace your
kitename   = NEW PAGE KITE
kitesecret = SECRET KEY

Enjoy with new account

你能访问这个网站吗?如尝试使用任何浏览器访问并查看。如果它不起作用,那么门户可能被您的internet阻止了

我有时也有同样的问题。我发现,当ngrok无法连接时,浏览器可以打开站点,但在控制台中命令:

ping ngrok.com
返回:“请求超时”


在我的例子中是VPN中的问题。当我终止VPN时,我可以连接到ngrok。在我再次登录VPN后,ngrok将继续工作。

请断开并重新连接您的wifi连接。对我来说,它很好地解决了这个问题
ping ngrok.com