2015-11-01 1 views
2

J'ai installé une caméra sur mon système ARM sous Ubuntu 12.0.4 LTS. J'accède à Internet à partir d'un câble Ethernet de mon modem. Je suis capable de voir le flux en direct de ma caméra en utilisant un logiciel de mouvement sur mon réseau local. Cependant, pour voir ces flux à partir d'Internet, j'ai trouvé ce logiciel ngrok. Après l'installation, quand je tapeProblème de reconnexion de tunnels ngrok à localhost

./ngrok http 80 

ou

./ngrok tcp 22 

ou quoi que ce soit d'autre, il dit la connexion initally mais, va

Tunnel Status     reconnecting (x509: certificate has expired or is 

Comment puis-je résoudre ce problème?

Autres informations qui pourraient être utiles:

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 
+1

l'avez-vous résolu? –

+1

'sudo ngrok -log = stdout 80' pour voir le problème – laffuste

Répondre

-1

Vous pouvez utiliser une autre solution de tunnel.

S'il vous plaît jeter un oeil

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

S'il vous plaît suivez ces étapes pour utiliser la nouvelle façon de créer un tunnel depuis 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 

supprimer le compte pagekite

pagekite .py - enlever vijaychou han.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 
+0

Cela ne résout pas ce problème. –