Recent content by Marcel

  1. M

    Basic question new home lab

    How do you have setup / manage your storage? Do you have a separate storage server or NAS?
  2. M

    Basic question new home lab

    Sorry, I meant for running my services that I use everyday. Like Owncloud, Plex, etc.
  3. M

    Basic question new home lab

    Hi, I used Proxmox some time ago (to test a bit) and I really like this virtualization solution. I'll be happy to be a paid customer. I have a question regarding how to setup a new lab to test and running my services. How is your setup? I know it's a very basic question and I hope for some...
  4. M

    Shutdown Proxmox with cron job

    nanonettr, thanks for answering my question!
  5. M

    Shutdown Proxmox with cron job

    Hi, I have a basic question. I use/test Proxmox in a home situation and I want to shutdown my Proxmox server every evening with a cron job. Is this possible with the running VM's? So if I shutdown with "shutdown -h 1" what does this with the running VM's?
  6. M

    Feeling useless right now. Can you help?

    You need network connectivity. So are pc 1 and pc 2 connected to a router or switch?
  7. M

    Video tutorials for Proxmox VE 2.0

    I really like to see how you install a gateway like ClearOS Enterprise in KVM. How this is done with the NIC's (secure) and how you can add complete HDD's to a VM.
  8. M

    I want to install a gateway in KVM...

    I like the idea of creating a how-to. I'm not afraid of the console but some information is nice. I'm not familiar with Debian.
  9. M

    I want to install a gateway in KVM...

    Just notice Martin's post about "The Debian Administration Handbook" http://forum.proxmox.com/threads/7572-Liberate-%E2%80%9CThe-Debian-Administrator-s-Handbook%E2%80%9D
  10. M

    I want to install a gateway in KVM...

    Okay, nice to hear. Yes, i have two NICS on the machine. So it is possible to configure everything via the webui? How did you configure the NICS? Didn't notice you can dedicate a NIC to a VM.
  11. M

    I want to install a gateway in KVM...

    So i have to manually configure and add a second NIC in /etc/network/interfaces? iface eth0 inet manual So this means interface eth0... what means inet manual? auto vmbr0 This means? I think vmbr0 is a virtual NIC? auto does? iface vmbr0 inet static This means Interface virtual NIC...
  12. M

    I want to install a gateway in KVM...

    I'm a Proxmox newbie. I want to install ClearOS in a KVM. ClearOS is a linux gateway/server solution. So i want to install it gateway mode therefor i need two nics installed on my server. So i have two nics how do i assign eth1 to wan and eth0 to lan? How is this done? From what i've read i also...