Curl (6) could not resolve host install.osx-proxmox.com

limefruit66

New Member
May 12, 2024
10
0
1
Hi! I wanted to create a hackintosh using proxmox but i get this error using shell. Any idea what is causing it?

curl: (6) Could not resolve host: install.osx-proxmox.com
 
install.osx-proxmox.com
The error means that you either dont have DNS configured, or it points to wrong DNS IPs, or the DNS server does not want to resolve the name for some reason.
Check your "/etc/resolv.conf", it should have an entry similar to: nameserver 172.16.150.1

Good luck


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Last edited:
does it need to be 172.16.150.1 or can it be e.g 1.1.1.1?
No, 172.16.150.1 is not the right IP for you.
Yes, you can use one of the public DNS IPs, i.e. Google's 8.8.8.8 or Cloudflare's 1.1.1.1
However, your ISP likely gave you a DNS IP that is local to you.

Good luck


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Last edited:
Try pinging 1.1.1.1. Do you get a response?
If not there's some network connectivity issues.
 
Proxmox is installed to a laptop which is connected to internet by lan. CIDR is the same as gateway and dns is my local dns. Is this enough info or do you want more. Im new to proxmox and this is my first time doing this
 
Can you post the contents of cat /etc/network/interfaces?
Run this command in the shell.
 
auto lo
iface lo inet loopback

iface enp2s0 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.86.40/24
gateway 192.168.86.40
bridge-ports enp2s0
bridge-stp off
bridge-fd 0

iface wlp3s0 inet manual


source /etc/network/interfaces.d/*
 
On PC use the command:
For linux: route -n for linux, look for the address in Gateway column
For Windows: ipconfig , look for the address in default gateway

Also just curious to know what are you trying to do with Proxmox? Just trying out ro looking forward to build something on top of it?
 
works now. I reinstalled it and did the networking correctly. I am using proxmox to install macos and try it out
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!