amuck-landowner

Search results

  1. zim

    NodePop Boston - OpenVZ 1GB 7$/m - KVM 256MB 3$/m - 1Gbps Uplink

    Test file should be working. I apologize about that. Bay Area hardware is the same as Boston, except 100mbit uplinks.
  2. zim

    NodePop Boston - OpenVZ 1GB 7$/m - KVM 256MB 3$/m - 1Gbps Uplink

    NodePop has new nodes in Boston Mass ready to go. Each node is configured with dual Xeon E5430 processors, 16GB of RAM and 15K SAS Drives in raid 10.  Each node is connected at 1 Gbps to a 10Gbps pure cogent uplink(for the moment). Amazing speeds along the east coast, to Europe and Canada. High...
  3. zim

    Evato Blogger Bundle

    Pretty nice little bundle. I'm going to pick on up now and wait till i have a use for it.
  4. zim

    More awful WHMCS coding

    None of this is surprising to me. Its crazy how careless some industry programmers can be.
  5. zim

    The pets thread

    They are beggars, and I am a sucker.
  6. zim

    The pets thread

    Glad i'm not the only cat lover.
  7. zim

    NodeDeploy merges with Xavvo

    grats on the acquisition martin
  8. zim

    URPad closing locations, merging into 3 central non-rental datacenter --- DUMPS COLOCROSSING!

    People suck. I wonder who would be behind a urpad ddos attack right now.
  9. zim

    Buying HDD's in USA? Recommendations needed

    There are so many places and really depends on the day where you are going to find the best deal
  10. zim

    Favourite Web-dev IDE?

    been trying sublime for a few days and it is a pretty awesome IDE
  11. zim

    Rsync limiting bandwidth - howto

    Yea this is a good tip for people looking to rate some small backup scripts.. +1
  12. zim

    What do YOU use to monitor your servers?

    snmp traps + sflow
  13. zim

    Which lightweight self hosted remote monitoring script would you recommend?

    PHP Ping https://github.com/geerlingguy/Ping $host = 'www.example.com'; $ping = new Ping($host); $latency = $ping->ping(); if ($latency) { print 'Latency is ' . $latency . ' ms'; } else { print 'Host could not be reached.'; }
  14. zim

    VPN Connects But Can't Acccess Websites

    Apparently your home connection is attempting IPv6 First. And the error is PPP rejecting the protocol. Did you start with a fresh iptable? Are you blocking any ports on the VPN?
  15. zim

    VPN Connects But Can't Acccess Websites

    set the ms-dns in /etc/ppp/pptpd-options ms-dns 8.8.8.8 ms-dns 8.8.4.4 more than likely they were commented out with # remove them. also in your client, you may need to select, use VPN DNS or something of the sort. /etc/init.d/pptpd restart and try connecting again.
  16. zim

    VPN Connects But Can't Acccess Websites

    Make sure you have iptables NAT rules ( Physical Interfaces only do not include virtual (e.x. eth0:1)) Xen/KVM iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE OpenVZ iptables -t nat -A POSTROUTING -o venet0 -j MASQUERADE When you connect to your VPN, can you ping a public IP? can you...
  17. zim

    US Federal Government Shut Down - Budget Impass

    Really hoping this is a short term thing...
  18. zim

    Favourite Web-dev IDE?

    You could try eclipse...  its a great IDE
  19. zim

    Slow upload speed

    +1 for iperf As an added note, try playing with you TCP window size. When you are dealing with a long RTT adjusting your window size appropriatly can greatly improve throughput. http://en.wikipedia.org/wiki/TCP_window_scale_option  -  Explination http://fasterdata.es.net/host-tuning/linux/  -...
Top
amuck-landowner