The Blog

Windows

Restore full 2008 from windows backup on the network with no DHCP

Posted on

Start Windows with F8 if you still can, if not boot with windows install disk.
If your backup is on the network you might have to set the network to get to the backup, if like in my case there is no DHCP then you got more work to do.
First go to command prompt and start with:

Start /w wpeinit

next run the bellow, just make sure you put the right IPs
netsh interface ip set address "Local Area Connection" static 192.168.128.55 255.255.255.0 192.168.128.201

after that you should be able to access your NET and get the restore going.

Posted in Server 2008 Stuff, Windows 293 Comments

Using Windows Server 2008 as a RADIUS Server for a Cisco ASA

Posted on

Recently I needed to get a Cisco ASA 5510 to use a RADIUS Server on Server 2008 to authenticate Active Directory users for VPN access. The ASA was already configured to use a Server 2003 RADIUS server, so much of the below was just replicating the existing configuration on a 2008 server. I suspect many of the settings are less than ideal and some are unnecessary, but the below steps worked for now.Read More

Posted in Server 2008 Stuff Leave a comment
Next Page »