Question : Phantom MS Virtual Bus Network Adapter

Having a problem with a network adapter in a virtual server on a Windows Server 2008 Hyper-V host.   The virtual server is also running Windows Server 2008.

Some how I have ended up with a network adapter named 'Microsoft Virtual Machine Bus Network Adapter #5'.   No idea what happened to 1 thru 4!

When I try to assign a static IP to #5, I receive an error that states that the IP I am assigning to this adaptor is also assigned to an adaptor named 'Microsoft Virtual Machine Bus Network Adapter #4' and askes if I would like to remove the configuration from the absent adaptor.

I answer yes and apply the settings to #5.  Once I close out of network properties for #5, I recieve an error that Windows has detected an IP conflict.  I then do an 'ipconfig' and find that a default ip (169.254.2.XXX) is assigned to adapter #5 in place of the IP I want.

No other hosts on the network are using the IP that I am trying to assign to #5, so I have to conclude that #4 is the problem.  However, I cannot find any reference to #4 anywhere. I have checked device manager (showing hidden devices) and the registry.

I have shutdown the VM, delete and readded the network adaptor and still the problem persists.  Just to get the server back on the network, I have assigned #5 an address other than the one causing the error.  However I need this server to have the IP I was trying to config.  So, I need the server to have 192.168.1.6 and have temporarily assigned 192.168.1.20.

Another bit of behaviour that is related.  Each night at 3AM, the DNS is updated and changes the IP entry of this host from 192.168.1.20 to 192.168.1.6. So each day I must manually correct the IP in DNS in order for clients to connect.

Pleas, any advice or help will be greatly appreciated

Answer : Phantom MS Virtual Bus Network Adapter

To Create a virtual directory:
http://technet.microsoft.com/en-us/library/cc771804(WS.10).aspx

To Manage Virtual Directories in IIS 7
http://technet.microsoft.com/en-us/library/cc771004(WS.10).aspx

Good Tutorial:
http://mvolo.com/blogs/serverside/archive/2007/07/12/Creating-IIS7-sites_2C00_-applications_2C00_-and-virtual-directories.aspx

Other info:
http://msdn.microsoft.com/en-us/library/ms178477.aspx#

NOTE:
If you want to run a web site on a workstation like Windows Vista, the simplest thing you can do is copying (or creating) your application files in a subfolder of the Inetpub\wwwroot directory.

If your application files are not in a subfolder of wwwroot, you can create a virtual directory pointing to your project folder. Make sure that this virtual directory has execution permission and is created as an application.

Then you should be able to access the site from other computers using your computers name like this:

http://YourComputersName/YourAppName/

or

http://YourIP/YourAppName/

GOOD LUCK AND HAPPY WEEKEND.
Random Solutions  
 
programming4us programming4us