iSCSI Part 3 (or is it part 4)
I’ve done the last part of my iSCSI evaluation. Previously I looked at the protocol itself and the ways to secure data. Transmission needs to be secured by either IPsec for a shared network or a dedicated network infrastructure. The last part of the jigsaw I checked out was how to validate the client; basic iSCSI authentication uses simply the name of the iSCSI initiator, which is nothing more than a plain-text field.
The standard iSCSI method is to use CHAP. This requires both the client and the target to provide a username and password for login to each other. I tested it out on my Netapp Simulator/Windows environment and of course it works. What I’m not sure about is how effective this is as a security method. It is necessary to retain password information for both client and target and store it elsewhere; there’s no 3rd party authentication authority. Perhaps I’m being a little paranoid.
So there it is. I now know iSCSI. I have to say I like it. It’s simple. It works. It is easy to implement. Security could be better, and could certainly be made more easy to manage, but perhaps that is related to the two implementations I’ve used (i.e. Netapp and Windows).
So what are the iSCSI best practices? I’d say:
- Implement CHAP for client/target security.
- Implement IPsec to encrypt your iSCSI traffic.
- Place your devices on a dedicated network.
- Use dedicated network cards where possible.
I hope to do a practical implementation of iSCSI soon. I can really see it as a practical alternative to fibre channel.
_uacct = “UA-1104321-2″;
urchinTracker();
One Response to iSCSI Part 3 (or is it part 4)
Leave a Reply Cancel reply
You must be logged in to post a comment.
- Use Symantec and know your sensitive data is protected with industry-leading backup & recovery software.
Experience Symantec Backup Software
Popular Posts
- Netapp: The Inflexibility of Flexvols (3779)
- Back to Blogging (2282)
- The technical solution is not always the best (1996)
- Data ONTAP 8.0 – Part III (1803)
- Solid State Arrays: Pure Storage Inc (1764)
- EMC Releases All Flash VNX (1750)
- Enterprise Computing: Why Thin Provisioning Is Not The Holy Grail for Utilisation (1527)
- Who Will Be The First Solid State Array Vendor To Be Acquired? (1493)
- Drive Prices Increase – Who Will Suffer Most? (1432)
- VAAI Follow Up – VMware Recommend Disabling Thin Reclaim (1352)








Hello – I’ve yet to see IPSec (or even CHAP for that matter) deployed in small-mid scale iSCSI deployments. While it seems to me that CHAP is a no brainer, and IPSec seems to make logical sense – the tradeoffs go against one of the primary benefits of iSCSI – simple config and ease of use.
IPSec adds some “finicky-ness” – greater dependencies on specific iSCSI targets, and starts to impose a heavy burden on the software initiators (which is also the much, much more widely deployed model)
Just a comment from someone who sees a lot of iSCSI in production environments.
Chad