amuck-landowner

Search results

  1. Kihi

    Abuse Monitoring for OpenVZ

    Flapadar, Although I cannot say exactly what we use. However, have you looked into Nagios as well as the alternatives in Python / Ruby?  There are some really good monitoring systems that you could use that would benefit you. One direction I would go is scraping data from vmtop and using that...
  2. Kihi

    Leaving SolusVM

    Code your own! Look into libvirt, it's incredibly convenient and has multiple API's in different languages.
  3. Kihi

    Using several virtual servers for to tunnel traffic?

    If you know a bit of programming, you can use Chutney and Shadow. https://www.torproject.org/docs/faq.html.en#PrivateTorNetwork
  4. Kihi

    KVM anti abuse how do you counter abuse with kvm users?

    Unfortunately there isn't anything out there for KVM that's very effective. Personally, I would use: CPU: cgroups Bandwidth: tc (or using the .xml format within libvirt if you're running KVM non-bridged) Anti-DDOS: bash scripts & iptables Emails: iptables (again). Sensors & Security: PM me...
  5. Kihi

    WHMCS - Custom 'fraud' blocks module

    @MartinD Have you ever thought of using one of the WHMCS hooks on account creation? I would personally recommend it. Even if it's just a simple query to a local database that returns true / false. 
Top
amuck-landowner