Search results

  1. S

    1 Server, 2 NICs

    This doesn't work because there are no routes on eth1/vmbr1. In this case networking will only work between VMs on vmbr1 and without connectivity to/from the outside networks.
  2. S

    1 Server, 2 NICs

    This is ok because both IP's are in the same subnet/network. See output of command: route -n or ip route. You need to assign IP 10.3.3.210 inside VM or maybe you need bonding? http://pve.proxmox.com/wiki/Network_Model
  3. S

    help please with setup subnets

    http://pve.proxmox.com/wiki/Network_Model 1. Login to PVE webui: https://ip.of.your.server:8006 2. Select node/server 3. Go to network tab.
  4. S

    help please with setup subnets

    How many network cards/interfaces do you use? Explain with more detail or draw a network topology what do you want to achieve. Anyway if you have two NIC's you just need the create new bridge with eth1 as slave and without any IP. Then set the new subnet IP address inside virtual machines.
  5. S

    new kernel is not reporting bad blocks

    Hi you can use this command to verify bad blocks: badblocks -v /dev/sda1 See: http://www.howtogeek.com/howto/37659/the-beginners-guide-to-linux-disk-utilities/
  6. S

    apcupsd and proxmox ve 2.2

    What is default timeout or timeframe when the KVM machine needs to be turned off if the host receive shutdown command (shutdown -h now)? For example: Windows VM needs about 3 minutes to shutdown. If there is timeout (i guess it's 1 minute) the VM gets killed by STOP command? Thanks!
  7. S

    Error Connection timed out

    What browser/OS do you use?
  8. S

    Second ISCSI Target has no LUNs in Base Volume?

    Did you use the correct initiator name? cat /etc/iscsi/initiatorname.iscsi
  9. S

    Second ISCSI Target has no LUNs in Base Volume?

    AFAIK you need to check checkbox "Use LUN directly" otherwise the list is empty.
  10. S

    Proxmox 2.2 , Freebsd 8.3 AMD64 freezes can not start installation.

    Can you share the configuration of a nonworking VM?
  11. S

    Can't get the second subnet working

    Remove the IP from bridge and use IP inside VM.
  12. S

    PROBLEM:Two USB keys (same brand/model) trying to be forwarded to two different VM.

    Re: PROBLEM:Two USB keys (same brand/model) trying to be forwarded to two different V cat /etc/pve/qemu-server/501.conf bootdisk: ide0 cores: 1 ide2: none,media=cdrom memory: 1024 name: Win2003 net0: virtio=2E:AF:B0:F7:0E:7C,bridge=vmbr0 ostype: wxp sockets: 1 usb0: host=067b:2303 virtio0...
  13. S

    Proxmox 2.2 , Freebsd 8.3 AMD64 freezes can not start installation.

    Did you check the checksum of the installation ISO?
  14. S

    After failed backup images disapeared

    Can you see images on NAS or where were images stored? What is the output of pvscan and vgscan? ls -l /etc/lvm/backup
  15. S

    Running a Virtual Machine on the ProxMox Server?

    You can access the VM's through Remote Desktop (rdp), VNC, etc, over TCP/IP network.
  16. S

    Rsync

    Hi, wouldn't be better if you create master/slave for MySQL - every transaction is mirrored to backup/slave server?
  17. S

    restore 500GB KVM VM, takes too much time

    ..or use iperf to measure network speed first. You should get over 900Mbit/s on 1Gbps network.
  18. S

    proxmox 2 standard laguage

    Does this happens on all web browsers? Maybe your browser clears the cache on exit.