Search results

  1. H

    Need help bonding (my two NICs)

    You should use 802.3ad but you need also configure this on the switch. /etc/network/interfaces # 802.3adauto bond0 iface bond0 inet manual slaves eth0 eth1 bond_miimon 100 bond_mode 4
  2. H

    Starting with Proxmox 2.2

    I don't think you need 32GB Ram. This can be true for some exchange servers but not true for most of linux servers. Adding more RAM is no problem you can do it also later. You need a real hardware raid controller and i would say 2 more disks to get a raid10 array.
  3. H

    Proxmox Adjusting_Time

    Why not using ntp? You could also set the date/time with ntpdate NTPSERVER this also works
  4. H

    Survey: Do you use KVM or OpenVZ, or both?

    I think as long as i only need openVZ it is the best to save resources. If i need windows or a own kernel with special modules then i use KVM. I have about 90% openvz and 10% kvm.
  5. H

    Install applications on the Debian running Proxmox ?

    On the hardware node there should be only needed services like nrpe to monitor the system and other things like that. All other things should run in a vm.
  6. H

    Reboots

    I think rebooting servers without any reason is only creating downtime. If there is no problem why do you do it? I reboot only after kernel updates. I also think that you will loose performance. Some services will have to rebuild or create their cache.
  7. H

    DAB sources for Lenny to be updated

    Nobody should even think about it to create a template for debian oldstable. Some guys would use it and did not know what they do. There are no more security updates for oldstable anymore. Everybody should use now squeeze. I think this is no bug this is a child-proof lock ;)
  8. H

    Mutliple Network bridges? How?

    For 1:1 nat you also need one public ip per host. The only you can do is port forwarding. If you need ssl you can forget it then you need one ip per server. Ips are not expensive so buy some ips and you will not have the problem. I looked at my isp there a /29 cost 29€ for setup and no running...
  9. H

    access to web-interface only from the local network

    Have two options: define it in the ports.conf file or in pve.conf file
  10. H

    access to web-interface only from the local network

    You should bind the Apache to the lan ip address. Then nobody should be able to connect to the wan address.
  11. H

    Asus Rampage

    I think yes but i didn't would use such gaming/overclocking mainboards for servers. If you try to use onboard raid controllers you will have problems because that are in most cases raidcontroller which only work by software (driver). Simple try it then you will see it.
  12. H

    Hp dl380 g5

    The DL380G5 runs out of the box. You should install the hp tools. You can download them as deb packages.
  13. H

    I'm under DoS attack, please help me!

    First try to install failban and configure it. You should also configure a iptables firewall on proxmox host. Then you can set limits and log everything. Or you think about a real firewall like pfSense. Then you can also install snort an IDS. All this things help as long as you have only...
  14. H

    noob question 4gb instead of 8

    What does the bios show?
  15. H

    Debian Installation Problem:Problem over 3 days now

    To avoid such problems use blkid. With this id all partitions have a unique id.