Search results

  1. B

    proxmox smoothwall 2 nic

    Hi Kumar, I do not use VPN. But if you need to access you clients/computers on the 192.168.16.x subnet you need to set a static route. I can do that on my router but I am not sure if you can do that on your linksys router. For example: I set a static route from 192.168.178.x to 192.168.16.1...
  2. B

    proxmox smoothwall 2 nic

    Hi Kumar, not sure if I understand you correctly...lets see: PVE server: NIC1=vmbr0=192.168.178.22 NIC2=vmbr1=192.168.16.1 So all my traffic for my subnet goes through NIC2. Thats why the IP address of NIC2 is used as the gateway address for the external connection of the firewall. My router...
  3. B

    proxmox smoothwall 2 nic

    Hi Kumarullal, I only tested IPcop for a very short period of time a while a go. Currently I am using ASTARO as a firewall. I find it much easier to configure and to handle. But maybe I can help... Here is my setup: (note: I am using bonding) interfaces (pve): iface vmbr0 inet static...
  4. B

    Best quality/price ratio for Proxmox ?

    People here at proxmox recommend Raid 10. But you can go with any other raid setup.
  5. B

    Xubuntu: Mouse cannot move.

    Hi jnovax, after digging arround - here is what you can do: - Install Xubuntu (I used the alternate installation - no mouse is required) - after reboot - log in - Once you are on the desktop hit <Alt-F2> which brings up the program launcher - type "xterm" and hit enter and it will bring up the...
  6. B

    Xubuntu: Mouse cannot move.

    out of curiosity I setup a XUbuntu 8.04.1 (I love proxmox for that - its so easy to setup a new machine :-) ) Using 1.4beta2. My pve server is a "headless" server. No mouse and keyboard. On my client I use a USB mouse as well. I used the xubuntu-8.04.1-alternate-i386.iso for installation and...
  7. B

    Best quality/price ratio for Proxmox ?

    Hi Udo, Very interesting. I did not know that. I am sure AMD is equal alternative to Intel. I just never had a AMD system. regards, BitRausch
  8. B

    Best quality/price ratio for Proxmox ?

    Glad I could help. :-) Below the output of pveperf of my PVE Server. I spend less then 1000 Euro on the pve server (I believe it was around 800- end of last year). If I had a bigger budget I would go for a board with a 1156-socket (P55 chipset) or a 1366-socket (X58 chipset). Mainly because I...
  9. B

    Xubuntu: Mouse cannot move.

    Just wanted to share this information: After upgrading from 1.4beta1 to 1.4beta2 I tried to install Fedora 10 again. This is what happened: - During installation mouse was working (it did not with 1.4beta1!!) - after the installation (first reboot) mouse stopped working - I continued with the...
  10. B

    Upgrade to 1.4beta2 from 1.4beta1 failed...?

    Hi Martin, not sure what went wrong but it seems that the update did not went well: Tried to upgrade from 1.4beta1 to 1.4beta2 BigOne:/boot/grub# pveversion -v pve-manager: 1.4-6 (pve-manager/1.4/4340) qemu-server: 1.1-4 pve-kernel: 2.6.24-15 pve-kvm: not correctly installed pve-firmware: 1...
  11. B

    Xubuntu: Mouse cannot move.

    Thx Tom. I am not that heavy into Linux. Which config are you refering to (X11?) ? Can you point me to right direction? I would like to try it as you suggested. regards BitRausch
  12. B

    Xubuntu: Mouse cannot move.

    Thank you Tom, I am trying to test AMAHI and it only runs on Fedora 10 (currently). :((http://www.amahi.org/). I guess I have to wait until AMAHI supports Fedora 11... regards BitRausch
  13. B

    Xubuntu: Mouse cannot move.

    Hi Tom, I am experiencing the same problem with Fedora 10 (i386). Tried to install but failed because mouse is not moving. PVE 1.4beta1 - KVM install and Linux 2.6 selected. regards, BitRausch
  14. B

    Best quality/price ratio for Proxmox ?

    Hi XZed, I guess it depends on what kind of load u are going to put on your home server. I am using a self build computer with an intel quad core cpu and it runs perfectly for me: Network: 2x Gigabit Swich (SOHO grade) 1x DSL Router CPU: Intel Q6600 (will upgrade to a Intel Q9550 soon)...
  15. B

    After restart NFS connection is lost

    understood. Thank you dietmar. :-)
  16. B

    After restart NFS connection is lost

    Hi Dietmar, Thank you for your reply. Ok. Now I understand. I thought once you have setup a storage it will be always setup automatically during boot sequence. Kind of like entering the NFS directory in the fstab. What I am looking for is to have the NFS storage connected during boot...
  17. B

    After restart NFS connection is lost

    Hi tom, maybe I was not clear. Thats what is happening - I think. This is what I do: I have 2 NFS storage defined through the GUI - one for my backups and one for ISO's (both are active+enabled+shared). After a reboot when I try to access the directory /mnt/pve/proxmoxiso for example (console)...
  18. B

    After restart NFS connection is lost

    Hi Tom, Thx for your reply. I am using my pve server mainly for software testing. So I do not start any VM at boot time. But I do have my ISO Images on the NFS Server and I run vzdump manually when I need to backup VM's on my NFS Server. So if I understand you correctly I need either to start...
  19. B

    After restart NFS connection is lost

    Hi, after rebooting the pve server NFS is not recognized anymore. When I go to the web-interface->storage and enable one of the NFS storage mount shows the NFS again. This happens everytime I reboot the pve server. The NFS Server is always up. Where should I look to find more information if...