ngrok is an API gateway and Kubernetes Ingress allowing DDoS protection, firewall, and load balancing.
Questions tagged [ngrok]
10 questions
2
votes
1 answer
How can ngrok reach my system but not No-IP?
I unsuccessfully tried to access my system from internet, by registering Dynamic DNS in No-IP, Port-forwarding in my TP-Link router etc. You can find more info here.
But without any all those headaches I could reach the Apache httpd running in my…
learner
- 231
- 1
- 2
- 13
2
votes
0 answers
Start ngrok with no output and log ngrok info into a file
I need some help with starting ngrok with no output and log the ngrok info into a file. it has to start in the same cmd window, but with no output so it can continue executing command.
I've already tried:
ngrok.exe tcp 22 -log=stdout >…
dheb
- 21
2
votes
1 answer
ngrok dynamic address in DDNS instead of router IP address?
disclaimer: I have no experience at networking so my question might sound stupid.
I'm trying to get access to HomeAssistant running on a local Raspberry Pi. I tried to setup DuckDNS and port forwarding but with no success. My router tells me that it…
oleg.semen
- 121
- 1
- 4
1
vote
1 answer
Bypass ngrok using a proxy
In order to improve DX, I'm trying to locally redirect ngrok request to localhost:3000 without going to ngrok servers
I need ngrok to embed my app in shopify admin but other than that, I want the requests to go directly to localhost and thus make…
unloco
- 133
- 8
1
vote
1 answer
How to access my server through a DNS without port forwarding
I have a raspberry on a dynamic IP network where I can't open ports and I need to be able to reach it even if it gets rebooted (all I need is the port 22).
My first idea was to combine no-ip client (which gives me a DNS and an api that allows me to…
Sapu
- 11
1
vote
1 answer
ngrok kex_exchange_identification: read: Connection reset by peer
I've got a raspi (in my robot boat project) connected to the internet over a 3G connection using a dongle with a simcard. I then use ngrok to expose ssh to a static address so that I can always ssh into it using:
ssh -p 29xxx pi@1.tcp.ngrok.io
That…
kramer65
- 1,442
- 4
- 26
- 43
0
votes
0 answers
Minecraft server using ngrok for port forwarding stopped working
So I built a PC using pieces I had laying around to make into a Minecraft server. I installed Ubuntu on it (I think it's the latest version because I installed it like a week ago. I didn't manage to setup port forwarding on my router so my friend…
0
votes
0 answers
How do I properly set up Browser exploitation Framework(BeeF) with ngrok?
I have installed BeeF, and it works perfectly on my local network. I knew it wouldn't work over other networks, so i attempted to use ngrok. To replicate the issue, here are the following steps I have taken:
run sudo beef-xss start
login to the web…
0
votes
1 answer
Can't kill exe task including cmd handler
Whenever i try to kill the ngrok.exe task (start /B "ngrok" call ngrok.exe tcp 22 -log=stdout > ngrok.log) with taskkill (taskkill /IM ngrok.exe /F) it doesn't work. Apparently i kill the ngrok.exe process but Windows Command Prompt (session…
dheb
- 21
0
votes
0 answers
Can't type password for SSH in Powershell
I would like to render an animation in Blender program over Google Colaboratory and I followed this tutorial to help me do that https://internet-of-tomohiro.netlify.app/google_colab/vnc.en.html. So basically, google colab's virtual machine should…
Helix
- 1
- 1
- 1