ngrok隧道到localhost重新连接问题

问题描述 投票:4回答:2

我在运行ubuntu 12.0.4 LTS的基于ARM的系统上设置了摄像头。我从我的调制解调器的以太网电缆访问互联网。我可以使用本地网络上的动作软件从我的相机查看实时流。然而,为了从互联网上查看这些流,我发现了这个软件ngrok。安装后,当我输入

./ngrok http 80

要么

./ngrok tcp 22

或其他任何东西,它说最初连接,但后来,去

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
ssh ubuntu-12.04 live-streaming tunnel ngrok
2个回答
0
投票

你可以访问该网站吗?比如尝试使用任何浏览器访问https://ngrok.com并查看。如果它不起作用,那么门户可能会被您的互联网阻止!


-2
投票

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

请看一看

https://pagekite.net/support/quickstart/

请按照以下步骤使用新方法从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 --remove 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
© www.soinside.com 2019 - 2024. All rights reserved.