-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tunnel Only - No IP #1
Comments
Perhaps ngrok isn't being established on your end? Have you tried creating a tunnel with ngrok before? |
Same issue here - I'm getting an ngrok tunnel just fine, but neither of the dweet readouts are showing the local IP address. Edit: There are already a few forks that fix this. |
Same problem for me too. Edit: I got it working, here's how: I edited the nomohead.sh to implement all the changes in 'CODINGMOFO's fork. I also made a mistake when defining the location of ngrok. Instead of writing /path/ngrok, I just wrote /path/. I edited the config in /nomohead/config.cfg. After correcting this mistake the program worked as intended :) |
@OscarVanL please tell me how to get the external ip . I have tried CodingMOFo fork but it shows only internal ip but not the information i need how to get the external ip? |
@amrithmmh |
@OscarVanL thanks it works. But where will i get the url to use? (maybe a dumb question) |
@amrithmmh This might not be what you want if you just want an address associated with your raspberry pi's website. Have a look into a Dynamic DNS (there are free ones) such as no-ip. The purpose of the tunnel is to access certain ports on your Raspberry Pi without having port forwarded them on your router. I'm on an enterprise University network, so obviously I can't port forward to 22. |
@OscarVanL thank you actually i do not want to use port forwarding and router what i am trying to do is: |
update: i got it working for http link and the link is displayed!! |
Glad to hear you got it to work :) |
I followed the instructions, but when I check Dweet.io, only "tunnel" prints on the visual, and on the raw:
{
"tunnel": ""
}
I also noticed that the tunnel is not starting when the Pi boots; I log into ngrok and nothing is running.
What should I change?
Thanks
The text was updated successfully, but these errors were encountered: