Ngrok: BUG Invalid address server_addr 'ngrokd.ngrok.com:443

Created on 6 Nov 2017  路  6Comments  路  Source: inconshreveable/ngrok

Hi,
I downloaded the Linux 64bit version (https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip). I use Linux Mint 18.2 Mate 64bit.

When I run: ngrok 80

I get this: "Invalid address server_addr 'ngrokd.ngrok.com:443': lookup ngrokd.ngrok.com: no such host"

When I try to run, in this way: ngrok http 80

I get this: "You may only specify one port to tunnel to on the command line, got 2: [http 80]"

when I do a ping to: ping ngrokd.ngrok.com
(ping from Argentina)

I receive this "ping: unknown host ngrokd.ngrok.com"

but the main domain works: PING ngrok.com (54.68.226.153) 56(84) bytes of data.

Most helpful comment

but why is there a broken package in the repo ?

All 6 comments

Hello , if you are already installed ngrok via repository manager try to delete its . to be sue if you are running ngrok from downloaded package try to run with ./ngrok ?

@m7mdcc Downloading the package from ngrok.com fixed my problem! Thanks! :)

but why is there a broken package in the repo ?

Same thing on Ubuntu as well.

step 1 downnload ngrok form official website
step 2 unzip it
step 3 now you will se ngrok in unzipped format
step4 from the same folder issue cmd which have this syntax ./ngrok http

eg: ./ngrok http 5000

Ok, cool, but the package from the repository should work...

Was this page helpful?
0 / 5 - 0 ratings