Search results

  1. M

    Solr (Lucene) Enterprise Search Appliance

    I'd really like to see a Solr (Lucene) enterprise search appliance. Would be really nice to be able to deploy quickly.
  2. M

    Changing from venet to veth

    On the guest. If you change it on your host you'll mess it all up.
  3. M

    Marius, I wrote up my installation of OpenVPN on Proxmox. You can see it here...

    Marius, I wrote up my installation of OpenVPN on Proxmox. You can see it here: http://martinlanner.com/2009/06/10/how-to-install-openvpn-access-server-on-proxmox-ve/
  4. M

    Hi Marius, In a few days I'll do a write-up how I got this working. Do you have a blog or...

    Hi Marius, In a few days I'll do a write-up how I got this working. Do you have a blog or website I can reference for credits to you?
  5. M

    OpenVPN with Masquerade support

    Marius, That worked!!! :D Awesome! Thanks so much for the help!
  6. M

    OpenVPN with Masquerade support

    On VE issuing: ls -la /dev/as0t0 ... returns: crw------- 1 root root 10, 200 Jun 9 01:31 /dev/as0t0
  7. M

    OpenVPN with Masquerade support

    Well ... I tried that ... and now I'm getting another error message: ['SIOCSIFADDR: No such device', 'as0t0: ERROR while getting interface flags It's a bit strange because that is the device it was complaining about earlier, and that is the device I just added. tun is running on the host. Any...
  8. M

    OpenVPN with Masquerade support

    Marius, So, I got it to work by inserting the kernel modules per your instructions. I had also originally used venet instead of veth. Changed that and got OpenVPN to work ... almost. The last thing I'm stuck on is the TUN/TAP adapter. I'm getting an error saying: Cannot open TUN/TAP dev...
  9. M

    Changing from venet to veth

    Great! Now it's working. The rest should be app configuration from here. Thanks to both of you for incredibly quick answers!
  10. M

    Changing from venet to veth

    Cool. That worked. :) Now, when I open /etc/network/interfaces it says: # Please edit template /etc/network/interfaces.template instead. However, that file does not exist. Do I need to create it, or should it already exist? And, what should my config look like? I assume it should look...
  11. M

    Changing from venet to veth

    Hi, I recently created a new OpenVZ machine and selected "Virtual Network (venet)." It turns out that the application I'm installing, OpenVPN, needs a MAC address for the NIC, and thus I should have selected "Bridged Ethernet (veth)." Is there a way of changing the interface on a guest? Would...
  12. M

    Server Support Dell R200

    I can't claim experience with your exact setup ... however, I have successfully used Proxmox VE with Dell T300, RAID5. Works perfectly so far. I've also deployed PVE on a "home-built" server using the 3ware 8006-2. Also works well. My guess is that it will work just fine for you.
  13. M

    Survey: Screen size for the Proxmox VE web admin interface?

    I'm in agreement with most here; keep the 1024x768 res. Sure, I've got a nice large monitor when I'm in my office. However, when it really matters -- if something goes wrong and I'm not in my office with my huge screen -- I carry a netbook with me. Being able to handle everything from the...
  14. M

    OpenVPN with Masquerade support

    Well, I sort of take the "easily installed" part back ... as it turns out it's actually not that easily installed as an OpenVZ container. :eek: Still working on it, but it seems to require additional iptables modules on the Proxmox host to be inserted, which I haven't fully figured out yet. If...
  15. M

    Ubuntu 8.04 64-bit appliance

    Hi Dietmar, Thanks for the quick reply. After some more research I found the Proxmox appliance repos at ftp://download.proxmox.com and found the ready-built AMD64 Ubuntu 8.04 appliance there. Seemed like the quickest way to get it. Or am I wrong? Thx!
  16. M

    Ubuntu 8.04 64-bit appliance

    Hi, I read at http://pve.proxmox.com/wiki/Debian_Appliance_Builder that there's a 64-bit appliance template version of Ubuntu 8.04. Is that right, or did I get it wrong? If so, it would save me a lot of time, instead of trying to build a template from scratch. Thanks in advance.
  17. M

    OpenVPN with Masquerade support

    OpenVPN just announced the OpenVPN Access Server. It's easily installed on 64-bit Ubuntu 8.x, 9.x and 64-bit Fedora 8, 9, 10. All that's needed now is a bunch of 64-bit OS appliance templates. :D
  18. M

    Intranet/LAN/NAS Search/Indexer Appliance

    Actually, although I have yet to install it, based on this blog post, I think the Flax web UI is available: http://www.rawiriblundell.com/?p=959 The Beagle web UI is nice, but it lacks a lot of features and usability at this point. Also, to run a Beagle server, you need to have a full desktop...
  19. M

    Intranet/LAN/NAS Search/Indexer Appliance

    I've been looking at different solutions to run some kind of search/indexer appliance against my NAS and potentially other shared resources on my network. I've looked into using the Peagle web front-end on top of Beagle (http://beagle-project.org), as well as Flax on top of Xapian...
  20. M

    How to update templates

    fromport, Thanks for the tip. Worked ... as expected. :)