
Posts by SophieDogg:
Funny IPv6 Words
September 29th, 2013Previously I did a post on how to have some Fun With IPv6 Words, and how to generate an IPv6 word list, but one request I keep getting is for a smaller list of just the funny IPv6 words. Read More
An Intro to DNS
September 1st, 2013I always find it amazing how little so many people in IT actually know about DNS. Well, today I’m going to give you a brief overview of the basics of DNS, the Domain Name System. We’ll call this, an “Intro to DNS!” Read More
Comments Off on An Intro to DNS
SSH Proxy Through Multiple Servers
August 30th, 2013Yesterday, a young pup at the pound asked me about hopping a proxy across multiple machines. Well, running a SOCKS5 proxy through multiple SSH servers isn’t all that hard, and can be fun at the same time! Today we will take a look at how to proxy through one or more SSH servers! Read More
Comments Off on SSH Proxy Through Multiple Servers
Fun With IPv6 Words!
January 20th, 2013If you have spent any time with IPv6 addresses, you may have realized that there are many different words that you can spell within an IPv6 address. So, let’s take a look at all the different IPv6 words we can spell! Read More
Setting up HTB on CentOS 6
November 29th, 2012The Hierarchical Token Bucket Quality of Service (HTB QoS) system is a great tool to use for controlling the bandwidth of a network link, especially when you have a bunch of doggs on your network that love to use up all the internets they can get! Lets take a look at a quick and simple HTB QoS setup on a CentOS 6 Linux box. Read More
Blocking Services with Fail2Ban
April 17th, 2012There are many different methods of securing a publicly accessible server, and one of the best things a system administrator can do is use fail2ban to dynamically block potential attackers before they can do any damage. Read More
Setting up an IPv6 Tunnel
February 16th, 2012So, you want to access IPv6 websites, but your ISP does not provide native IPv6 access? Well, here are some instructions for setting up a 6in4 IPv6 tunnel with Hurricane Electric! Read More
Comments Off on Setting up an IPv6 Tunnel
Creating a Google Pie Chart using SQL data
February 2nd, 2012Recently I was asked to create a webpage to summarize some data from a MySQL database for analysis. Creating webpages and running SQL queries isn’t something that I do on a regular basis; I mostly administrate the servers that these services run on. But I figured, why not?! I’m familiar with all of this stuff. At the same time, why don’t we create a nice Google pie chart with this data? Read More
Installing PS3 Media Server on CentOS 6
January 27th, 2012So after recently rebuilding one of the servers in my dogghouse, I realized that I hadn’t installed a uPNP/DLNA AV media server. Previously I had been using Fuppes, but the lack of active development and some other quirks made me re-think what I wanted to use. So, after comparing available packages, I decided to give the PS3 media server a try. I specifically wanted something that could run without a GUI on a headless machine as a service/daemon if necessary, that would support an XBox 360 and various Android devices. Read More
Radvd and DHCPd6 Server Configuration for Dynamic DNS
January 14th, 2012I’ve been using radvd for a while now to hand out IPv6 addresses to all the different devices in my Dogghouse, and I thought that it would be nice to have a working dynamic DNS setup for IPv6, in the same way as I have DDNS for IPv4. Read More