Questions tagged [ehostunreach]

No route to host - Error message indicating that no route to a particular host could be found.

12 questions
8
votes
1 answer

axios request get connect EHOSTUNREACH Error. response header got default-src 'self'

Hey I'm working on SSR app with express. when the request hits, render server(running on localhost:3000) send request to api server(running on localhost:3001) for initial user's session store. but when sending a request it throws this Unknown error…
Riaco
  • 301
  • 1
  • 5
  • 9
4
votes
1 answer

EHOSTUNREACH error with nodemailer

I'm having an issue with nodemailer and would appreciate your help. I am trying to send mail through nodemailer on node.js. EHOSTUNREACH error keeps popping up.I tried with two different services however, I keep getting the same error. My error log…
shreya
  • 123
  • 2
  • 3
  • 8
3
votes
1 answer

How to find the cause of EHOSTUNREACH in NodeJS?

I have a NodeJS program with many complex dependencies. It was occasionally crashing with EHOSTUNREACHABLE, so I added a process.on('uncaughtException' ... handler. Neither the original crash, nor the caught error give any indication of where the…
fadedbee
  • 42,671
  • 44
  • 178
  • 308
2
votes
2 answers

java.net.ConnectException: failed to connect to /192.168.1.107 (port 80) after 10000ms: isConnected failed: EHOSTUNREACH (No route to host)

I'm trying to connect my REST API from localhost with android application. I'm using xampp as my apache serever on my Windows. The rest api works correctly when I'm trying to get from my computer using this link via…
Saman Sattari
  • 3,322
  • 6
  • 30
  • 46
1
vote
0 answers

EHOSTUNREACH- Error when trying to make requests to backend API via localhost

I have a small website I've been working on as part of a college assignment. Last time I worked on the project everything worked perfectly. However, since then I've upgraded to MacOS Big Sur which has caused me tonnes of issues and a new VPN…
JoshFen
  • 11
  • 1
1
vote
0 answers

RHEL8 and docker-compose default network error EHOSTUNREACH

We have been using single container Docker images for some time without issues on RHEL8. We need to move toward integrating multiple services using docker-compose but have not been successful in even simple attempts. We are using Mongo…
BJK
  • 11
  • 1
1
vote
0 answers

Receive TCP RST packet from unreachable computer

I had an opportunity to work with wireshark. I installed wireshark on my VMware and made some tests on it, I found an interesting thing. I sent the HTTP request to non-existing computer and captured all the packet flow with wireshark. The first…
Cuza
  • 31
  • 5
0
votes
0 answers

Kafka consumer connection issue

I have this article https://www.confluent.io/blog/kafka-client-cannot-connect-to-broker-on-aws-on-docker-etc/ in which, it is mentioned that to establish kafka connection there are two steps first is to "The initial connection to a broker (the…
0
votes
1 answer

Cannot connect to mysql running in docker container from another

I know this seems like a common situation but nothing which I've found helps. I'm following the docker 'getting-started' guide verbatim, literally copy and pasting the commands. But when I get to this step: docker run -dp 3000:3000 \ -w /app -v…
Mo Morsi
  • 111
  • 1
  • 3
0
votes
1 answer

Destination host unreachable pinging from vmware guest to the host

I am running a VMWare VM on a win10home laptop. Laptop has its own ethernet rj45 plug and is connected to other PCs in a net. VM is win10pro. I assigned the Bridged connection type to the network connection in the VM network adapter. I assigned…
Roberto64
  • 1
  • 3
0
votes
1 answer

Can't enter Heroku bash. Error says EHOSTUNREACH

Trying to deploy my app on Heroku but can't get into bash Running bash on ⬢ myapp... ! ▸ EHOSTUNREACH: connect EHOSTUNREACH 50.19.103.36:5000 Does anyone know what this means? When I try to run the app, logs says Error R13 (Attach error) ->…
Scoop561
  • 73
  • 1
  • 5
-1
votes
2 answers

Destination Host Unreachable On my local network

It appears that there's an issue with pinging my PC from my phone and vice versa, resulting in a "Destination Host Unreachable" error. Despite both devices being on the same network, successful pings to another phone from my phone indicate a…
zombow
  • 1
  • 1