Search results

  1. M

    Proxmox with a main IP Address and a container with a public ip address

    Hello Paddle, Add the IP address 84.26.244.234 to the container (by Network -> Add -> IP address (venet) ) in the containers configuration. You can do it with bridge too, but should also work without - at least when you have only one address defined in venet (otherwise make a bridge)...
  2. M

    networking for vm stops working to local net when I set a mac address

    Hello jerrys How did you set it? Use only the proxmox GUI (resp. the vm config files which contain the same data) After a mac has been changed (note: it is always "set", if not defined when creating a vm proxmox makes the set generating a random value) shout down the vm and start it again (a...
  3. M

    Fresh install - cannot login via web, but in syslog "succesful auth root@pam"

    Hello Alexey, I never saw something like this. I only can guess .... ... that some Browser settings are not convenient. I would try it with a different browser respectively from a different machine. Try also from a mobile device or https://your.proxmox.node:8006/?mobile=1 - but this works...
  4. M

    Looking for consultant help

    Hello mla If you have any concrete question - try here in the forum or https://my.proxmox.com/ Of course you should also consider a subscription. Kind regards Mr.Holmes
  5. M

    Proxmox networking

    Hello Roman You want to create a VM - right? I guess you are connected to subnet 92.0.23.0/26 where 92.0.23.1 is the router to internet ans it´s working properly. Depends if your VM should get an address in that subnet or will be connected via NAT - if yes: check if DHCP server in subnet...
  6. M

    Changing ip addresses on cluster

    Hello Joost in /etc/hosts you find the following line (example: IP is "192.168.22.111", nodename is "node1" domain is "mydomain.tld") : 192.168.22.111 node1.mydomain.tld node1 pvelocalhost Do the following in all nodes: - Define the new IP-address for the NIC (or bridge) you want to use -...
  7. M

    Removing CIF/SAMBA

    Depends on your environment - I have never seen that proxmox itself needs it.
  8. M

    vnc resolution in console

    Hello tonix As far as I know macbook pro 13.3´s screen resolution is 2560 x 1600! Does it mean just the VNCs pop up window is so small? The pop up window has exactly the client´s resolution (and cannot be enlarged). I have seen the follwing effect: if guest enlarges its resolution during start...
  9. M

    Network is unreachable: connect to listener on [::]:443

    Hello yugawara Rather old - I´d make a reinstall of proxmox. Obviously you use (only?) containers. Save them first (to an extern media) by (set SAVEDIR and VZDIR (depends on you configuration - default local is /var/lib/vz) according to your environment, CTID is your container ID) cp...
  10. M

    Under storage view, seeing red status lights on server icon

    Hello Matt perfectly observed - I have the same but never noticed it before since I didn't use "Storage view". I assume this is simply a (minor) bug. Experience from other users welcome! Kind regards Mr.Holmes
  11. M

    [SOLVED] High Virt and Res Usage in proxmox kvm (PROXMOX BUG)

    Re: High Virt and Res Usage in proxmox kvm Hello setrox I also can imagine that´s something with caching - what happens if start more machines, do you run in trouble because of lack of resources? If not - don´t worry ;) In principle I observed something similar in case of windows: process...
  12. M

    [SOLVED] High Virt and Res Usage in proxmox kvm (PROXMOX BUG)

    Re: High Virt and Res Usage in proxmox kvm Hello setrox, how much memory did you define for the VM? Min/max or just fixed size? Kind regrads Mr.Holmes
  13. M

    Help USB passtrhough to KVM

    Yes, sorry, I made a writing mistake. But USB should work in the guest when started. Note that the USB device is still seen in host´s lsusb (but does not work). I made the test with an USB memory stick as well with an eth adapter in a linux guest - both worked fine.
  14. M

    KVM - reload OS, increase memory / diskspace questions

    Hello rolypoly All the above can be done easily by WEB-GUI. It´s self-explaining. It´s recommended to become familiar with it. reload the OS, increase memory(RAM) and diskspace for the kvm - reload: select machine -> click Reset - increase RAM: select machine -> select Hardware-Tab ->...
  15. M

    "df" command inside a container show the global size of our storage ...

    Hello xavier, Yes - but first: you are right, a strange behavior indeed. Unfortunately no documentation about filesystem simfs can be found. After playing around I found a trick: 1. Make a copy as above (btw.: "mount" is not necessary, rather copy direct from /old_storage_path/private/CTID)...
  16. M

    Change Proxmox Cluster IP

    Hello Oer This is a solution, but an extra step is necessary: after restart and nodes occur active in the dashboard make at all nodes: pvecm updatecerts After I did this everything (Migration, HA, etc.) worked fine - but I cannot exclude that something else is recommended too .... Kind...
  17. M

    Help USB passtrhough to KVM

    Hello indenova The correct syntax is qm set 417 -usb0=0930:6544 see also man-page! The Wiki is obviously outdated. Kind regards Mr.Holmes
  18. M

    "df" command inside a container show the global size of our storage ...

    Hello xavier How did you migrate? Kind regards Mr.Holmes
  19. M

    getting error when do 'apt-get update'

    Hello rolypoly for https://enterprise.proxmox.com wheezy/pve-enterprise a subscription is needed, see http://www.proxmox.com/proxmox-ve/pricing If you work without any /etc/apt/sources.list looks typically like this deb http://ftp.at.debian.org/debian wheezy main contrib # security...
  20. M

    How to install ddrescue on proxmox server? getting error 'Unable to locate package dd

    Re: How to install ddrescue on proxmox server? getting error 'Unable to locate packag Hello rolypoly It´s gddrescue Kind regards Mr.Holmes