EHOSTUNREACH
차현민
macOS: 26.6
Apidog: 2.8.40
Bundle ID: com.apidog.app
NSLocalNetworkUsageDescription is missing from Info.plist.
As a result, Apidog does not appear under
System Settings > Privacy & Security > Local Network.
Error:
connect EHOSTUNREACH 192.168.130.28:8080
franki
Hi, Thanks for the details.
The error
connect EHOSTUNREACH
indicates that the target address cannot be reached from the current network environment. This may be related to Apidog’s macOS Local Network permission or the network environment used by the Apidog Agent.On macOS 11 and later, apps may need Local Network permission to access private network addresses such as
172.x.x.x
or 192.168.x.x
.Please check the following:
- Open System Settings > Privacy & Security > Local Network.
- Check whether Apidog is listed.
- If Apidog is listed, enable the permission.
- If it is already enabled, turn it off and then on again.
- Completely quit and restart Apidog, then try the request again.
If Apidog does not appear in the Local Network list, please restart your Mac and try again.
Also, please confirm whether you are using a VPN, proxy, firewall, or security software. If the API is only accessible through a specific network, make sure the selected Apidog Agent is running in that same network environment. You can click Switch Agent in the request error message and try another suitable Agent.
For a quick check, please run the following command in the same environment as the Agent:
```bash
curl -v http://<API endpoint>