dns domain

  1. G

    How can I access my local Proxmox server using a local DNS?

    Hello, I have a Proxmox server and an Ubuntu Server virtual machine. On that virtual machine, I implemented a DNS service using two Docker containers: Adguard and Nginx-proxy-manager. Everything was deployed correctly, but now I'm having a problem: when I try to access Proxmox using the domain I...
  2. J

    Unable to resolve hostname

    I'm new to Proxmox, but I managed to create a brand new node :) that is currently accessible at my local IP address 192.168.86.19 but not this custom domain `pve1.palazzetto.xyz`. The error message is "ERR_CONNECTION_REFUSED". Here's the output from executing some basic troubleshooting on the...
  3. U

    Is it possible to set the search domain to be the nodes domain so that all containers become subdomains?

    I want all my LXCs to be their own subdomain of the node they're on, which is node-1.lan. I tried setting the search domain to be ".node-1.lan" instead of just ".lan" (it picked it up by default from my DHCP server) but it doesn't work, they're all still just <container>.lan. Is this possible...
  4. P

    How to add several DNS domains in cloud-init Proxmox WEB GUI

    Hello, I need to add several entries to the guest VM "DNS domain" using Proxmox. As result the guest VM hostname changes to the combined DNS domains name: The "DNS domain" field supposed to have only one "."-separated entry. Please advice how I can add several DNS domains in Proxmox WEB GUI.