Search results

  1. C

    cannot enter console root password keymap problem?

    I can't enter root password on the console as the keyboard appears to have the wrong map? Some keys are not typing correctly however ssh works fine. This is an install right from the proxmox cd please help this is not good
  2. C

    Monthly bandwith usage graphing

    Any suggestions as to which tool to use or what others might be using. I did mention that I was testing Zenoss also tried alienvault zabbix and a few other but haven't really managed to get any of them working, with regards to bandwidth usage.
  3. C

    Monthly bandwith usage graphing

    Hello all i am having trouble finding out how to make proxmox 2 display more data on the graph of bandwidth usage is this possible? or do i need to use cacti or graphic or something. As of right now the network traffic graph is quite sparse as it is not showing interfaces or even proper...
  4. C

    KVM for NAS with virtio openfiler??

    Hello all tring to install openfiler using virtio for harddrive and network, read some posts but they are pretty old and seem to only effect openfiler after the install? as i cannot get openfiler installer to see any virtio disks that i have created for it with proxmox. Is there a better...
  5. C

    Proxmox 2 as a router for CT KVM and LAN

    Thanks I actully just stumbled threw getting it working before i read your latest post :D and was just enjoying the pfsense icandy setting everything up dhcp and the like. here is the interfaces file i came up with (same as yours) still a littled shocked that this is working haha # network...
  6. C

    Proxmox 2 as a router for CT KVM and LAN

    Ok i have tryed the interfaces file above but it is not working, on the host i cannot ping google but i can ping my laptop which is on the LAN. On my laptop i can ping the proxmox host however i cannot get to my proxmox web GUI to setup the pfsense machine. I can howerver ssh into the proxmox...
  7. C

    automagic bind mounts

    opps i have my umount script wrong it is now this #!/bin/bash source /etc/vz/vz.conf #source ${VE_CONFFILE} echo "Starting 202.umount..." #umount ${VE_ROOT}/var/lib/backuppc umount /var/lib/vz/root/202/var/lib/backuppc #echo "...${VEID}.umount done" echo "...202.umount done" ~
  8. C

    automagic bind mounts

    Thanks Tom i just got it working tested a reboot of host and the guest thing get mounted and unmounted correctly. I also just finished creating a clever post in this thread with my ugly scripts (not sure how to get variables working or if proxmox/openvz even uses them) however i must have...
  9. C

    Proxmox 2 as a router for CT KVM and LAN

    Thank you for your very detailed post, and i am going to take your advice and setup a pfsense KVM firewall machine. Besides i checked out the pfsense website who could resist all that eye candy compared to shorewall, and i have been looking for an excuse to run my first OS love FreeBSD :D...
  10. C

    How to make mounted external drives visible to appliances (and to Proxmox itself?)

    Re: How to make mounted external drives visible to appliances (and to Proxmox itself? Ok i have it working now i put this in /etc/var/vz/conf/202.mount not sure if openvz/proxmox uses variables so i hard coded everything not very elegant, but im not a coder. If someone could point me to a...
  11. C

    How to make mounted external drives visible to appliances (and to Proxmox itself?)

    Re: How to make mounted external drives visible to appliances (and to Proxmox itself? I have started a simalar post here http://forum.proxmox.com/threads/8894-automagic-bind-mounts?p=50697#post50697 I have managed to get manual bind mount working (very slick) however still working on...
  12. C

    automagic bind mounts

    To answer my own post i believe that the scripts go in /var/pve/conf havent had at chance to try this out yet but hopefully in the next couple of days
  13. C

    Proxmox 2 as a router for CT KVM and LAN

    Hello all i have a daul nic setup on my proxmox server and i am tring to get it working as a router for both CT KVM and real machines right now it is working for openvz ip/venet and my real machines. However it does not work for KVM or if try to get a veth working in a openvz container eth0 is...
  14. C

    problems creating veth for ct

    Thanks dietmar i feel a bit of a fool now, not just for posting here, but how much time i wasted on something so simple I guess i might need break. However now that i have a veth and have added an eth0 entry in my /etc/network/interfaces i no longer have any connectivity cannot ping google.ca...
  15. C

    problems creating veth for ct

    OK i have been playing around with this for a couple days now and cannot get veth to work also i created my first kvm on this machine and the virtual network card does not work inside the kvm either. I have tryed manually adding the veth but get a similar error I am not sure what it means...
  16. C

    automagic bind mounts

    I would like to mount a host mount point on a guest os eery tiime it is restarted have found some scripts by googling around, and on these forums here http://wiki.openvz.org/Bind_mounts and http://newpush.com/2010/02/openvz-shared-directory-mounting-from-host-to-guest-systems/ here. I have...
  17. C

    problems creating veth for ct

    I suppose it might already exist this machine is from a backup/restore of another machine, but i keep adding an entry for eth0 in my /etc/network/interfaces that looks like this auto eth0 iface eth0 inet static address 192.168.1.222 netmask 255.255.255.0 gateway 192.168.1.200 then...
  18. C

    problems creating veth for ct

    Hello all i am having errors adding a veth device to a container see below, not much to go on am i looking in the right log? vzctrl.log the GUI lets me try to create a veth then nothing happens please help I need veth for some container to run dhcp server and the like. Configure veth devices...
  19. C

    Proxmox 2 and openvpn as

    Thanks everyone I am very glad to have gotten openvpn up and running and I have added the following to /etc/modules ipt_mark ipt_MARK tun
  20. C

    Proxmox 2 and openvpn as

    Sweet it works thanks for the link to the instructions instructions. I made the following changes to my vz.conf to as most of the option recommended by Martin are not needed? less is more sometimes right. Not sure about the reboot issue maybe you could send me the contents of your script? ;)...