Archive for May, 2009
The PC's That Kevin (finally) Built
Posted by Ken Thompson in Brain Busters, Projects, The PCs That Kevin Built on May 25, 2009
Well it has been a bit over a month since I upgraded my little beasts and I have been slack and not uploaded any of the photos I took. So here they are, a little story board through the stages of building and customising the new computers.
Some highlights:
- Silverstone TJ07 with customer painted satin black interior
- Custom mounted HDD on case panel of an Antec Minuet 180
- Thermalright CPU & GPU Cooling with Zalman fan controller and Coolermaster fans
I was planning on putting my Intel Q6600 in to my server, but it just would not play nice with the GA-EG45M-DS2H motherboard, so I ended up sticking with my Intel e7300 and just installing Server 2003 with Exchange on to it. The plan was to run a VM server but the e7300 doesn’t have the VT (Virtualisation Technology) on board support to run VM’s. I plan on getting an Intel Q9400 and maybe 8GB of ram for it in a month or two, at which time I plan to put on Citrix XenServer, which is another free alternative in the VM server market and looks superior to VMWare ESXi and Microsoft Hyper V Server 2008.
Anyway, enjoy the happy snaps!
Life's Lessons
Posted by Ken Thompson in Journal on May 25, 2009
Well, the Pixsoul airwaves have been rather quiet the past couple of weeks because I have been super busy at work and the rest of the time studying for the Microsoft Exchange 2003 certification. I sat the exam last Monday and knew perfectly well that I lacked knowledge on some key areas that I don’t utilise in real world practice (Security and Routing Groups). But Microsoft have their Second Shot offer still running, so I figured I had nothing to lose by sitting it; at worst I would get a gauge of where I am at.
So I went in, knowing that my current preparation was half-baked but I still had a chance of passing. After the test, as I was running through my answers and figured out from the questions I had no idea about in comparison to the ones I was confident that I was going to be cutting it close to passing or failing, it could go either way.
So I pressed submit and waited for the words to flash up on the screen…”EPIC FAIL!”. Ok, so it didn’t say that, but it was still disappointing! As expected I came close, getting 648/1000, 52 shy of passing. But I know where I need to work on and I am already back on the books and mucking around on my exchange server, ready to dish out some punishment to the exam PC in a week when I re-sit.
It kind of woke me up a bit though, I need to get focussed on the study and not sit an exam until I know I am ready; rather than when I want to achieve each certification. I’ve been too focussed on time and not on quality and it would be good to hold on to my current GPA of 91% rather than throw it away in order to get some certifications more quickly.
28 Days for the Body and Mind
Posted by Ken Thompson in I.T. Certification, Journal on May 11, 2009
Well this year is absolutely zipping on by, I can’t believe it is almost half way already! It has been a great year thus far, but I am falling behind in my certification and education warpath. So this morning I have set myself a target to achieve my next 2 certifications in the next 28 days. I have also decided to tie in a de-tox for this period as it surely can’t hurt the study efforts and my body has definitely earned a break.
The rules are simple, in the next 28 days:
- Obtain 70-284: Implementing and Managing Microsoft Exchange Server 2003 Certification (I have already booked in my exam for next Monday morning and have got Friday off for a 3 day study-a-thon weekend)
- Obtain 70-291: Implementing, Managing, and Maintaining a Windows Server 2003 Network Infrastructure Certification
- No Alcohol
- No Junk Food
This will bring me back on track reasonably well and I plan to do my 70-293 before the end of the financial at least, maybe another…but the de-tox will definitely end at 28 days…it’s going to be a long 4 weeks!
Back to the study….
Windows 7 RC Blamed for Internet Slow Downs
Posted by Ken Thompson in Journal on May 7, 2009
iTnews Australia has reported that there have been slow-downs for Australian internet users as a result of the Windows 7 RC release. There has been a 50% spike in traffic from the Akamai server farm which is believe to host the files for download; as they host and deliver (amongst many other things) Windows Updates. It’s really great to see such a positive take up of Windows 7 RC, obviously they have made a fantastic product but their marketting efforts are obviously really hitting home. From the reaction of the general public, hopefully we will see a large take up of Windows 7 and related technologies and won’t be dealing with any laggards or haters stilling clinching on to their Windows XP machines after a couple of years.
But then again, maybe that increase in traffic from Akamai was just me furiously downloading updates on our freshly setup WSUS servers…we definitely got throttled because of that, Internode data blocks to the rescue though!
Microsoft Exchange 2003 SMTP Relay to Smart Hosts
Posted by Ken Thompson in Brain Busters, I.T. Certification, Projects, The PCs That Kevin Built on May 6, 2009
Sitting behind a dynamic IP means that your going to get blocked by a lot of SMTP servers if you send directly from that IP address. Most ISPs allow their SMTP servers to be used as relay Smart Hosts; so when you send an email out to the internet it will relay to your ISPs SMTP server and then send from there…from that IP address.
Its a pretty simple thing to set up in Exchange System Manager:
- In Connectors, right-click on Internet Mail SMTP Connector and choose Properties.
- Change the radio buttons to: Forward all mail through this connector to the following smart hosts
- Enter your ISPs SMTP server in here, if you have the IP be sure to enter it within square brackets, below is the address for iiNet in Australia.
![]()
- All SMTP servers these days require authentication to send outbound through them, so select the Advanced tab.
- Then click Outbound Security
- Choose Basic authentication
- Click Modify
- Enter your ISP user name and password and click OK

The Exchange server is now setup to relay outbound mail through your ISP, so that should see all your mail successfully arrive at it’s destination 100% of the time. But be sure to test it out and check that your ISP allows the use of a Smart Host.
For inbound email I have also now added a 2nd MX record for my domains which points to my web server (which is how I used to have email set up), which means I will have another layer of redundancy for inbound emails, should I lose my ISP connection for the server or it crashes etc.
Now time to kick back and wait for the emails to flood in, though not SPAM anymore!
Microsoft Exchange 2003 Spam Protection
Posted by Ken Thompson in Brain Busters, I.T. Certification, Projects, The PCs That Kevin Built on May 6, 2009
So now that I have Exchange all hooked up and chugging away, I still had a few issues to sort out before I could (In Demtel’s Words) “Set it and Forget It!”. Namely, now that my domain’s MX records pointed straight to my server, there was no SPAM protection (when hosted on my web server, I had SPAM Assassin). On another SPAM related issue, because I am behind a dynamic IP, a lot of SPAM black lists block these ranges so I was getting a few bounce backs as a result of that… so I need to enable the exact same filtering that is blocking my outgoing emails currently!
So firstly, I setup my Exchange server to cross reference emails against a publicly available SPAM black list, SpamHaus. You do this via adding a connection filtering rule in message delivery properties (in the Exchange System Manager snap-in):
- Under Global Settings, right-click Message Delivery and select Properties
- Select the Connection Filtering tab
- Click Add
- Enter zen.spamhaus.org as the DNS Suffix of Provider and Display Name
- Clock Ok
Next you have to manually enable filtering with this rule on your SMTP Virtual Server. To do this:
- Under Servers > *Server Name* > Protocols > SMTP, right-click your SMTP server and select Properties
- Click Advanced next to IP Address
- Click Edit
- Tick all the Check Boxes in this window and choose OK
So now that has blocked dynamic IP ranges and publicly known SPAM servers / address ranges for sending you email, too easy! As I don’t have that many address on my domains, this and some basic SCL filtering is thus far proving to be very effective at blocking SPAM. Obviously on an enterprise level you will need some 3rd party SPAM / Virus software on top of this basic SPAM protection available in Exchange.
Exchange 2003 – All Systems Go
Posted by Ken Thompson in I.T. Certification, Journal, Projects, The PCs That Kevin Built on May 4, 2009
Well it has been a few weeks now since I got my server going and I had yet to get Exchange fully functional. I had only got as far as installing it and having all the services running, but hadn’t hooked it up to my websites or started using it rather than my web server’s POP3 email accounts.
I have started studying for my 70-284 (Implementing and Managing Microsoft Exchange Server 2003), so that inspired me to get everything going; especially as it’s exactly what I am learning about right now. I have actually decided that I will sit this exam next as I am finding it very interest (and a little easy!) and it will break up the studies a bit. I want to do the exam within the next 2 weeks as I really need to get some of these exams out of the way and get back on my certification war path.
I really didn’t have that much to do, and I’m pleased to say everything went exactly to plan and I had everything hooked up and working in no time at all; a pleasant surprise to the norm. So I changed my domain’s MX records to point to my FQDN address, which is a dynamic forwarder (as I have a dynamic IP from my ISP, the router updates this FQDN any time it changes). Then I setup the following port forwards to my server:
- 80 – HTTP (already activated for other services)
- 25 – SMTP
- 110 – POP3
- 443 – Outlook Web Access
- 389 – LDAP (required for remote access user authentication)
- 143 – IMAP4
Then I enabled and started the POP3 and IMAP services (for access on PC’s I have linked to other Domains & Exchange Accounts) and I was in business. Too easy!
I did hit one stumbling block though. I want to use one exchange account which is configured with 2 SMTP accounts for different domain names (Pixsoul and XXIV) which works perfectly for receiving email from either account. However when you send email it address it from the default SMTP account, so you can only send email from one of the accounts – no choice. I have done a lot of playing and poking around but it appears the only way to have this work is to create 2 separate user accounts in AD, linking each individual email to their accounts…I will keep searching though and post up on the success / failure of that tomorrow.
Fresh Aussie Hip Hop – MC Phrase
Posted by Ken Thompson in Journal on May 4, 2009
I have been hanging out for this album since I heard Phrase’s first single Clockwork in mid 2008. I love my Aussie Hip Hop and this album has definitely raised the bar, looking forward to see what Phrase will bring in the future with a killer first album like this.
I’ll be at the corner raising my glass, and banging my head in July for sure!
Medieval Tech Support
Posted by Ken Thompson in Journal, Work on May 3, 2009
Windows 7 – Learning Portal
Posted by Ken Thompson in I.T. Certification, Journal on May 3, 2009
Well unfortunately I missed out on getting a shot at the beta Windows 7 exam. But in reality, it’s no skin off my nose as I won’t be using or deploying until mid to late 2010 at the earliest; the only benefit of doing now was that it was free, the professional relevance was irrelevant.
Despite that I am still using Windows 7 and won’t be going back to Vista or XP (except at work, an XP environment) at all. I am still learning the ropes of the OS and came across a new resource for learning Windows 7:
http://www.microsoft.com/learning/windows-7/default.mspx
A few more bits and bobs there to look into, namely sample chapters of new Windows 7 documentation. The timing couldn’t be better either, with Windows 7 RC1 being officially released on the 5th of May. But I expect all you fellow Windows 7 geeks to already have the leaked version! I’m yet to install mine, but definitely looking forward to the Windows XP inbuilt VM; I will post more on this when I use it a little bit.



