Announcement

Collapse
1 of 2 < >

Want to have your thread stickied?

Anyone can purchase a sticky thread here.

Simply create a thread and PM me the url.

NOTE: Only Sponsors can advertise in their signatures or have more than one open advertisement thread.
2 of 2 < >

README Rules and Advertising Inquiries

VIP members may ask you for a free 1 week trial.

You must comply within 24 hrs or your threads will be closed.

The box must have:

10 gigs space

50 gigs transfer

1 week duration

At minimum...


Up to two trial boxes can be asked PER THREAD. Consider this payment for opening an advertising thread.

The member must then review your services and post this review to your thread. If s/he does not then report them to a moderator. They similarly have 24 hrs to comply.



If you have paid for a sticky thread this does NOT apply to you. Become a paid sponser to have a sticky thread of your own.


UPDATE TO ABOVE RULES



Anyone is able to post ad advertisement here for free at anytime. Of course there are a few rules and they are as follows:

1. You must provide 2 trials to VIPs in lieu of payment for this advertisement thread. The box must have: 10 gigs space, 50 gigs transfer, 1 week duration,

At minimum...

You have 24 Hours to comply with the above or thread will be Closed

2. A successful trial must be accompanied by a review 24 Hours after completion of trial there will be no tolerance of this rule being overlooked

3. VIPs are allowed 1 trial per Month. All successful trial awarded must be annotated on the thread

4. You are only allowed 1 thread open for 30 Days for free upon after 30 Days you can either renew via providing 2 additional trials to 2 VIPs or buy a sticky

5. There is to be no mundane bumping of threads in this section. You want your thread on top buy a sticky. You are free to post if there was a major shake up with services or whatever you may have in your Company or to answer any questions from a potential customers

6. Links are only allowed in the original post, there is to be no further posting of any external links on your thread or it will be closed. In the same token you are not to post links on your signature of any kind unless you are a Sponsor. Sponsors are not subject to the linking rules of this area

7. There are to be no more giveaways in this area the only trials that are to be given here are the 2 that were allocated for payment of thread. Vendors giveaways would go on Vendor's Trials from hereon out. In the same token non-VIPs are not allowed to post for trials in this area only in the new section. Again Sponsors are free to provide trials if they see fit in both areas
See more
See less

Chmuranet.com: Anonymous VPS Seedboxes [NL], Starting at €25/Month - No Limits

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Originally posted by Cerebellum View Post
    ...
    I am primarily in need of very large HDD disk space. Something like 4-8 TB.

    ...
    But I DO need the HDD space for long term storage before I have the time to d/l them to my local home computer.
    The one speed I would not like to be capped though... is the FTP speed.

    Is there any kind of plan that might meet those needs?
    Thanks for the tip of the hat...

    Disk storage with our plans with us can be a bit confusing.

    We have three plans, Fast, Faster and Fastest.

    The Fast plan. 100M. offers 600M of fast storage from a raid-z pool, you can upgrade this to 1TB for a one time charge.

    The Faster plan, our 1G service, which comes with a 2TB drive, you can, for a one time charge, add another disk, for a total of 4TB. (subject to availability.

    The Fastest plan, our 10G service, already comes with 2x2TB, and a 240GB - you can upgrade to a larger SSD for the price of the disk and an install charge. We have not yet looked at HDD upgrade.


    For your needs I'd recommend our Faster plan, 1G, with an add-on disk, rental is €57Eur, the disk is a one off €120Eur (€90 price of drive + DC Charges + small profit)

    I currently just have the one compatible slot open, but another will open probably within a couple weeks.



    Never understood that whole three bears thing, what if Goldilocks suffered from Giantism? We are never told...

    Comment


    • [MENTION=164303]Weaselbuddha[/MENTION] you know, i keep interested into your plan like how you explain the 1Gbps

      also now you offering addtional 2TB HDD for one time charge only

      i just learn how fast it will be if you get dedicated HDD on seedbox also i just realize your plan was come with dedicated storage which mean will be faster

      i still wanna ask about the 7 maximum user/machine
      as it is 1Gbps, is it duplex ? and the 7 of us share the 1Gbps line ? CMIIW
      "The One Who Wants To Wear The Crown, Must Bear It Weight"

      Comment


      • Originally posted by iYSX View Post

        ...

        i still wanna ask about the 7 maximum user/machine
        as it is 1Gbps, is it duplex ? and the 7 of us share the 1Gbps line ? CMIIW

        We have 2x1G full duplex lines coming into each of our Faster (1G) servers, servers are assigned to one of the two NICs, maximum of four members to a NIC. This reduces congestion - more peaks, fewer valleys.


        We do our best to configure everything: base hardware, the hard drives, network up-link, the hypervisor, the operating system, and even the torrent client for best performance. Purpose built, tweaked, tuned, tailored to be a seedbox from the metal on up.

        Try to build a script to do that.
        ...

        Comment


        • Do u offer dedicated IP ?
          "The One Who Wants To Wear The Crown, Must Bear It Weight"

          Comment



          • This is the advantage of a VPS over a shared platform, for all intensive purposes it a dedicated server that shares bandwidth, you have your own hard disk, memory, CPU cores, and vNIC. It walks like a dedi, it talks like a dedi, it just isn't priced like a comparable dedi.

            That includes your own IP address, your own subdomain hostname ( myVPS.Chmuranet.net ), your own credentials ( ixys/secretpw ). You get superuser, you control all access (no backdoors) and what software is installed

            With of course our service, our tuned template, and your anonymity.
            Last edited by Chmuranet; March 28th, 2014, 05:43 PM.

            Comment


            • All 10G slots are full! May have one open next couple weeks. To join the wait list e-mail Service@Chmuranet.com

              I know I'm evil, but here is a shot of the net graph of the new guy testing his slot:



              A single VPS, using iperf.
              Last edited by Chmuranet; March 30th, 2014, 04:47 AM.

              Comment


              • That darn package manager. It appears the latest Apache upgrade (apt-get upgrade) has been seen to break PHP support in Apache.

                If this has happened, after you upgraded you'll see this in RUTorrent:


                Code:
                JS error: [ xxx : 0] SyntaxError: syntax error
                Bad response from server: (200 [parsererror,getuisettings]) <?php require_once( 'util.php' ); $fname = getSettingsPath()."/uisettings.json"; $s =  @fil e_get_contents($fname); if($s==false) $s = '{}'; cachedEcho($s,"application/json",true); ?>.

                The fix is straight forward, you need to reinstall the Apache PHP module, and restart Apache

                Code:
                sudo apt-get install php5 libapache2-mod-php5
                sudo service apache2 restart
                Or if you are on a Chmura box, you can just open a ticket by e-mailing Support@Chmuranet.com, and we'll fix it for you, tout-suite.

                Comment


                • You might want to check out our new tutorial on diagnosing FTP speeds.

                  It started out as a testing primer, on how to test your seedbox, but I realized all the testing I was going to introduce could be directed at finding the hole in your FTP speeds.

                  http://www.torrent-invites.com/showt...=1#post1956235

                  Enjoy.
                  Last edited by Chmuranet; April 1st, 2014, 03:27 AM.

                  Comment


                  • Part 3 is up, the smoking gun, network peering:


                    http://www.torrent-invites.com/showt...=1#post1958442

                    Comment



                    • As soon the FTP tutorial is complete, we'll be opening beta on our 100M service.

                      Should be next week.

                      Comment



                      • Chmuranet & The Critical OpenSSL bug (CVE-2014-0160)

                        If you are running a Chmuranet Server, you are NOT vulnerable - we run XUbuntu 10.04 (with a backported 11.10 Kernel). The latest version of OpenSSL for 10.04 is OpenSSL 0.9.8k (execute 'openssl version' from the shell prompt) which does not have the Heartbeat openssl extension.


                        From Heartbleed.com
                        What versions of the OpenSSL are affected?

                        Status of different versions:

                        OpenSSL 1.0.1 through 1.0.1f (inclusive) are vulnerable
                        OpenSSL 1.0.1g is NOT vulnerable
                        OpenSSL 1.0.0 branch is NOT vulnerable
                        OpenSSL 0.9.8 branch is NOT vulnerable
                        Bug was introduced to OpenSSL in December 2011 and has been out in the wild since OpenSSL release 1.0.1 >on 14th of March 2012. OpenSSL 1.0.1g released on 7th of April 2014 fixes the bug.


                        Comment



                        • The new Chmuranet website is up, not a WHMCS knock off, but a ground up reworking - still with the same notable Terms of Service and Privacy Policy, and of course our unique Network Test Page




                          We are really pleased, but your feedback would be appreciated
                          , like.... Needs more Zombies!
                          or Where is the generic slide show of a datacenter's server racks?
                          Last edited by Chmuranet; April 12th, 2014, 01:25 PM.

                          Comment


                          • love the new site! keep up the great work

                            Comment


                            • Chmuranet 100M VPS Beta is Open

                              No Monthly Cap | No FUP | No Tracker Restrictions | No BS


                              It Has:

                              True 600GB (operating system is on another partition), upgradable
                              True unshared 100M
                              2x CPU Cores + 2GB Memory
                              The only password is yours
                              You are the only Superuser (install, do, what you want)
                              Unique VPS Platform for A Seedbox, never before done


                              You Get:

                              Your Hostname (name.chmuranet.net)
                              Your Username & Password
                              Your Unique IP Address
                              Your Special Requests (OpenVPN, Plex, ZNC, SickBeard, etc)


                              Provisioned with:

                              Rtorrent or Deluge
                              FTP/FTPS/SFTP
                              X2Go Remote Desktop
                              Madsonic Media Player
                              Webmin Admin Panel


                              With Every Chmuranet Server:


                              Chmuranet's Bulldog Tweaked Version of RTorrent
                              Chmuranet's Tailored Seedbox Environment
                              The Exceptional Support that Chmuranet is known for.
                              Chmuranet's Premium Network
                              Anonymous Sign-up, no logs retained.
                              Our Unique Privacy Policy and Terms of Service


                              This is a Special Beta Promotion, first month is €19EUR, second month for only €6EUR (with review)

                              This is limited to Nine members, if interested write Service@Chmuranet.com Now

                              Comment



                              • Beta is off the ground!

                                Got four, room for five more.

                                This is an excellent deal, better than two months for the price of one.


                                ...And you get to tell us how we can do it better.

                                Comment

                                Working...
                                X