Search results

  1. F

    Fear to cluster and lost VMs

    At last time, I got a problem with this, look: http://forum.proxmox.com/threads/16635-Where-is-my-VMs-All-VMs-running-but-not-show-in-management Now I have 1 server with Proxmox working and running so many KVM VMs and other server with Proxmox Fresh install without any VMs running. Is there...
  2. F

    SSD for Host PVE OS will help in VMs performance?

    I believe it's better to get an SSD for the host OS. Only more $15 / month. The doubt now is only on the OpenVZ Swap. I'm reading this now, maybe will solve my doubt: http://www.jamescoyle.net/how-to/622-proxmox-openvz-swap-and-performance
  3. F

    SSD for Host PVE OS will help in VMs performance?

    I never use OpenVZ but in the times that I have used OpenVZ for test, (on my old SolusVM control panel), that have a field to config swap size. This swap of the openvz vms, use swap of the host or that use in the same disk of openvz vm is installed?
  4. F

    SSD for Host PVE OS will help in VMs performance?

    Hm... OpenVZ can use Swap of the Host? KVM don't use it for sure. Swap is inside the RAW file! Thanks for help!
  5. F

    SSD for Host PVE OS will help in VMs performance?

    Hi there. It's only to confirm, but I believe will get no differences on VMs if you install the Proxmox in a separated SSD or in the same HDD of that you will host RAW files. The Proxmox host OS consume some IOPs to run VMs? (I believe not). Is there some differences if you use OpenVZ or KVM...
  6. F

    To many logs of root login -> Its me?

    <root@pam> successful auth for user 'root@pam' When I watch the logs, I have so many logs like this. Is it normal? Thanks.
  7. F

    Hard Disk free space - Something wrong!

    Filesystem Size Used Avail Use% Mounted on /dev/mapper/ssd120 111G 41G 65G 39% /ssd120 But inside of this disk, I have a .raw file, with 80GB. How it shows only 41GB in use? Thanks.
  8. F

    Proxmox Advanced firewall Configuration

    Did a mistake on the line 5. Fixed. =)
  9. F

    Where is my VMs? All VMs running, but not show in management.

    Thank you for the good explanation =) I did a new post about this, because I see this subject started with "where is my vms". Maybe someone whats to get the same information and can't. Here's the link: http://forum.proxmox.com/threads/16652-NAS-Storange-over-public-network?p=85854 Thanks =)
  10. F

    NAS Storange over public network

    I got some problems with clusters, and I'll work without clusters. I'm trying to find anyway to do my backups like my old system SolusVM using ftp backups. Thanks =P
  11. F

    Proxmox Advanced firewall Configuration

    Your rules is working, look at your first line... INPUT pkts 13 and bytes 8037 <-- Its drooped because match with this rule of BitTorrent iptables -F INPUT iptables -F OUTPUT iptables -F FORWARD iptables -N MYRULES iptables -I FORWARD -j MYRULES iptables -A MYRULES -m string --algo bm --string...
  12. F

    NAS Storange over public network

    Is possible to do NAS storage over the public network (On my backup server) to centralize my backups? And is possible to add this NAS to each server that I have and use this NAS only to ISOs, Templates and Backups. NAS = Samba Server? Never worked with this. At this time I'm using ftp to do...
  13. F

    Proxmox Advanced firewall Configuration

    Another thing that you can do, is: Create your CHAIN RULE, and add your CHAIN RULE at the top of FORWARD rule.
  14. F

    Proxmox Advanced firewall Configuration

    When you says its not working, is something about you did't able to block it? Run this: iptables -L -v --line-numbers And paste here. You will get something like this: [root@testkvm ~]# iptables -L -v --line-numbers Chain INPUT (policy ACCEPT 46830 packets, 2500K bytes) num pkts bytes...
  15. F

    Proxmox Advanced firewall Configuration

    Trying to give a reply, but the editor of the forum is confusing text. Something bad with chrome. Now it works... look below =)
  16. F

    Where is my VMs? All VMs running, but not show in management.

    Hi Dietmar. Happy to see you here. I believe its better to me have all nodes without cluster, like i said, my intention is to have a node in different locations. But for backups, there is anyway to centralize backups? Something like a ftp-server for backups. Thanks.
  17. F

    Where is my VMs? All VMs running, but not show in management.

    Well, my intention is to have servers in so many different locations. Than, its better to don't use cluster =P I'm gonna try now, to do dhcp and try to config this to work with some billing module. I have 2 to test. Hostbill + Ipam and Modules Garden for Whmcs. The next step -> Firewall. And...
  18. F

    Where is my VMs? All VMs running, but not show in management.

    Yes, at this time, I don't need to use any commands out of the basic of Linux, than its not a problem =) Its just about some problems with network config, some different configuration files, but its not a problem. Its only a habit.
  19. F

    Where is my VMs? All VMs running, but not show in management.

    Login via ssh to the first Proxmox VE node. Use a unique name for your Cluster, this name cannot be changed later. Create: hp1# pvecm create YOUR-CLUSTER-NAME1) Need to do this in all servers, or only on the first server? (I did in all) Add a node: hp2# pvecm add IP-ADDRESS-CLUSTER2) From what...
  20. F

    Where is my VMs? All VMs running, but not show in management.

    I'm not blaming, really love the Proxmox. I Just say got fear about cluster and I hate Debian. To says "I hate debian", that not says Debian is bad, its me, its I... "I hate debian" because I don't know how to do a lot of things on Debian that I easy on CentOS, and that not says Debian is bad...