amuck-landowner

Search results

  1. splitice

    HE BGP Toolkit scraper

    As I said, at a glance. It sounds like you want someone to do it for you. Thats just a list of ASN's / IP allocations and their details. Its not a mapping. From an IP block obtaining origin ASN? Use show BGP. Remember its entirely possible to announce a set of IPs on multiple AS's. The same as...
  2. splitice

    HE BGP Toolkit scraper

    At a glance,  RIR|Country|Type|Start|IPs|Date Updated?|Status|Something?
  3. splitice

    HE BGP Toolkit scraper

    See: ftp.arin.net/pub/stats/arin/delegated-arin-extended-latest ftp.ripe.net/ripe/stats/delegated-ripencc-latest ftp.afrinic.net/pub/stats/afrinic/delegated-afrinic-latest ftp.apnic.net/pub/stats/apnic/delegated-apnic-latest ftp.lacnic.net/pub/stats/lacnic/delegated-lacnic-latest
  4. splitice

    HE BGP Toolkit scraper

    The most is in relation to public route servers. Some have restricted commands.
  5. splitice

    HE BGP Toolkit scraper

    You can retrieve most (if not all) of the information on bgp.he.net using public route servers, whois and a bunch of other methods. 
  6. splitice

    BuyVM - New website design?

    Honestly I like the current simplistic design more, but I understand why this design is needed.
  7. splitice

    Reporting stolen Paypal accounts

    Yeah that's what I was hoping to avoid, definitely something lacking on Paypals side. Certainly many merchants would report fraudulent payments that they refund before detection (to prevent chargeback fee's) if they could do so easily. I called Paypal last night, a representative took down the...
  8. splitice

    Reporting stolen Paypal accounts

    Does anyone know how to go about reporting transactions received from stolen Paypal accounts? I cant seem to find anywhere (and I don't want to phoneticify over the phone). Having recognized the pattern I have refunded all the received payments. A certain new hosting company (isnt summer...
  9. splitice

    How much do you spend on Virtual Servers?

    About $500 - 750/m mostly with DigitalOcean and Ramnode. $250/m Monitoring budget $250/m Logging cluster budget $250/m Misc / Operations / Web
  10. splitice

    Summer Break - see you in August!

    Enjoying the winter over here in the southern hemisphere....
  11. splitice

    How do you manage/organize/store your config files for your servers?

    Important configuration files that require change management - git Distribution of configuration files - either via an inhouse deployment system (using ssh) or via bittorrent sync Most configuration files are also stored on DropBox for redundancy. Currently managing: 78 servers
  12. splitice

    Ban Request *Thoughts*

    I dont think moderators and administrators should be taking drastic actions (banning) in these cases, however I do agree that some action should be taken. However it needs to be appropriate in nature, we don't need the VPSBoard secret police XD . Perhaps just closing the thread before it gets to...
  13. splitice

    TemplateLayer - OpenVZ Templates - Template Request's

    Agreed :) Just for clarification my point was more a reflection on all the Debian 'minimal' templates that include Apache or Exim.
  14. splitice

    TemplateLayer - OpenVZ Templates - Template Request's

    True minimal templates, with everything setup correctly would be great :)
  15. splitice

    DMCA Talk at SlashDot.

    A lot of the time there isnt a whole lot of say in the matter, upstreams require action within tight timeframes, and counterclaims take time and need to be completed by the end user - often well down the chain. Furthermore alot of upstreams will terminate customers for a large number of...
  16. splitice

    DMCA Talk at SlashDot.

    Only it doesn't work, too this date 3 suspensions handled out. Only one that was counter-claimed (we are usually pretty good with identifying them). Out of probably ~100 received. Most of the complaints aren't made under the penalty of perjury, any complaint without this should be ignored...
  17. splitice

    NSA classifies Linux Journal readers, Tor and Tails Linux users as "extremists"

    Of course they would, need to prevent leaks etc. Honestly, I tend to read these revelations as more interesting in terms of technology. Of course foreign intelligence agencies spy, if they didn't then they wouldn't be doing their jobs.
  18. splitice

    NSA classifies Linux Journal readers, Tor and Tails Linux users as "extremists"

    Some big VPS providers should use curl to perform google searches for TOR and TAILS, see how well it copes :P
  19. splitice

    MySQL on SSD or classic HDD?

    If you are concerned about write cycles then monitor it, SSDs will VERY rarely expire before their write count (some times get 3x their write cycle count). This is in contrast to Hard Drives which will fail randomly, with the probability significantly increasing with age. That alone should be a...
  20. splitice

    Solution to monitor data transfer usage on dedicated servers?

    vnstat is great, however if a textual log is what you want (very useful for auditing purposes) the following should work. date >> /home/bandwidth.txt; /sbin/ifconfig | grep bytes >> /home/bandwidth.txt A different PATH environment variable is used in cron scripts, sbin is not usually in it.
Top
amuck-landowner