Archive for the ‘Windows’ Category

VMware vSphere Client – Can’t Connect When Windows Firewall is Disabled on Windows 7

June 22, 2010

This probably affects other programs as well however for me it was trying to use the VMware vSphere Client to connect to a VMware vCenter server. For the life of me, I couldn’t get it to connect. The vCenter services were all started, networking looked good, I could ping the vCenter server, everything that I tried didn’t work.

After calling support, we determined that the workstation we were using was running Windows 7 and that the Windows firewall service was disabled. The support dude said that by default, Windows 7 will block all traffic when the firewall is disabled. Huh..

So the fix was to perform the following steps:
1) Enable the Windows Firewall service
2) Open up a command prompt and type: netsh advf set allp state off

That command will turn off the Windows firewall without disabling the service (so that it doesn’t block traffic). It worked great for me and the vSphere Client could now connect!

arghh… Microsoft, why do you vex me?

May 16, 2010

So a little background.  After a power failure and realizing that my DNS server for my ESX/vSphere cluster was a virtual machine and that VMware ESX clusters and a lack of DNS don’t work well I decided to add to move DNS to a physical server in my environment. I loaded the DNS server on Windows 2008 SP1 and added a secondary IP address for the DNS server the ESX hosts were already using to that W2K8 server.  This server was already my VMware vCenter server and I didn’t want to change the IP address for the whole server.

So a few weeks go by and one of my ESX hosts is showing disconnected.  Reconnecting it or trying to add it as a new host don’t succeed and in looking at the error logs on my ESX host I see that the request to the host from the vCenter server is coming from the secondary IP address I added to the vCenter/DNS server…hmmmmm….

So I double-checked everything and even tried looking at the routes setup on the Windows 2008 server but to no avail I can’t change the source IP address it is using.  After much searching around the web I found an article from Microsoft saying that they changed the way source IP’s are selected between Windows 2003 and 2008….no kidding….lol

http://blogs.technet.com/networking/archive/2009/04/24/source-ip-address-selection-on-a-multi-homed-windows-computer.aspx

Basically Windows using the IP source address “closest” to the destination address, oh goody…

Well hang on, here’s the solution.  Update to Windows 2008 SP2 then download the hotfix in the below article and install it, reboot, remove the secondary IP address then add it using netsh as documented in the KB article.  Note…there is no hotfix for Windows 2008 R2….great…not

http://support.microsoft.com/kb/975808

Hope this helps someone and if you’re using more than 1 IP address on a Windows 2008+ host you should definitely be aware of this behavior/feature…. cough cough.  I love Microsoft most of the time but this one was a pain to find.

Group Policy Search

May 13, 2010

Cool little website to search for available Group Policies, a bit faster than using the filter option in the Group Policy Management Console.

http://gps.cloudapp.net/

Avoid DHCP conflicts

May 13, 2010

A super simple way to make sure you aren’t handing out an IP address via DHCP that is already in use…if you are using Windows as a DHCP server you’d be a fool not to use this.

Note: this only works for IPv4 and if your client firewall drops ICMP then it won’t work either.

http://technet.microsoft.com/en-us/magazine/ff606371.aspx

Hide logoff on Windows 2008 Xenapp server

April 29, 2010

Problem Steps Recorder

April 15, 2010

If you are a Windows 7 or Windows Server 2008 user then this utility might be useful to you.  Problem steps recorder allows you record the activities leading up to a problem, then save that to a mht file that you can send to support.  If you have an error on an IIS application (yellow screen) then it will even copy all that information out as text and put it as part of the capture.  I like this utility because it’s easy for the user and useful for support…in fact I’m not only a fan, I’m a user of it!

http://technet.microsoft.com/en-us/windows/dd320286.aspx

http://blogs.technet.com/appv/archive/2010/04/12/document-sequencing-on-windows-7-with-the-problem-sequencing-steps-recorder.aspx

New HPC software from Microsoft

April 15, 2010

I don’t pay much attention to HPC software but I thought this was an interesting blast from the past…using PC CPU cycles!

http://www.networkcomputing.com/data-center/microsoft-rolls-out-beta-version-of-supercomputing-software.php

As if you needed another reason

April 15, 2010

But if you do need another reason to not allow users to be Administrators on their PC’s here is another study that shows a vast majority of the security flaws for Windows or Office have no effect if the user isn’t an Administrator on their PC.

http://lifehacker.com/5506323/remove-admin-access-to-halt-most-windows-security-flaws?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+lifehacker%2Ffull+%28Lifehacker%29

Network Icons for Network Locations – GREAT IDEA!

March 28, 2010

I honestly had never given this any thought but it sounds like a great idea to do in corporate environments.  There are so many Group Policy objects I never even noticed it.

http://blogs.techrepublic.com.com/networking/?p=2795&tag=content;leftCol

RDP Custom Settings Reference

March 28, 2010

Want to customize the #@*!( out of your RDP connection file…check it!

http://technet.microsoft.com/en-us/library/ff393699(WS.10).aspx