Cisco IOS – Setting Up DHCP Scopes
KB ID 0001112 I usually only have to do this on very small sites, or occasionally on the test bench. Most of the time we will have a server sat doing DHCP. The procedure below was carried out on a router, but the procedure is the same for a catalyst switch. By default DHCP is disabled, you have to turn it on, then create a ‘dhcp pool.’ Petes-Router(config)#service dhcp Petes-Router(config)#ip dhcp pool DATA-VLAN-10 Then...
vSphere ESX – Configure Buffalo Terastation 5000 as an iSCSI Target
KB ID 0000899 Problem This little NAS box is a cheap way of adding a large amount of storage. Below I’m going to configure it as an iSCSI target, then connect my ESX5 host to it. I’m not setting up any CHAP authentication, but I’ll show you where it’s configured, if you want to deploy yours a little more securely. Also it’s considered good practice to separate your storage network traffic, from your...
BT Business ADSL – Configure a 2Wire Router to Allocate a Static (Public) IP Address
KB ID 0000760 Problem I know BT are now shipping the BT Business Hub, to their business ADSL clients, but there’s still a few 2Wire routers out there in the wild. Essentially if you have a range of public IP addresses, this is how to allocate one of the public IP addresses to one of your devices. In my case its a Cisco ASA firewall that I need to have a public IP. Solution Firstly I’m going to assume the router is working and...
Windows XP – Sysprep (for imaging)
KB ID 0000599 Problem A client who we recently did a WDS (Windows 7) install for, needed to image a couple of Windows XP machines, (They had some software that either would not run, or was not supported on Windows 7). They asked me for some documentation on how to do this, it’s been such a long time since I imaged any XP machine, so I took the opportunity to document it properly. Solution Before you begin, be aware you need to...
Windows Server – DHCP Service Starts then Stops again
KB ID 0000617 Problem Saw this last week on an SBS 2011 Server. When attempting to get the DHCP service running it span up then stopped straight away. Solution A quick look in Event Viewer showed me what the problem was, Event ID 1054 The DHCP/BINL service on this computer is shutting down. See the previous event log messages for reasons Fair enough lets see the previous error on the same server; Event ID 1053 The DHCP/BINL service...