Search results

  1. taich

    qemu-guest-agent wont start

    If have a ubuntu 18.04 server with latest updates and newly installed qemu-guest-agent. But this service wont start. How can I fix this? sc status qemu-guest-agent qemu-guest-agent.service - LSB: QEMU Guest Agent startup script Loaded: loaded (/etc/init.d/qemu-guest-agent; bad; vendor...
  2. taich

    Web-based user interface and IPv6

    Ok, what if I add another interface with VPN ipv4. How can I change the configuration so that UI reacts on that IP too? Is this possible? Thanks for your help.
  3. taich

    vm id and vm name

    Hi, every vm in proxmox has an ID (nubmer). On any storage all vm's are referenced by this ID and not the name. Does anyone know why this is so? If I have a NFS storage that is used from different proxmox servers it is quite difficult to determine which ID belongs to what virtual machine. Is...
  4. taich

    Web-based user interface and IPv6

    Hi, is it possible to access the proxmox web-based user interface via IPv6? How can I do so? e.g. https://[xxxx:1000:2000::33]8006
  5. taich

    poxmox firewall

    Hi, can you tell me what ports need to be open on a public IP to reach proxmox virtual environment manager? https, 8006? anything else? Thanks for your help.
  6. taich

    enable Enterprise repository

    Thanks, I think it took a while after enableling the subscription. The apt upgrade works now.
  7. taich

    enable Enterprise repository

    Hi, I have a subscription but when I try to update my server I get this error: Err:4 https://enterprise.proxmox.com/debian/pve buster InRelease 401 Unauthorized [IP: 2a01:7e0:0:424::249 443] Reading package lists... E: Failed to fetch...
  8. taich

    Subscription

    I have a subscription key for an old server. This server broke down and I now have a new one. I added the old subscription key but now I have Status Invalid: Invalid Server ID How can I fix this?
  9. taich

    new proxmox server in datacenter

    Oh thanks for the reply, but how can this be archieved?
  10. taich

    new proxmox server in datacenter

    I would like to know how to add a second proxmox server to my datacenter. I dont want to built a ha-cluster, just 2 independent servers in one datacenter. Is this possible?
  11. taich

    Windows 7 migration

    bootdisk: sata0 cores: 4 memory: 4096 name: pc.qpl.at-20200818 sata0: WDHD:220/vm-220-disk-0.raw smbios1: uuid=f455435a-f313-4f8d-87bf-c7777dc1345b vmgenid: 7b1dff97-98ce-42f4-9d8d-39f7705e8664 I tried to install virtio before export from esx but there is no virtio driver for win 7. In the...
  12. taich

    Windows 7 migration

    Hi, where do I need to install these drivers ? On Proxmox host or in Windows VM?
  13. taich

    Windows 7 migration

    I imported a Win7 VM via ofv-image. I changed scsi to ide in conf file. Wndows hangs at startup screen. How can I find out whats missing? Any help is greatly appreciated.
  14. taich

    Rename proxmox server

    I want to rename the proxmox host from pve to pve01. I already changed the hosts file but then poxmox web gui doesnot work. Can anybody help me?
  15. taich

    Lost with VLAN and network config

    Thanks for your reply. I did not think this way, it is a possibility to just define one network interface in the vm. But I also want the WAN on my proxmox server. Thats why I defined the vmbr0.227 Meanwhile I found the error I had before. It was a wrong gateway. The setup I now have with the...
  16. taich

    Lost with VLAN and network config

    Hi I am new to proxmox and I am trying to configure the proxmox network. My Proxmox has one network device called eth0 I want 2 VLAN's on eth0 VLAN 227 with a public IP 227.10.x.x VLAN 1 (default) with private IP 10.10.x.x And Both VLAN's should be useable with virtual machines. e.g. vm1...