Metaskills.net Blog Mini Network with a Big XServe Style Posted On: 2006, February 4 - 10:52pm by Ken Collins |
So like most people that create networks I did not realize that the Mac Mini includes 3 high speed network interfaces and that with a little bit of work and the right architecture they can be used to operate in much the same manner one would see in a high-end network operations centers. I manage one such NOC and I wanted my home network to function like most companies who do serious business online. These features typically include: * Internal LAN Network Interfaces - (10.0.1.0/24 Addresses) Starting At The End Below is a simple diagram of my final network. I had to lose a few features from the list above or even change their meaning a bit, but I did end up with a network that utilizes most of them.
Internal Local Area Network ( LAN ) First thing on the list that is the most important feature. A local area network that allows connections to each server without going outside to the public internet and thus taking up valuable bandwidth to those public interfaces. It's also good for security! The AirPort Extreme I had did this quite well by setting it to share a network connection using DHCP and NAT on the 10.0.1.0/24 subnet. The AirPort internet connection is setup to DHCP to my ISP from it's WAN port. Each Mac Mini's AirPort network interface is manually set on it's own IP address that never changes. This will need to be done so you can assign it an internal DNS name and reverse PTR record. Internal DNS Services ( WebSvr Mini ) Now that we have an internal LAN we can use this to host our own DNS so that machines on the local network including my powerbooks and other systems will use the AirPort interfaces for services. For instance, if I browse to my website from home, I am not using the public interface and bandwidth, but rather the IP with the AirPort address. The WebSvr Mini was my best choice for hosting DNS and I have BIND 9 configured to only listen for queries on the local 127.0.0.1 IP and it's own 10.0.1.x AirPort IP address. BIND is also configured to forward all unknown queries to my ISP. It's very important to set the basestation's internet tab to use the WebSvr Mini's 10.0.1.x AirPort IP address for DNS, rather than your ISP. In this way, all clients that are not manually configured to do so will use the WebSvr mini for DNS and hence the AirPort interfaces on each server for services. I hope I have not lost you yet. When using internal DNS the right way, all local traffic such as Apache, Apple Remote Desktop, Database, SSH, etc. are all done locally and fast. So do not forget to tell Apache it can listen on that port. IP Over Firewire Database Connection ( DbSvr Mini ) The DdSvr Mini is using Apple's IP over firewire capabilities to connect to the WebSvr Mini. I have a patch cable connected to the WebSvr Mini with static IP addresses on both ends using the 192.168.1.0/24 subnet. For convenience each of the 192. addresses ends with the same number as their respective 10. AirPort addresses. This is the 3rd network interface that most people are not aware of. It has limitations but used wisely it can be very useful and fast. In the set up above I am able to keep all database traffic entirely off of my internal switch and localized to that one patch cable. Unless of course, I decide to access the DbSvr Mini using it's LAN/AirPort address. Either way, this machine is totally off the public network and quite secure. Other Services ( Mail and External DNS ) That's what the other unlabeled Mini is for. I have it configured to for mail and public DNS. Postfix is happily listening on it's public and private addresses while DNS is only listening on the public IP. This server also does not have an external drive (see below) since I am not worried about it's performance since the overhead is quite low for those two services. Firewall Services In this setup I did loose the ability to have private addresses for my two public Minis. Hard core network engineers would point out that this would be another layer of security by having a single firewall/router filter and translate packets to these two boxes. I agree and it makes for a nice portable network too. But, I am more than happy running the ipfw service built into OS X Server that is running on each Mac Mini. It is a great stateful firewall and it's not really a configuration nightmare to maintain each one. All in all, its what I call the RONCO network, set it and forget it. Now on to fixing some of the deficiencies for the Mac Mini. Improving Hard Drive Performance I purchased (2) of these, one for each Mini who's performance I was really concerned about, one for the web server and one for the database server. Each of those Macs boot directly from that external drive connected via firewire, the internal drive is used as a back up. Currently I have the DbSvr Mini setup as an RsyncX server and every night each of the 3 servers backs up to it's internal hard drive. That's a separate post in itself. Improving AirPort Signal Strength First though, the links below are a parts lists links to Mac-Pro.com. If you are wanting to install an AirPort extreme card in a Mac Mini, these are the parts you will need. Secondly, my AirPort signal strength "fix" below is by no means a comprehensive step by step for a first timer into the Mac Mini. I highly recommend PBFixIt.com's Mac Mini Take Apart Guide for that. • Mezzanine Board for Mac Mini OK, now to the fun part, Improving your AirPort signal strength. You will need to get a good clean work area setup and take apart your Mac Mini down to the mezzanine board where your AirPort card is installed. Do not actually take that out, we are just going to reroute the cable. Just unplug the AirPort extreme antenna. My best attempt at a clean work area. Remember to unplug the AirPort antenna from the extreme card. The most logical place to run the AirPort antenna externally is through the security hole on the back right side. The only other choice would have had us drilling holes in the vents and the hood that funnels air out the back of the Mac Mini. Least invasive is good, so I took a dremel to the widen that hole up. I made a circular opening the same diameter as the existing width of the security hole. Now that the hole is wide enough, route the AirPort antenna back through this new opening. Make sure not to cut the antenna cord on the metal shielding. Route the AirPort antenna back through this new opening. Make sure not to cut the antenna cord on the metal shielding.
After you connect the AirPort antenna back to the AirPort extreme card, make sure that you leave the cable lying next to the slot the drive and fan assembly goes back into. Here is a picture of the how the antenna cable routes through the small opening that is designed to the left drive and fan assembly slot. This is where Apple intended the AirPort antenna to go. We are just taking a detour. Now we are ready to put the cover back on the Mini, but since we have the AirPort antenna going out the security slot, we will need to cut the metal anchor off. I sliced it right at the bottom, marked in the larger photo. I have found it extremely useful to take your putty knife and push on the shielding on the back side of the Mini when you are snapping the cover back on. Otherwise you will just bend the clips when you are pushing it together. And just in case your asking, yes, a putty knife is the standard tool for taking apart a Mac Mini. Here is a final picture of the back of the Minis after they are all back together. Here you can see the AirPort antennas sitting comfortably out the back. No signal interference now! Here you can see the AirPort antennas sitting out the back of each Mac Minis. This was the reason I started my network project. I have 3 servers right on my home office desk with all the comforts of a full fledged NOC in less than 1 square foot of space. Final front view of 3 Mac Mini server right on my home office desk wiht all the comforts of a full fledged NOC in less than 1 square foot of space. That's it! If you have any questions, please let me know. Or perhaps, maybe you have some ideas on what I could work on for version two of the network? |
| The above article has been included on our site for archival purposes only. To see the article as it appeared in the original published form, click the link provided. All stories have been captured without modification to their content. |