From: Fernando Reyes [MS MVP] on
Hi,

When I install a VM (this has happened with Win98se, Win2000Pro,
LonghornServer and Ubuntu 6.10), the network adapter doesn't work. It seems
that no MAC is assigned to the NIC. I fix this editing the vmc file and
changing the section:

<ethernet_adapter>
<controller_count type="integer">1</controller_count>
<ethernet_controller id="0">
<virtual_network>
<id type="bytes">8EE5C0A1BCCF11DB80ED9A6E78D5BC9B</id>
<name type="string">Adaptador de bucle invertido de Microsoft</name>
</virtual_network>
</ethernet_controller>
</ethernet_adapter>

to:

<ethernet_adapter>
<controller_count type="integer">1</controller_count>
<ethernet_controller id="0">
<virtual_network>
<id type="bytes">8EE5C0A1BCCF11DB80ED9A6E78D5BC9B</id>
<name type="string">Adaptador de bucle invertido de Microsoft</name>
</virtual_network>
<ethernet_card_address
type="bytes">0003FFD10621</ethernet_card_address>
<is_dynamic_assignment type="boolean">true</is_dynamic_assignment>
</ethernet_controller>
</ethernet_adapter>


After this, all works fine. Is this a by design issue, a bad configuration
of my VPC or a bug? I use the loopback adapter because the NIC of the
computer is a Wireless NIC

TIA

--
Best Regards
Fernando Reyes

From: Vinod Atal [MSFT] on
This is strange. We assign MAC id dynamically. Have you created these VMs
fresh? Just want to confirm if VMC files are not imported.

--
"This posting is provided 'as is' with no warranties, and confers no
rights. You assume all risk for your use."

"Fernando Reyes [MS MVP]" <te.quedas.sin.mi.emilio(a)spamero.asqueroso.org>
wrote in message news:264E60AB-3B12-459E-8528-50535E974F99(a)microsoft.com...
> Hi,
>
> When I install a VM (this has happened with Win98se, Win2000Pro,
> LonghornServer and Ubuntu 6.10), the network adapter doesn't work. It
> seems
> that no MAC is assigned to the NIC. I fix this editing the vmc file and
> changing the section:
>
> <ethernet_adapter>
> <controller_count type="integer">1</controller_count>
> <ethernet_controller id="0">
> <virtual_network>
> <id type="bytes">8EE5C0A1BCCF11DB80ED9A6E78D5BC9B</id>
> <name type="string">Adaptador de bucle invertido de Microsoft</name>
> </virtual_network>
> </ethernet_controller>
> </ethernet_adapter>
>
> to:
>
> <ethernet_adapter>
> <controller_count type="integer">1</controller_count>
> <ethernet_controller id="0">
> <virtual_network>
> <id type="bytes">8EE5C0A1BCCF11DB80ED9A6E78D5BC9B</id>
> <name type="string">Adaptador de bucle invertido de Microsoft</name>
> </virtual_network>
> <ethernet_card_address
> type="bytes">0003FFD10621</ethernet_card_address>
> <is_dynamic_assignment type="boolean">true</is_dynamic_assignment>
> </ethernet_controller>
> </ethernet_adapter>
>
>
> After this, all works fine. Is this a by design issue, a bad configuration
> of my VPC or a bug? I use the loopback adapter because the NIC of the
> computer is a Wireless NIC
>
> TIA
>
> --
> Best Regards
> Fernando Reyes
>
From: Fernando Reyes [MS MVP] on
No, they are not imported, the VMs were created fresh. The compilation of
VPC 2007 is 6.0.122.0. Perhaps is not the release version but a RC or
similar?

--
Best Regards
Fernando Reyes [MS MVP]
MCSE Windows 2000 / 2003
MCSA Windows Server 2003
http://freyes.svetlian.com
http://urpiano.wordpress.com
RSS: http://urpiano.wordpress.com/feed
freyes.champ�@champ�.mvps.org
(Acl�rate la cabeza si quieres escribirme)

"Vinod Atal [MSFT]" <vinod_atal(a)hotmail.com> escribi� en el mensaje de
noticias news:7364432F-5E9A-4071-AB6A-6E15F2FDB51B(a)microsoft.com...
> This is strange. We assign MAC id dynamically. Have you created these VMs
> fresh? Just want to confirm if VMC files are not imported.
>
> --
> "This posting is provided 'as is' with no warranties, and confers no
> rights. You assume all risk for your use."
>
> "Fernando Reyes [MS MVP]" <te.quedas.sin.mi.emilio(a)spamero.asqueroso.org>
> wrote in message
> news:264E60AB-3B12-459E-8528-50535E974F99(a)microsoft.com...
>> Hi,
>>
>> When I install a VM (this has happened with Win98se, Win2000Pro,
>> LonghornServer and Ubuntu 6.10), the network adapter doesn't work. It
>> seems
>> that no MAC is assigned to the NIC. I fix this editing the vmc file and
>> changing the section:
>>
>> <ethernet_adapter>
>> <controller_count type="integer">1</controller_count>
>> <ethernet_controller id="0">
>> <virtual_network>
>> <id type="bytes">8EE5C0A1BCCF11DB80ED9A6E78D5BC9B</id>
>> <name type="string">Adaptador de bucle invertido de Microsoft</name>
>> </virtual_network>
>> </ethernet_controller>
>> </ethernet_adapter>
>>
>> to:
>>
>> <ethernet_adapter>
>> <controller_count type="integer">1</controller_count>
>> <ethernet_controller id="0">
>> <virtual_network>
>> <id type="bytes">8EE5C0A1BCCF11DB80ED9A6E78D5BC9B</id>
>> <name type="string">Adaptador de bucle invertido de Microsoft</name>
>> </virtual_network>
>> <ethernet_card_address
>> type="bytes">0003FFD10621</ethernet_card_address>
>> <is_dynamic_assignment type="boolean">true</is_dynamic_assignment>
>> </ethernet_controller>
>> </ethernet_adapter>
>>
>>
>> After this, all works fine. Is this a by design issue, a bad
>> configuration
>> of my VPC or a bug? I use the loopback adapter because the NIC of the
>> computer is a Wireless NIC
>>
>> TIA
>>
>> --
>> Best Regards
>> Fernando Reyes
>>

From: Vinod Atal [MSFT] on
Please upgrade to release build 6.0.156 and try out.

--
"This posting is provided 'as is' with no warranties, and confers no
rights. You assume all risk for your use."

"Fernando Reyes [MS MVP]" <te.quedas.sin.mi.emilio(a)spamero.asqueroso.org>
wrote in message news:4E4E067B-0F09-46A7-8A85-E02A5E4FFC06(a)microsoft.com...
> No, they are not imported, the VMs were created fresh. The compilation of
> VPC 2007 is 6.0.122.0. Perhaps is not the release version but a RC or
> similar?
>
> --
> Best Regards
> Fernando Reyes [MS MVP]
> MCSE Windows 2000 / 2003
> MCSA Windows Server 2003
> http://freyes.svetlian.com
> http://urpiano.wordpress.com
> RSS: http://urpiano.wordpress.com/feed
> freyes.champ�@champ�.mvps.org
> (Acl�rate la cabeza si quieres escribirme)
>
> "Vinod Atal [MSFT]" <vinod_atal(a)hotmail.com> escribi� en el mensaje de
> noticias news:7364432F-5E9A-4071-AB6A-6E15F2FDB51B(a)microsoft.com...
>> This is strange. We assign MAC id dynamically. Have you created these VMs
>> fresh? Just want to confirm if VMC files are not imported.
>>
>> --
>> "This posting is provided 'as is' with no warranties, and confers no
>> rights. You assume all risk for your use."
>>
>> "Fernando Reyes [MS MVP]" <te.quedas.sin.mi.emilio(a)spamero.asqueroso.org>
>> wrote in message
>> news:264E60AB-3B12-459E-8528-50535E974F99(a)microsoft.com...
>>> Hi,
>>>
>>> When I install a VM (this has happened with Win98se, Win2000Pro,
>>> LonghornServer and Ubuntu 6.10), the network adapter doesn't work. It
>>> seems
>>> that no MAC is assigned to the NIC. I fix this editing the vmc file and
>>> changing the section:
>>>
>>> <ethernet_adapter>
>>> <controller_count type="integer">1</controller_count>
>>> <ethernet_controller id="0">
>>> <virtual_network>
>>> <id type="bytes">8EE5C0A1BCCF11DB80ED9A6E78D5BC9B</id>
>>> <name type="string">Adaptador de bucle invertido de
>>> Microsoft</name>
>>> </virtual_network>
>>> </ethernet_controller>
>>> </ethernet_adapter>
>>>
>>> to:
>>>
>>> <ethernet_adapter>
>>> <controller_count type="integer">1</controller_count>
>>> <ethernet_controller id="0">
>>> <virtual_network>
>>> <id type="bytes">8EE5C0A1BCCF11DB80ED9A6E78D5BC9B</id>
>>> <name type="string">Adaptador de bucle invertido de
>>> Microsoft</name>
>>> </virtual_network>
>>> <ethernet_card_address
>>> type="bytes">0003FFD10621</ethernet_card_address>
>>> <is_dynamic_assignment type="boolean">true</is_dynamic_assignment>
>>> </ethernet_controller>
>>> </ethernet_adapter>
>>>
>>>
>>> After this, all works fine. Is this a by design issue, a bad
>>> configuration
>>> of my VPC or a bug? I use the loopback adapter because the NIC of the
>>> computer is a Wireless NIC
>>>
>>> TIA
>>>
>>> --
>>> Best Regards
>>> Fernando Reyes
>>>
>
From: Fernando Reyes [MS MVP] on
Yes, that was the problem, I am a fool. Thank you, Vinod

--
Best regards
Fernando Reyes

"Vinod Atal [MSFT]" <vinod_atal(a)hotmail.com> escribi� en el mensaje de
noticias news:34F9CDFA-9F13-4E8F-805C-1D64BE11A59C(a)microsoft.com...
> Please upgrade to release build 6.0.156 and try out.
>
> --
> "This posting is provided 'as is' with no warranties, and confers no
> rights. You assume all risk for your use."
>
> "Fernando Reyes [MS MVP]" <te.quedas.sin.mi.emilio(a)spamero.asqueroso.org>
> wrote in message
> news:4E4E067B-0F09-46A7-8A85-E02A5E4FFC06(a)microsoft.com...
>> No, they are not imported, the VMs were created fresh. The compilation of
>> VPC 2007 is 6.0.122.0. Perhaps is not the release version but a RC or
>> similar?
>>
>> --
>> Best Regards
>> Fernando Reyes [MS MVP]
>> MCSE Windows 2000 / 2003
>> MCSA Windows Server 2003
>> http://freyes.svetlian.com
>> http://urpiano.wordpress.com
>> RSS: http://urpiano.wordpress.com/feed
>> freyes.champ�@champ�.mvps.org
>> (Acl�rate la cabeza si quieres escribirme)
>>
>> "Vinod Atal [MSFT]" <vinod_atal(a)hotmail.com> escribi� en el mensaje de
>> noticias news:7364432F-5E9A-4071-AB6A-6E15F2FDB51B(a)microsoft.com...
>>> This is strange. We assign MAC id dynamically. Have you created these
>>> VMs fresh? Just want to confirm if VMC files are not imported.
>>>
>>> --
>>> "This posting is provided 'as is' with no warranties, and confers no
>>> rights. You assume all risk for your use."
>>>
>>> "Fernando Reyes [MS MVP]"
>>> <te.quedas.sin.mi.emilio(a)spamero.asqueroso.org> wrote in message
>>> news:264E60AB-3B12-459E-8528-50535E974F99(a)microsoft.com...
>>>> Hi,
>>>>
>>>> When I install a VM (this has happened with Win98se, Win2000Pro,
>>>> LonghornServer and Ubuntu 6.10), the network adapter doesn't work. It
>>>> seems
>>>> that no MAC is assigned to the NIC. I fix this editing the vmc file and
>>>> changing the section:
>>>>
>>>> <ethernet_adapter>
>>>> <controller_count type="integer">1</controller_count>
>>>> <ethernet_controller id="0">
>>>> <virtual_network>
>>>> <id type="bytes">8EE5C0A1BCCF11DB80ED9A6E78D5BC9B</id>
>>>> <name type="string">Adaptador de bucle invertido de
>>>> Microsoft</name>
>>>> </virtual_network>
>>>> </ethernet_controller>
>>>> </ethernet_adapter>
>>>>
>>>> to:
>>>>
>>>> <ethernet_adapter>
>>>> <controller_count type="integer">1</controller_count>
>>>> <ethernet_controller id="0">
>>>> <virtual_network>
>>>> <id type="bytes">8EE5C0A1BCCF11DB80ED9A6E78D5BC9B</id>
>>>> <name type="string">Adaptador de bucle invertido de
>>>> Microsoft</name>
>>>> </virtual_network>
>>>> <ethernet_card_address
>>>> type="bytes">0003FFD10621</ethernet_card_address>
>>>> <is_dynamic_assignment type="boolean">true</is_dynamic_assignment>
>>>> </ethernet_controller>
>>>> </ethernet_adapter>
>>>>
>>>>
>>>> After this, all works fine. Is this a by design issue, a bad
>>>> configuration
>>>> of my VPC or a bug? I use the loopback adapter because the NIC of the
>>>> computer is a Wireless NIC
>>>>
>>>> TIA
>>>>
>>>> --
>>>> Best Regards
>>>> Fernando Reyes
>>>>
>>