amuck-landowner

Recent content by deluxehost

  1. D

    How to limit IPv6 Bandwidth speed on Dedicated/XEN servers using 'tc'.

    I tried it at 15mbit, which at random it would do 30mbit, so i set it lower and it wont go above 1.4mb/s. i believe its how much over the limit its allowed, like for a spike. im still learning the 'tc' command, i followed a ton of examples for ipv4, most of the examples i seen had a low burst...
  2. D

    WHMCS Vuln again?

    Its an old one, but its real..its about a week or so old.
  3. D

    How to limit IPv6 Bandwidth speed on Dedicated/XEN servers using 'tc'.

    If you're running a OpenVZ Node on a dedicated server, or running a XEN VPS. you can use 'tc' to limit the speed of your IPv6 (Native/Tunnel) with this simple script..  Before i post, reason i made this, is i run a OpenVZ node myself, and i had a VPS customer sending out DDoS attacks over IPv6...
  4. D

    Python Server Ping Script

    Here is what i use for my online checker, its perl and requires sendmail. but here it is #!/usr/bin/perl use Net::Ping; use Fcntl; $loc = "hosts"; sub sendEmail  {   my ($to, $from, $subject, $message) = @_;         my $sendmail = '/usr/lib/sendmail';         open(MAIL, "|$sendmail -oi...
  5. D

    Power Outage: Residential

    We had a massive storm here today, but my backup system kicked in both times it knocked out my power. i have a dual UPS system for my laptops, and i got tethering on my phone.
  6. D

    What are you using IPv6 for?

    I use IPv6 for websites :P
  7. D

    SSH Attacks

    I would setup a iptables script with a --hitcount, that way if they reach the hitcount it will drop them until they stop. uses next to nothing on resources, nor is it hard to get setup. i run that on numerous servers of mine and havn't had a single person successfully gain access to my servers...
  8. D

    Introduction thread

    Hello, my name is deluxehost..I'm new here, and i hope to offer some help on support based topics. As i offer support for the VPS company i work for, and hope to help people here aswell.
Top
amuck-landowner