PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.virtualserver > HyperV: cannot ping parent partition without a network bridge
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
HyperV: cannot ping parent partition without a network bridge

Réponse
 
LinkBack Outils de la discussion
Vieux 01/04/2008, 21h04   #1
Thorsten Butz
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut HyperV: cannot ping parent partition without a network bridge

I connect my child partitions (guests) to the parent partition (host)
through the "default" network, using the "external" connection type. I
suppose it is the way most people will do.

Trying to ping from guest to host (from child to parent) and vice versa
does not work, everything else is fine. I can connect to any other real
computer. If I bridge the 2 lan-interfaces, it works.

Is that the way it is supposed to be?
http://blogs.msdn.com/virtual_pc_guy...h-hyper-v.aspx

-> But, I do have another test-machine, everything works from the
beginning without bridging.

I'm confused.
Thorsten

==
My lab:
Hyper-V RC 0,
WS 2008 and Vista child partitions
  Réponse avec citation
Vieux 02/04/2008, 03h54   #2
Bill Grant
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: HyperV: cannot ping parent partition without a network bridge

If it works on one machine but not on another, I would suspect that the
problem lies with the NIC driver in the host. Do the two machines have the
same type of NIC? If do, do they have the same version of the driver?

"Thorsten Butz" <thbutz@community.nospam> wrote in message
news:%23WQ$nsClIHA.748@TK2MSFTNGP04.phx.gbl...
>I connect my child partitions (guests) to the parent partition (host)
> through the "default" network, using the "external" connection type. I
> suppose it is the way most people will do.
>
> Trying to ping from guest to host (from child to parent) and vice versa
> does not work, everything else is fine. I can connect to any other real
> computer. If I bridge the 2 lan-interfaces, it works.
>
> Is that the way it is supposed to be?
> http://blogs.msdn.com/virtual_pc_guy...h-hyper-v.aspx
>
> -> But, I do have another test-machine, everything works from the
> beginning without bridging.
>
> I'm confused.
> Thorsten
>
> ==
> My lab:
> Hyper-V RC 0,
> WS 2008 and Vista child partitions


  Réponse avec citation
Vieux 02/04/2008, 14h19   #3
Matthijs ten Seldam [MSFT]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut RE: HyperV: cannot ping parent partition without a network bridge

So you created a virtual network of type external.
If you have one NIC and were using that to access the root partition, your
machine's network will be reconfigured such that it loses its network
configuration and that you need to reconfigure using a new virtual NIC. The
original NIC has become a virtual switch, networking should go through the
new virtual NIC.

It sounds to me like you did a manual bridging of the virtual switch and
virtual NIC?
You should not need to do that if you properly reconfigured the networking
to the machine.

Matthijs

"Thorsten Butz" wrote:

> I connect my child partitions (guests) to the parent partition (host)
> through the "default" network, using the "external" connection type. I
> suppose it is the way most people will do.
>
> Trying to ping from guest to host (from child to parent) and vice versa
> does not work, everything else is fine. I can connect to any other real
> computer. If I bridge the 2 lan-interfaces, it works.
>
> Is that the way it is supposed to be?
> http://blogs.msdn.com/virtual_pc_guy...h-hyper-v.aspx
>
> -> But, I do have another test-machine, everything works from the
> beginning without bridging.
>
> I'm confused.
> Thorsten
>
> ==
> My lab:
> Hyper-V RC 0,
> WS 2008 and Vista child partitions
>

  Réponse avec citation
Vieux 03/04/2008, 16h28   #4
Thorsten Butz
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: HyperV: cannot ping parent partition without a network bridge

Hi Matthijs,

you're right: 1 NIC, 1 virtual network = type external.

The original NIC has no more bindings except the "Virtual Network
Switch"; the new synth-NIC has all the config for the parent partition.

That should behave like "Vmware bridged mode". But it did not. My parent
partition could not be reached from the childs. Everything else could
communicate. So, this should be a fault. Glad to know.

Thanks for the response,
Thorsten


02.04.2008 14:19, Matthijs ten Seldam [MSFT]s Mail:
> So you created a virtual network of type external.
> If you have one NIC and were using that to access the root partition, your
> machine's network will be reconfigured such that it loses its network
> configuration and that you need to reconfigure using a new virtual NIC. The
> original NIC has become a virtual switch, networking should go through the
> new virtual NIC.
>
> It sounds to me like you did a manual bridging of the virtual switch and
> virtual NIC?
> You should not need to do that if you properly reconfigured the networking
> to the machine.
>
> Matthijs
>
> "Thorsten Butz" wrote:
>
>> I connect my child partitions (guests) to the parent partition (host)
>> through the "default" network, using the "external" connection type. I
>> suppose it is the way most people will do.
>>
>> Trying to ping from guest to host (from child to parent) and vice versa
>> does not work, everything else is fine. I can connect to any other real
>> computer. If I bridge the 2 lan-interfaces, it works.
>>
>> Is that the way it is supposed to be?
>> http://blogs.msdn.com/virtual_pc_guy...h-hyper-v.aspx
>>
>> -> But, I do have another test-machine, everything works from the
>> beginning without bridging.
>>
>> I'm confused.
>> Thorsten
>>
>> ==
>> My lab:
>> Hyper-V RC 0,
>> WS 2008 and Vista child partitions
>>

  Réponse avec citation
Vieux 03/04/2008, 17h19   #5
Matthijs ten Seldam [MSFT]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: HyperV: cannot ping parent partition without a network bridge

Hi Thorsten,

strange behavior then. It has always worked for me, from the early alpha
builds to now.
Did you make a network trace? Did you check firewall issues?
You had networking from the children to anywhere on the external network?
Just not from the children to the parent?
How about the parent to anywhere?

Matthijs


"Thorsten Butz" wrote:

> Hi Matthijs,
>
> you're right: 1 NIC, 1 virtual network = type external.
>
> The original NIC has no more bindings except the "Virtual Network
> Switch"; the new synth-NIC has all the config for the parent partition.
>
> That should behave like "Vmware bridged mode". But it did not. My parent
> partition could not be reached from the childs. Everything else could
> communicate. So, this should be a fault. Glad to know.
>
> Thanks for the response,
> Thorsten
>
>
> 02.04.2008 14:19, Matthijs ten Seldam [MSFT]s Mail:
> > So you created a virtual network of type external.
> > If you have one NIC and were using that to access the root partition, your
> > machine's network will be reconfigured such that it loses its network
> > configuration and that you need to reconfigure using a new virtual NIC. The
> > original NIC has become a virtual switch, networking should go through the
> > new virtual NIC.
> >
> > It sounds to me like you did a manual bridging of the virtual switch and
> > virtual NIC?
> > You should not need to do that if you properly reconfigured the networking
> > to the machine.
> >
> > Matthijs
> >
> > "Thorsten Butz" wrote:
> >
> >> I connect my child partitions (guests) to the parent partition (host)
> >> through the "default" network, using the "external" connection type. I
> >> suppose it is the way most people will do.
> >>
> >> Trying to ping from guest to host (from child to parent) and vice versa
> >> does not work, everything else is fine. I can connect to any other real
> >> computer. If I bridge the 2 lan-interfaces, it works.
> >>
> >> Is that the way it is supposed to be?
> >> http://blogs.msdn.com/virtual_pc_guy...h-hyper-v.aspx
> >>
> >> -> But, I do have another test-machine, everything works from the
> >> beginning without bridging.
> >>
> >> I'm confused.
> >> Thorsten
> >>
> >> ==
> >> My lab:
> >> Hyper-V RC 0,
> >> WS 2008 and Vista child partitions
> >>

>

  Réponse avec citation
Vieux 04/04/2008, 03h19   #6
Bill Grant
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: HyperV: cannot ping parent partition without a network bridge

Thorsten,

I would really like to know what the difference between the two
servers you used is. Do they have the same type of NIC? If so, do they have
the same version of the driver?

There have been a few postings about this sort of problem and I suspect
it might be specific to a particular NIC or NIC driver, because it works for
most people.

"Thorsten Butz" <thbutz@community.nospam> wrote in message
news:%23WQ$nsClIHA.748@TK2MSFTNGP04.phx.gbl...
>I connect my child partitions (guests) to the parent partition (host)
> through the "default" network, using the "external" connection type. I
> suppose it is the way most people will do.
>
> Trying to ping from guest to host (from child to parent) and vice versa
> does not work, everything else is fine. I can connect to any other real
> computer. If I bridge the 2 lan-interfaces, it works.
>
> Is that the way it is supposed to be?
> http://blogs.msdn.com/virtual_pc_guy...h-hyper-v.aspx
>
> -> But, I do have another test-machine, everything works from the
> beginning without bridging.
>
> I'm confused.
> Thorsten
>
> ==
> My lab:
> Hyper-V RC 0,
> WS 2008 and Vista child partitions


  Réponse avec citation
Vieux 06/04/2008, 20h17   #7
Thorsten Butz
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: HyperV: cannot ping parent partition without a network bridge

I made the tests on a dell-desktop-pc, a vostro, intel-based chipset.
Don't know the exact configuration; it was somewhere in a lab
environment on a customers site. I made a clean-install.

The 2nd pc is a notebook, a core2-duo-based ASUS V2.

I cannot put all the things together again right now. But if I see it
again, I will let you know.

Thorsten

04.04.2008 03:19, Bill Grants Mail:
> Thorsten,
>
> I would really like to know what the difference between the two
> servers you used is. Do they have the same type of NIC? If so, do they
> have the same version of the driver?

  Réponse avec citation
Vieux 07/04/2008, 04h00   #8
Bill Grant
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: HyperV: cannot ping parent partition without a network bridge

Thanks!

"Thorsten Butz" <thbutz@community.nospam> wrote in message
news:%23WnTOJBmIHA.5280@TK2MSFTNGP02.phx.gbl...
>I made the tests on a dell-desktop-pc, a vostro, intel-based chipset.
> Don't know the exact configuration; it was somewhere in a lab
> environment on a customers site. I made a clean-install.
>
> The 2nd pc is a notebook, a core2-duo-based ASUS V2.
>
> I cannot put all the things together again right now. But if I see it
> again, I will let you know.
>
> Thorsten
>
> 04.04.2008 03:19, Bill Grants Mail:
>> Thorsten,
>>
>> I would really like to know what the difference between the two
>> servers you used is. Do they have the same type of NIC? If so, do they
>> have the same version of the driver?


  Réponse avec citation
Vieux 07/04/2008, 19h46   #9
Thorsten Butz
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: HyperV: cannot ping parent partition without a network bridge

03.04.2008 17:19, Matthijs ten Seldam [MSFT]s Mail:

> Did you make a network trace? Did you check firewall issues?
> You had networking from the children to anywhere on the external network?
> Just not from the children to the parent?
> How about the parent to anywhere?


Of course, I checked it all. Anything worked, firewalls were turned off.
Parent to world, world to parent, child to world, world to child.
Everything was fine, except: parent to child an vice versum.

Thanks indeed for your support, I will post again if I have a DéjÃ-vu.
Thorsten
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 17h31.


Édité par : vBulletin® version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,15932 seconds with 17 queries