I had a client who, much to my dismay, purchased a new server from Dell and opted not to go with Backup Exec but rather the free Yosemite Backup application that ships with the RD1000 drives. Not a huge deal until I discovered after a good deal of troubleshooting that Yosemite does not work with Server 2008 R2. Long story short, we were left with no option but to use Windows Server Backup and find a way to configure e-mail notifications.
February 22, 2010
February 11, 2010
AOL Can Break Rules
While testing an SMTP connection to AOL's mail servers, I got this awesome syntax error response when I forgot to put a space between "MAIL" and "FROM":
Yes you can.
220-mtain-mi12.r1000.mx.aol.com ESMTP Internet Inbound
220-America Online (AOL) and its affiliated companies do not
220-authorize the use of its proprietary computers and compuer
220-networks to accept, transmit, or distribute unsolicited bulk
220-e-mail sent from the internet
220-
220-Effective immediately:
220-AOL may no longer accept connections from IP addresses
220 which no do not have reverse-DNS (PTR records) assigned.
HELO paulhite.com
250 mtain-mi12.r1000.mx.aol.com
MAILFROM:test@paulhite.com
221 2.7.0 Error: I can break rules, too. Goodbye.
Connection to host lost.
Yes you can.
February 09, 2010
Study Time!
Updates to the blog will be more sporadic than usual as I concentrate on my last few months of college, my final design exam for the MCSE, and the upcoming Cisco course. Phew!
January 26, 2010
Does your network stink? Make a sniffer!
Sometimes there is just no substitute for looking at raw packet capture data when infiltrating troubleshooting a network. In normal situations, I'm content with loading Wireshark or Network Monitor up on a system that sits in-line with the data I require (e.g. sniffing packets from a DHCP server when you have clients that cannot get an IP address). However, there are many times when you cannot load sniffing software on the device in question, or don't want to. Perhaps you want to monitor inbound traffic to your ISP to a border router, or watch for packets leaving a device you don't manage. In these situations, you need a passive network tap to capture the traffic without touching the two end points to be monitored.
January 22, 2010
Configuring a Hyper-V R2 Core Installation
A little deal I stumbled across online landed a Core 2 Quad Q9400 with 8GB of RAM in my lap for a good price. After struggling with a deep seated desire to put a decent video card in it and lock myself in the office playing video games, I finally decided that putting together a test network would be a much healthier choice. I still locked myself in the office though.
January 13, 2010
Mozy Programmer Humor
Several of our customers use MozyPro as an offsite backup solution, whose programmers apparently have a sense of humor and nostalgia.
While running a backup for a new Mozy user today, I spotted this message while the backup was initializing:
While running a backup for a new Mozy user today, I spotted this message while the backup was initializing:
January 05, 2010
Subscribe to:
Posts (Atom)
Red Flags and the Value of Experience
One of the things I hear often said, and something I subscribe to as well, is the idea that a lot of technical knowledge in the world of IT ...
-
Because I'm a glutton for punishment, I recently started rolling out System Center Configuration Manager 2012 R2 SP1 and System Center E...
-
UPDATE: Turns out this is a known issue during the 1.5 > 5.1 VSM upgrade and a fix should be released in an upcoming patch. That's ...
-
Having repeated this nightmarish migration several times now, here's the steps I've found to be most efficient: Import your XenSer...