Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
[X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
Server:
I've set up a virtual machine using Virtual Box and gave IP 192.168.56.111 (hosted-only network).
The os installed on virtual machine is Debian.
The web-server is NGINX, listeningo n port 80.
The virtual machine is running on my MacBook Pro 16 (macOS Sequoia).
Client:
I've configured /etc/hosts file on Mac and set test.vm.local to 192.168.56.111.
The problem:
Trying to send request to http://test.vm.local.
Receiving an errorr: Error: connect EHOSTUNREACH 192.168.56.111:80.
Tried on browser Sarari, it works.
Copied postman request as cURL and pasted to terminal and run: it works.
Note: This issue began recently, so it worked without any problem so far.
Also, sometimes it starts working.
Steps To Reproduce
Create virtual machine on Mac using VirtualBox and set Host-only Network.
Deploy NGINX on your virtual machine on port 80.
Edit /etc/hosts file on your Mac and set test.vm.local to your virtual machine ip address.
Open Postman and send requests to test.vm.local.
Try different conditions until you get Error: connect EHOSTUNREACH 192.168.56.111:80 error.
Is there an existing issue for this?
Describe the Issue
Server: I've set up a virtual machine using Virtual Box and gave IP 192.168.56.111 (hosted-only network). The os installed on virtual machine is Debian. The web-server is NGINX, listeningo n port 80. The virtual machine is running on my MacBook Pro 16 (macOS Sequoia).
Client: I've configured /etc/hosts file on Mac and set test.vm.local to 192.168.56.111.
The problem: Trying to send request to http://test.vm.local. Receiving an errorr: Error: connect EHOSTUNREACH 192.168.56.111:80.
Note: This issue began recently, so it worked without any problem so far. Also, sometimes it starts working.
Steps To Reproduce
Screenshots or Videos
Operating System
macOS
Postman Version
11.18.0
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response