dns

  1. F

    wget: unable to resolve host address 'mirror.turnkeylinux.org'

    hello, I am trying to download in CT Templates the turnkey-core, but I get a network/DNS error... I am not an expert in proxmox, not in networking... anybody can suggest how to fix this error, please so far I have: current situation: Network: eno1 -- Network Device -- Active: Yes vmbr0 --...
  2. R

    [SOLVED] ufw blocks dns queries from vm?

    Hello, I can not resolve any hostname on my debian vm as long as ufw is enabled on proxmox. is there some configuration or some rule that I can add? I'm running proxmox on a dedicated server, the installation was made with the hoster's iso. it originally came with following networking: auto...
  3. P

    resolv.conf Einträge fügen sich automatisch hinzu

    Hallo, ich habe einige VMs auf Proxmox und würde gern den nameserver ändern. Dazu habe ich resolf.conf installiert, weil meine Einträge sonst immer überschrieben wurden. Ich habe auch die original Datei in /etc/resolvconf/resolv.conf.d geändert aber folgende Einträge fügen sich automatisch...
  4. B

    [SOLVED] Pve certificate Google DNS challenge not working

    I'm trying to setup PVE to automatically challenge my DNS with the google cloud api but when i tell it to order my certificate i get an error. It keeps saying it cant access the directory /nonexistent/.config. I dont know if i should post this here on or on another thread for acme.sh or gcloud...
  5. L

    trying to resolve kerberos.localdomain

    Currently running Promox 7 on two machines. One is NUC that mounts SMB/CIFS from within Proxmox to the other machine that's rather old but serves mostly as a storage/fileserver (via Samba shares) with Debian 11 and Proxmox 7 installed on top of that due to requirements I have with mdadm raid...
  6. D

    [SOLVED] Windows Server 2022 problems with VirtIO NICs

    Hi @all. Microsoft has released Windows Server 2022 (fe_release) build 20348.169. I've set up 2 VMs running Server 2022 on two different PVEs (7.0-11), each VM with identical ressource mappings. - 1 CPU socket, 2 cores - 4GB static ram (no ballooning) - BIOS: OVMF - Machine: Q35-6.0 - VirtIO...
  7. E

    format of pvenode data file

    Trying to use a dns ACME Plugin: pvenode acme account register default <email> pvenode acme plugin add dns aws-dns-validation --api aws --data creds.txt pvenode config set --acmedomain0 zeusprox01.esp.zone,plugin=aws-dns-validation pvenode acme cert order systemctl restart pveproxy The issue I...
  8. M

    Proxmox Hetzner DNS Issues

    Hello, I have been having some issues with getting the LXC / VM to resolve domains, I was previously able to configure IPv6 and this worked without any issues, However, since purchasing an IPv4 Subnet I have not been able to use the boxes. They can be pinged from a remote host, and I have...
  9. W

    Nach IP-Wechsel kein Zugriff über DNS-Name

    Hallo zusammen, Ich war bis jetzt nur Leser aber jetzt habe ich ein Problem zudem ich keine Lösung gefunden habe. Ich habe eine Fritzbox 7590 welche DHCP in meinem HomeLab macht. Jetzt habe ich die Subnetzmaske von einem /24 in ein /21 geändert um mehr Ordnung zu bekommen. Meine Server stehen...
  10. P

    [SOLVED] Losing connection on all devices connected to router

    Hello there, my problem is kind of weird which makes me believe I must have done something terribly wrong! Currently I have two computers connected to my router. One of them is my desktop pc, the other one is being used for proxmox ve (6.4). As I just started out using proxmox ve I followed...
  11. K

    High DNS EXT

    I have bad performances on my server since several days. mysql requests are very slow, even my vm backups are twice longer. However the resources are not saturated. I checked proxmox performances with pveperf and I had the following results : CPU BOGOMIPS: 55998.56 REGEX/SECOND...
  12. J

    Latest upgrade interrupts host networking/open vswitch - PVE 6.3.-3

    To be clear, this was fixed with a reboot so this is just for the sake of documentation. I have virtualized pfsense and Open vSwitch on the proxmox host for L3 switching of my VMs. After upgrade, proxmox host nor any of my VMs could resolve any DNS requests regardless if they were on a tagged...
  13. W

    DNS Resolver for VM Guests

    I have one Public IP and 4 VM as guests. I want to provide the same service on the same TCP port for every VM without using HA PRoxy or any other load balancing method.The reason is that i want to offer standalone functionallity to every VM. To be more specific i have e.g company1, company2...
  14. F

    Setting DNS for Debian cloud-init

    Hi. I have a problem setting dns for my cloud init debian 10 image. This is the command I use: qm set VMID --nameserver="4.2.2.4 8.8.4.4" But I can't access the VM via ssh. When I add nameservers manually to resolve.conf, it starts working. I have this issue only for debian. It works fine for...
  15. B

    [SOLVED] Directing connection based on domain name

    Hi, have one server running proxmox with at least 2 VMs that I want to be used with different domains(both domain names will point to server). I will have only 1 public IP address so I cannot assign public IP to both VMs and I would like to direct connections based on domain name. How can I...
  16. K

    Hetzner DNS for ACME

    Hello. What acme plugin api I must use for Hetzner DNS? Acme support Hetzner DNS API https://github.com/acmesh-official/acme.sh/wiki/dnsapi#110-use-hetzner-dns-api
  17. N

    How to assign static public ip to my VPS.

    Hi friends! Can someone guide me how to setup public static IP with my VPS? I have flowing scenario right now. I have Proxmox installed on my server I have created a Virtual Machine on this server and installed Centos 7 OS and web host control panel so that i can use this as a web server. I...
  18. J

    [SOLVED] LXC hostname refuses to resolve on the network

    Dear, For all proxmox VM i simply configure the hostname and the DHCP service maps it to an FQDN so i can ping myhost.sub.sub.mydom.tld Except for the one container i'm running, that does not work at all, whatever i try. The only difference i notice is the dhcp client here is udhcpc but i've...
  19. K

    Search Domain reverts to "local"

    My PVE 6.2-12 installation insists on reverting the search domain back to "local". The first time or two, I thought I forgot to set the domain, today was the third or forth time I changed it to the correct domain. How can I fix this? It's causing trouble in PMG where senders expect to find...
  20. M

    CentOS 7 Cloud-init Inserting Unexpected DNS Server

    Below is the cloud-init network configuration for the VM: But when the VM boots, there is an additional DNS server being inserted by cloud-init: The DNS server `192.168.122.1` is being added but is not apart of the configuration and is not functional: Here are the steps I used to create...