Windows Vista Tips

Windows Vista Tips > Newsgroups > Virtual PC > Virtual PCs not Communicating together with Microsoft Loopback Ada

Reply
Thread Tools Display Modes

Virtual PCs not Communicating together with Microsoft Loopback Ada

 
 
Deva
Guest
Posts: n/a

 
      12-24-2009
Hi Everyone,

I’m trying to communicate Virtual PCs(2007) together with help of Microsoft
Loopback Adapter in Windows XP(host machine), But I could not make it. Here
are the procedures I have followed till now.

Details:
Host machine(Host) – It has Windows XP Operating System, and Microsoft
Loopback Adapter installed.

Virtual Machine1(VM1) – It has Windows XP with 512 RAM and Microsoft
Loopback Adapter installed.

Virtual Machine2(VM2) – It has Windows XP with 256 RAM and Microsoft
Loopback Adapter installed.

In Both VM machines, Network Settings modified for Adapter1 which is
Microsoft Loopback Adapter.

Host machine: In this machine, I have assigned given below IP(private/non
route) and Subnet in TCP/IP properties of Microsoft Loopback adapter under
Network Connections.

IP: 192.168.1.1
Subnet: 255.255.255.0

For VM1 and VM2 machines TCP/IP properties modified with below IP and subnet
for Loopback Adapter.

VM1: IP 192.168.1.2 , subnet 255.255.255.0
VM2: IP 192.168.1.3 , subnet 255.255.255.0

In Host, VM1 and VM2 machines, Local Area Connection for Loopback Adapter
says ‘connected’ but when I tried to ping among these three machines with
their IP address, I’m not getting response.

Am I followed right procedures to communicate my VM1, VM2 machine with host
machine ?? If not kindly let me know. Basically I would these three machines
VM1,VM2 and host needs to be communicated via Microsoft Loopback adapter.

Thanks,
Deva
 
Reply With Quote
 
 
 
 
Bo Berglund
Guest
Posts: n/a

 
      12-24-2009
On Thu, 24 Dec 2009 08:58:01 -0800, Deva
<> wrote:

>Hi Everyone,
>
>I’m trying to communicate Virtual PCs(2007) together with help of Microsoft
>Loopback Adapter in Windows XP(host machine), But I could not make it. Here
>are the procedures I have followed till now.
>
>Details:
>Host machine(Host) – It has Windows XP Operating System, and Microsoft
>Loopback Adapter installed.
>
>Virtual Machine1(VM1) – It has Windows XP with 512 RAM and Microsoft
>Loopback Adapter installed.
>
>Virtual Machine2(VM2) – It has Windows XP with 256 RAM and Microsoft
>Loopback Adapter installed.
>
>In Both VM machines, Network Settings modified for Adapter1 which is
>Microsoft Loopback Adapter.
>
>Host machine: In this machine, I have assigned given below IP(private/non
>route) and Subnet in TCP/IP properties of Microsoft Loopback adapter under
>Network Connections.
>
>IP: 192.168.1.1
>Subnet: 255.255.255.0
>
>For VM1 and VM2 machines TCP/IP properties modified with below IP and subnet
>for Loopback Adapter.
>
>VM1: IP 192.168.1.2 , subnet 255.255.255.0
>VM2: IP 192.168.1.3 , subnet 255.255.255.0
>
>In Host, VM1 and VM2 machines, Local Area Connection for Loopback Adapter
>says ‘connected’ but when I tried to ping among these three machines with
>their IP address, I’m not getting response.
>
>Am I followed right procedures to communicate my VM1, VM2 machine with host
>machine ?? If not kindly let me know. Basically I would these three machines
>VM1,VM2 and host needs to be communicated via Microsoft Loopback adapter.
>
>Thanks,
>Deva


You are wrong.....

You do *not* use the loopback adapter in the *guests* ever!
The only PC that needs the loopback adapter is the *host*
Procedure:

1) Create a loopback adapter in the *host* and set it to a fixed
address like you have above.

2) In the VPC settings for both guests set the networking to point to
"Local Only". This makes the virtual network private.

3) Inside each guest set the IP address of the Ethernet NIC (*not* the
loopback adapter) to the values shown above.

Now you should be able to ping between the guests and also to the host
and back.

But your guests will not be able to reach the Internet and any other
PC on the outside physical network will be unable to reach the guests.
They are in effect on a completely isolated network.

--

Bo Berglund (Sweden)
 
Reply With Quote
 
Deva
Guest
Posts: n/a

 
      12-28-2009
Hi Bo,

Thanks for your information. As per your message, I did following things.

1. In both VM1, and VM2 machines Network Adapter Settings changed to "Local
Only".
2. Existing Microsoft Loopback adapter disabled for VM1 and VM2 machines (by
Properties-->Configure-->General tab-->Device usage status is "Do Not use
this deive") and Ethernet Adapter enabled.
3. As per previous message, I have assigned IP/Subnet in TCP/IP properties
of Ethernet Adapter(Generic) for both VM1 and VM2.
4. I noticed Network Connection staus says 'Connected', But when i tried to
ping among these machines(host, VM1 and VM2) its not pinging.

I noticed in VM2 machine alone Network Status is like "Connected,
Firewalled".

Kindly let me know, if you have any suggestion to make it work.

Thanks,
Deva


"Bo Berglund" wrote:

> On Thu, 24 Dec 2009 08:58:01 -0800, Deva
> <> wrote:
>
> >Hi Everyone,
> >
> >I’m trying to communicate Virtual PCs(2007) together with help of Microsoft
> >Loopback Adapter in Windows XP(host machine), But I could not make it. Here
> >are the procedures I have followed till now.
> >
> >Details:
> >Host machine(Host) – It has Windows XP Operating System, and Microsoft
> >Loopback Adapter installed.
> >
> >Virtual Machine1(VM1) – It has Windows XP with 512 RAM and Microsoft
> >Loopback Adapter installed.
> >
> >Virtual Machine2(VM2) – It has Windows XP with 256 RAM and Microsoft
> >Loopback Adapter installed.
> >
> >In Both VM machines, Network Settings modified for Adapter1 which is
> >Microsoft Loopback Adapter.
> >
> >Host machine: In this machine, I have assigned given below IP(private/non
> >route) and Subnet in TCP/IP properties of Microsoft Loopback adapter under
> >Network Connections.
> >
> >IP: 192.168.1.1
> >Subnet: 255.255.255.0
> >
> >For VM1 and VM2 machines TCP/IP properties modified with below IP and subnet
> >for Loopback Adapter.
> >
> >VM1: IP 192.168.1.2 , subnet 255.255.255.0
> >VM2: IP 192.168.1.3 , subnet 255.255.255.0
> >
> >In Host, VM1 and VM2 machines, Local Area Connection for Loopback Adapter
> >says ‘connected’ but when I tried to ping among these three machines with
> >their IP address, I’m not getting response.
> >
> >Am I followed right procedures to communicate my VM1, VM2 machine with host
> >machine ?? If not kindly let me know. Basically I would these three machines
> >VM1,VM2 and host needs to be communicated via Microsoft Loopback adapter.
> >
> >Thanks,
> >Deva

>
> You are wrong.....
>
> You do *not* use the loopback adapter in the *guests* ever!
> The only PC that needs the loopback adapter is the *host*
> Procedure:
>
> 1) Create a loopback adapter in the *host* and set it to a fixed
> address like you have above.
>
> 2) In the VPC settings for both guests set the networking to point to
> "Local Only". This makes the virtual network private.
>
> 3) Inside each guest set the IP address of the Ethernet NIC (*not* the
> loopback adapter) to the values shown above.
>
> Now you should be able to ping between the guests and also to the host
> and back.
>
> But your guests will not be able to reach the Internet and any other
> PC on the outside physical network will be unable to reach the guests.
> They are in effect on a completely isolated network.
>
> --
>
> Bo Berglund (Sweden)
> .
>

 
Reply With Quote
 
Bo Berglund
Guest
Posts: n/a

 
      12-28-2009
On Sun, 27 Dec 2009 20:36:01 -0800, Deva
<> wrote:

>
>"Bo Berglund" wrote:
>
>> On Thu, 24 Dec 2009 08:58:01 -0800, Deva
>> <> wrote:
>>
>> >Hi Everyone,
>> >
>> >I’m trying to communicate Virtual PCs(2007) together with help of Microsoft
>> >Loopback Adapter in Windows XP(host machine), But I could not make it. Here
>> >are the procedures I have followed till now.
>> >
>> >Details:
>> >Host machine(Host) – It has Windows XP Operating System, and Microsoft
>> >Loopback Adapter installed.
>> >
>> >Virtual Machine1(VM1) – It has Windows XP with 512 RAM and Microsoft
>> >Loopback Adapter installed.
>> >
>> >Virtual Machine2(VM2) – It has Windows XP with 256 RAM and Microsoft
>> >Loopback Adapter installed.
>> >
>> >In Both VM machines, Network Settings modified for Adapter1 which is
>> >Microsoft Loopback Adapter.
>> >
>> >Host machine: In this machine, I have assigned given below IP(private/non
>> >route) and Subnet in TCP/IP properties of Microsoft Loopback adapter under
>> >Network Connections.
>> >
>> >IP: 192.168.1.1
>> >Subnet: 255.255.255.0
>> >
>> >For VM1 and VM2 machines TCP/IP properties modified with below IP and subnet
>> >for Loopback Adapter.
>> >
>> >VM1: IP 192.168.1.2 , subnet 255.255.255.0
>> >VM2: IP 192.168.1.3 , subnet 255.255.255.0
>> >
>> >In Host, VM1 and VM2 machines, Local Area Connection for Loopback Adapter
>> >says ‘connected’ but when I tried to ping among these three machines with
>> >their IP address, I’m not getting response.
>> >
>> >Am I followed right procedures to communicate my VM1, VM2 machine with host
>> >machine ?? If not kindly let me know. Basically I would these three machines
>> >VM1,VM2 and host needs to be communicated via Microsoft Loopback adapter.
>> >
>> >Thanks,
>> >Deva

>>
>> You are wrong.....
>>
>> You do *not* use the loopback adapter in the *guests* ever!
>> The only PC that needs the loopback adapter is the *host*
>> Procedure:
>>
>> 1) Create a loopback adapter in the *host* and set it to a fixed
>> address like you have above.
>>
>> 2) In the VPC settings for both guests set the networking to point to
>> "Local Only". This makes the virtual network private.
>>
>> 3) Inside each guest set the IP address of the Ethernet NIC (*not* the
>> loopback adapter) to the values shown above.
>>
>> Now you should be able to ping between the guests and also to the host
>> and back.
>>
>> But your guests will not be able to reach the Internet and any other
>> PC on the outside physical network will be unable to reach the guests.
>> They are in effect on a completely isolated network.
>>

>Hi Bo,
>
>Thanks for your information. As per your message, I did following things.
>
>1. In both VM1, and VM2 machines Network Adapter Settings changed to "Local
>Only".
>2. Existing Microsoft Loopback adapter disabled for VM1 and VM2 machines (by
>Properties-->Configure-->General tab-->Device usage status is "Do Not use
>this deive") and Ethernet Adapter enabled.
>3. As per previous message, I have assigned IP/Subnet in TCP/IP properties
>of Ethernet Adapter(Generic) for both VM1 and VM2.
>4. I noticed Network Connection staus says 'Connected', But when i tried to
>ping among these machines(host, VM1 and VM2) its not pinging.
>
>I noticed in VM2 machine alone Network Status is like "Connected,
>Firewalled".
>
>Kindly let me know, if you have any suggestion to make it work.
>
>Thanks,
>Deva
>

Answers to questions and new questions should go *after* the original,
otherwise it gets impossible to read and get some sense of what is
going on....

Your problem is the firewall! Since SP2 of XP the Windows firewall is
blocking the ping commands from sending a response.
Since your virtual machines are completely isolated from the Internet
it makes no sense having the firewall active.
So go to the firewall settings in Control Panel and disable it.

--

Bo Berglund (Sweden)
 
Reply With Quote
 
Deva
Guest
Posts: n/a

 
      01-07-2010
Hi Bo,

Thanks. I did following things after that i can communicate host, VM1 and
VM2, working fine.

IP Settings:
host : 192.168.5.1
VM1 : 192.168.5.2
VM2 : 192.168.5.3

For VM1 and VM2 machines Network Settings modified to "Microsoft Loopback
Adapter" and firewall is disabled for VM1 and VM2 machines. Both VM machines
Ethernet Adapter enabled in Network Settings.

Thanks again
Deva

"Bo Berglund" wrote:

> On Sun, 27 Dec 2009 20:36:01 -0800, Deva
> <> wrote:
>
> >
> >"Bo Berglund" wrote:
> >
> >> On Thu, 24 Dec 2009 08:58:01 -0800, Deva
> >> <> wrote:
> >>
> >> >Hi Everyone,
> >> >
> >> >I’m trying to communicate Virtual PCs(2007) together with help of Microsoft
> >> >Loopback Adapter in Windows XP(host machine), But I could not make it. Here
> >> >are the procedures I have followed till now.
> >> >
> >> >Details:
> >> >Host machine(Host) – It has Windows XP Operating System, and Microsoft
> >> >Loopback Adapter installed.
> >> >
> >> >Virtual Machine1(VM1) – It has Windows XP with 512 RAM and Microsoft
> >> >Loopback Adapter installed.
> >> >
> >> >Virtual Machine2(VM2) – It has Windows XP with 256 RAM and Microsoft
> >> >Loopback Adapter installed.
> >> >
> >> >In Both VM machines, Network Settings modified for Adapter1 which is
> >> >Microsoft Loopback Adapter.
> >> >
> >> >Host machine: In this machine, I have assigned given below IP(private/non
> >> >route) and Subnet in TCP/IP properties of Microsoft Loopback adapter under
> >> >Network Connections.
> >> >
> >> >IP: 192.168.1.1
> >> >Subnet: 255.255.255.0
> >> >
> >> >For VM1 and VM2 machines TCP/IP properties modified with below IP and subnet
> >> >for Loopback Adapter.
> >> >
> >> >VM1: IP 192.168.1.2 , subnet 255.255.255.0
> >> >VM2: IP 192.168.1.3 , subnet 255.255.255.0
> >> >
> >> >In Host, VM1 and VM2 machines, Local Area Connection for Loopback Adapter
> >> >says ‘connected’ but when I tried to ping among these three machines with
> >> >their IP address, I’m not getting response.
> >> >
> >> >Am I followed right procedures to communicate my VM1, VM2 machine with host
> >> >machine ?? If not kindly let me know. Basically I would these three machines
> >> >VM1,VM2 and host needs to be communicated via Microsoft Loopback adapter.
> >> >
> >> >Thanks,
> >> >Deva
> >>
> >> You are wrong.....
> >>
> >> You do *not* use the loopback adapter in the *guests* ever!
> >> The only PC that needs the loopback adapter is the *host*
> >> Procedure:
> >>
> >> 1) Create a loopback adapter in the *host* and set it to a fixed
> >> address like you have above.
> >>
> >> 2) In the VPC settings for both guests set the networking to point to
> >> "Local Only". This makes the virtual network private.
> >>
> >> 3) Inside each guest set the IP address of the Ethernet NIC (*not* the
> >> loopback adapter) to the values shown above.
> >>
> >> Now you should be able to ping between the guests and also to the host
> >> and back.
> >>
> >> But your guests will not be able to reach the Internet and any other
> >> PC on the outside physical network will be unable to reach the guests.
> >> They are in effect on a completely isolated network.
> >>

> >Hi Bo,
> >
> >Thanks for your information. As per your message, I did following things.
> >
> >1. In both VM1, and VM2 machines Network Adapter Settings changed to "Local
> >Only".
> >2. Existing Microsoft Loopback adapter disabled for VM1 and VM2 machines (by
> >Properties-->Configure-->General tab-->Device usage status is "Do Not use
> >this deive") and Ethernet Adapter enabled.
> >3. As per previous message, I have assigned IP/Subnet in TCP/IP properties
> >of Ethernet Adapter(Generic) for both VM1 and VM2.
> >4. I noticed Network Connection staus says 'Connected', But when i tried to
> >ping among these machines(host, VM1 and VM2) its not pinging.
> >
> >I noticed in VM2 machine alone Network Status is like "Connected,
> >Firewalled".
> >
> >Kindly let me know, if you have any suggestion to make it work.
> >
> >Thanks,
> >Deva
> >

> Answers to questions and new questions should go *after* the original,
> otherwise it gets impossible to read and get some sense of what is
> going on....
>
> Your problem is the firewall! Since SP2 of XP the Windows firewall is
> blocking the ping commands from sending a response.
> Since your virtual machines are completely isolated from the Internet
> it makes no sense having the firewall active.
> So go to the firewall settings in Control Panel and disable it.
>
> --
>
> Bo Berglund (Sweden)
> .
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Update Error Code: 80070005 Joe Davis Windows Update 33 05-05-2010 09:03 AM
I also have an error 646 in Windows update. Please help. Jose Windows Update 12 01-09-2010 02:00 PM
NVIDIA GeForece 6800 and Vista w2m Windows Vista Hardware 19 06-12-2007 12:34 AM
Can I use the Host Vista Ultimate license for a Virtual Vista Mach theshepherds Windows Vista Installation 17 04-01-2007 08:27 PM
5342 and 5365 are indeed under an NDA. Kevin John Panzke Windows Vista General Discussion 38 05-04-2006 07:32 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59