Sent: 05/14/2008
From: Teodoro
Message:Thanks.
Yes: I can do that:
Ethernet adapter Loopback Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel 21140-Based PCI Fast Ethernet
Adapter Generic) #2
Physical Address. . . . . . . . . : 00-03-FF-1E-69-84
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.2.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
With this, I get (from the GUEST):
C:\Documents and Settings\Administrator>ping 192.168.2.1
Pinging 192.168.2.1 with 32 bytes of data:
Reply from 192.168.2.1: bytes=32 time=3ms TTL=128
Reply from 192.168.2.1: bytes=32 time=3ms TTL=128
Reply from 192.168.2.1: bytes=32 time=5ms TTL=128
Reply from 192.168.2.1: bytes=32 time=5ms TTL=128
Ping statistics for 192.168.2.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 3ms, Maximum = 5ms, Average = 4ms
But:
C:\Documents and Settings\Administrator>net use x: \\192.168.2.1\Documents
/PERSISTENT:YES
System error 67 has occurred.
The network name cannot be found.
Thanks again
--
Teodoro
"Bill Grant" wrote:
Show quoted text
> No, you do not use a loopback adapter on the guest. You set the NIC in the
> guest to the loopback adapter option (so that the virtual NIC is in the same
> network as the loopback adpter on the host) and set the NIC to have an IP in
> the same IP subnet as the loopback adapter on the host.
>
>
> "Teodoro" <(email address - cut out)> wrote in message
> news:(email address - cut out)...
> > On the Host system I have:
> >
> > Ethernet adapter Loopback Adapter:
> >
> > Connection-specific DNS Suffix . :
> > Description . . . . . . . . . . . : Microsoft Loopback Adapter
> > Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
> > DHCP Enabled. . . . . . . . . . . : No
> > Autoconfiguration Enabled . . . . : Yes
> > Link-local IPv6 Address . . . . . :
> > fe80::2881:b99f:d8f6:5fe2%16(Preferred)
> > IPv4 Address. . . . . . . . . . . : 192.168.2.1(Preferred)
> > Subnet Mask . . . . . . . . . . . : 255.255.255.0
> > Default Gateway . . . . . . . . . : 0.0.0.0
> > DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
> > fec0:0:0:ffff::2%1
> > fec0:0:0:ffff::3%1
> > NetBIOS over Tcpip. . . . . . . . : Enabled
> >
> > While on the Guest:
> >
> > Ethernet adapter Loopbach Adapter:
> >
> > Connection-specific DNS Suffix . :
> > Description . . . . . . . . . . . : Microsoft Loopback Adapter
> > Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
> > DHCP Enabled. . . . . . . . . . . : No
> > IP Address. . . . . . . . . . . . : 192.168.2.3
> > Subnet Mask . . . . . . . . . . . : 255.255.255.0
> > Default Gateway . . . . . . . . . :
> >
> > Still, when I try to ping the Host from the Guest I get no answer.
> >
> > Again, on the Host:
> >
> > C:\Users\Administrator>net share
> >
> > Share name Resource Remark
> >
> > -------------------------------------------------------------------------------
> > C$ C:\ Default share
> > IPC$ Remote IPC
> > ADMIN$ C:\Windows Remote Admin
> > Documents C:\Users\Administrator\Documents
> >
> > The command completed successfully.
> >
> > While on the Guest:
> >
> > C:\Documents and Settings\Administrator>net use z: \\192.168.2.1\Documents
> > System error 67 has occurred.
> >
> > The network name cannot be found.
> >
> > Should be something subtle ....
> >
> > --
> > Teodoro
> >
> >
> > "Bill Grant" wrote:
> >
> >> What sort of problems did you have with using a loopback adapter? It
> >> works
> >> fine for me.
> >>
> >> If you install a Microsoft loopback adapter in the host and link the
> >> NIC
> >> in the guest to the loopback option you effectively have two machines in
> >> the
> >> same network. All you need to do is give them IP addresses in the same IP
> >> subnet.
> >>
> >>
> >> "Teodoro" <(email address - cut out)> wrote in message
> >> news:(email address - cut out)...
> >> > Sorry about that: it's not a really new topic ...
> >> > I want to use (R/W) Host files in the Guest environment.
> >> > The first suggestion would be to use the "Shared Folders" feature.
> >> > Unfortunately this feature is still very unreliable: when one explores
> >> > the
> >> > Guest file system, if the depth of the tree being explored is deeper
> >> > that
> >> > 3,
> >> > Windows Explorer becomes unresponsive and unstable.
> >> > That is most of the times it crashes.
> >> > Even worse: if I succeed in opening a ("deep") file, I'm not sure that
> >> > that
> >> > file, once modified, can be successfully saved (many times the
> >> > application
> >> > crashes, and so my modifications remain unsaved).
> >> > A really very poor feature !
> >> > It should be possible to share files through the network.
> >> > Unfortunately this approach works only if I'm attached to some network.
> >> > It
> >> > doesn't work if I'm working on a train ...
> >> > It should be possible to use the Loopback Adapter as a network support.
> >> > I tried to do that in many ways, but I never succeded !
> >> > Help me please !
> >> > The host system is (now) Windows Server 2008 EE/64bit, the guest system
> >> > is
> >> > Windows Server 2003/R2/32bit.
> >> > Many thanks
> >> > --
> >> > Teodoro
> >>
> >>
>
>
Sent: 05/14/2008
From: "Bill Grant" <not.available@online>
Message: What sort of problems did you have with using a loopback adapter? It works
fine for me.
If you install a Microsoft loopback adapter in the host and link the NIC
in the guest to the loopback option you effectively have two machines in the
same network. All you need to do is give them IP addresses in the same IP
subnet.
"Teodoro" <(email address - cut out)> wrote in message
news:(email address - cut out)...
Show quoted text
> Sorry about that: it's not a really new topic ...
> I want to use (R/W) Host files in the Guest environment.
> The first suggestion would be to use the "Shared Folders" feature.
> Unfortunately this feature is still very unreliable: when one explores the
> Guest file system, if the depth of the tree being explored is deeper that
> 3,
> Windows Explorer becomes unresponsive and unstable.
> That is most of the times it crashes.
> Even worse: if I succeed in opening a ("deep") file, I'm not sure that
> that
> file, once modified, can be successfully saved (many times the application
> crashes, and so my modifications remain unsaved).
> A really very poor feature !
> It should be possible to share files through the network.
> Unfortunately this approach works only if I'm attached to some network. It
> doesn't work if I'm working on a train ...
> It should be possible to use the Loopback Adapter as a network support.
> I tried to do that in many ways, but I never succeded !
> Help me please !
> The host system is (now) Windows Server 2008 EE/64bit, the guest system is
> Windows Server 2003/R2/32bit.
> Many thanks
> --
> Teodoro
Sent: 05/14/2008
From: "Bill Grant" <not.available@online>
Message: No, you do not use a loopback adapter on the guest. You set the NIC in the
guest to the loopback adapter option (so that the virtual NIC is in the same
network as the loopback adpter on the host) and set the NIC to have an IP in
the same IP subnet as the loopback adapter on the host.
"Teodoro" <(email address - cut out)> wrote in message
news:(email address - cut out)...
Show quoted text
> On the Host system I have:
>
> Ethernet adapter Loopback Adapter:
>
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : Microsoft Loopback Adapter
> Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
> DHCP Enabled. . . . . . . . . . . : No
> Autoconfiguration Enabled . . . . : Yes
> Link-local IPv6 Address . . . . . :
> fe80::2881:b99f:d8f6:5fe2%16(Preferred)
> IPv4 Address. . . . . . . . . . . : 192.168.2.1(Preferred)
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 0.0.0.0
> DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
> fec0:0:0:ffff::2%1
> fec0:0:0:ffff::3%1
> NetBIOS over Tcpip. . . . . . . . : Enabled
>
> While on the Guest:
>
> Ethernet adapter Loopbach Adapter:
>
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : Microsoft Loopback Adapter
> Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
> DHCP Enabled. . . . . . . . . . . : No
> IP Address. . . . . . . . . . . . : 192.168.2.3
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . :
>
> Still, when I try to ping the Host from the Guest I get no answer.
>
> Again, on the Host:
>
> C:\Users\Administrator>net share
>
> Share name Resource Remark
>
> -------------------------------------------------------------------------------
> C$ C:\ Default share
> IPC$ Remote IPC
> ADMIN$ C:\Windows Remote Admin
> Documents C:\Users\Administrator\Documents
>
> The command completed successfully.
>
> While on the Guest:
>
> C:\Documents and Settings\Administrator>net use z: \\192.168.2.1\Documents
> System error 67 has occurred.
>
> The network name cannot be found.
>
> Should be something subtle ....
>
> --
> Teodoro
>
>
> "Bill Grant" wrote:
>
>> What sort of problems did you have with using a loopback adapter? It
>> works
>> fine for me.
>>
>> If you install a Microsoft loopback adapter in the host and link the
>> NIC
>> in the guest to the loopback option you effectively have two machines in
>> the
>> same network. All you need to do is give them IP addresses in the same IP
>> subnet.
>>
>>
>> "Teodoro" <(email address - cut out)> wrote in message
>> news:(email address - cut out)...
>> > Sorry about that: it's not a really new topic ...
>> > I want to use (R/W) Host files in the Guest environment.
>> > The first suggestion would be to use the "Shared Folders" feature.
>> > Unfortunately this feature is still very unreliable: when one explores
>> > the
>> > Guest file system, if the depth of the tree being explored is deeper
>> > that
>> > 3,
>> > Windows Explorer becomes unresponsive and unstable.
>> > That is most of the times it crashes.
>> > Even worse: if I succeed in opening a ("deep") file, I'm not sure that
>> > that
>> > file, once modified, can be successfully saved (many times the
>> > application
>> > crashes, and so my modifications remain unsaved).
>> > A really very poor feature !
>> > It should be possible to share files through the network.
>> > Unfortunately this approach works only if I'm attached to some network.
>> > It
>> > doesn't work if I'm working on a train ...
>> > It should be possible to use the Loopback Adapter as a network support.
>> > I tried to do that in many ways, but I never succeded !
>> > Help me please !
>> > The host system is (now) Windows Server 2008 EE/64bit, the guest system
>> > is
>> > Windows Server 2003/R2/32bit.
>> > Many thanks
>> > --
>> > Teodoro
>>
>>
Sent: 05/15/2008
From: "Bill Grant" <not.available@online>
Message: Well if you have network connectivity it is not a VPC problem or a TCP/IP
problem. You have to use normal network sharing debugging methods. Is
Netbios over TCP/IP enabled on the interfaces of both machines? Can you
ping by name? Are the two machines in the same workgroup? Have you run the
network setup wizard? Have you shared the folder?
"Teodoro" <(email address - cut out)> wrote in message
news:(email address - cut out)...
Show quoted text
> Thanks.
> Yes: I can do that:
> Ethernet adapter Loopback Connection:
>
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : Intel 21140-Based PCI Fast Ethernet
> Adapter Generic) #2
> Physical Address. . . . . . . . . : 00-03-FF-1E-69-84
> DHCP Enabled. . . . . . . . . . . : No
> IP Address. . . . . . . . . . . . : 192.168.2.2
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . :
>
> With this, I get (from the GUEST):
>
> C:\Documents and Settings\Administrator>ping 192.168.2.1
>
> Pinging 192.168.2.1 with 32 bytes of data:
>
> Reply from 192.168.2.1: bytes=32 time=3ms TTL=128
> Reply from 192.168.2.1: bytes=32 time=3ms TTL=128
> Reply from 192.168.2.1: bytes=32 time=5ms TTL=128
> Reply from 192.168.2.1: bytes=32 time=5ms TTL=128
>
> Ping statistics for 192.168.2.1:
> Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
> Approximate round trip times in milli-seconds:
> Minimum = 3ms, Maximum = 5ms, Average = 4ms
>
> But:
>
> C:\Documents and Settings\Administrator>net use x: \\192.168.2.1\Documents
> /PERSISTENT:YES
> System error 67 has occurred.
>
> The network name cannot be found.
>
> Thanks again
>
> --
> Teodoro
>
>
> "Bill Grant" wrote:
>
>> No, you do not use a loopback adapter on the guest. You set the NIC in
>> the
>> guest to the loopback adapter option (so that the virtual NIC is in the
>> same
>> network as the loopback adpter on the host) and set the NIC to have an IP
>> in
>> the same IP subnet as the loopback adapter on the host.
>>
>>
>> "Teodoro" <(email address - cut out)> wrote in message
>> news:(email address - cut out)...
>> > On the Host system I have:
>> >
>> > Ethernet adapter Loopback Adapter:
>> >
>> > Connection-specific DNS Suffix . :
>> > Description . . . . . . . . . . . : Microsoft Loopback Adapter
>> > Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
>> > DHCP Enabled. . . . . . . . . . . : No
>> > Autoconfiguration Enabled . . . . : Yes
>> > Link-local IPv6 Address . . . . . :
>> > fe80::2881:b99f:d8f6:5fe2%16(Preferred)
>> > IPv4 Address. . . . . . . . . . . : 192.168.2.1(Preferred)
>> > Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> > Default Gateway . . . . . . . . . : 0.0.0.0
>> > DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
>> > fec0:0:0:ffff::2%1
>> > fec0:0:0:ffff::3%1
>> > NetBIOS over Tcpip. . . . . . . . : Enabled
>> >
>> > While on the Guest:
>> >
>> > Ethernet adapter Loopbach Adapter:
>> >
>> > Connection-specific DNS Suffix . :
>> > Description . . . . . . . . . . . : Microsoft Loopback Adapter
>> > Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
>> > DHCP Enabled. . . . . . . . . . . : No
>> > IP Address. . . . . . . . . . . . : 192.168.2.3
>> > Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> > Default Gateway . . . . . . . . . :
>> >
>> > Still, when I try to ping the Host from the Guest I get no answer.
>> >
>> > Again, on the Host:
>> >
>> > C:\Users\Administrator>net share
>> >
>> > Share name Resource Remark
>> >
>> > -------------------------------------------------------------------------------
>> > C$ C:\ Default share
>> > IPC$ Remote IPC
>> > ADMIN$ C:\Windows Remote Admin
>> > Documents C:\Users\Administrator\Documents
>> >
>> > The command completed successfully.
>> >
>> > While on the Guest:
>> >
>> > C:\Documents and Settings\Administrator>net use z:
>> > \\192.168.2.1\Documents
>> > System error 67 has occurred.
>> >
>> > The network name cannot be found.
>> >
>> > Should be something subtle ....
>> >
>> > --
>> > Teodoro
>> >
>> >
>> > "Bill Grant" wrote:
>> >
>> >> What sort of problems did you have with using a loopback adapter? It
>> >> works
>> >> fine for me.
>> >>
>> >> If you install a Microsoft loopback adapter in the host and link
>> >> the
>> >> NIC
>> >> in the guest to the loopback option you effectively have two machines
>> >> in
>> >> the
>> >> same network. All you need to do is give them IP addresses in the same
>> >> IP
>> >> subnet.
>> >>
>> >>
>> >> "Teodoro" <(email address - cut out)> wrote in message
>> >> news:(email address - cut out)...
>> >> > Sorry about that: it's not a really new topic ...
>> >> > I want to use (R/W) Host files in the Guest environment.
>> >> > The first suggestion would be to use the "Shared Folders" feature.
>> >> > Unfortunately this feature is still very unreliable: when one
>> >> > explores
>> >> > the
>> >> > Guest file system, if the depth of the tree being explored is deeper
>> >> > that
>> >> > 3,
>> >> > Windows Explorer becomes unresponsive and unstable.
>> >> > That is most of the times it crashes.
>> >> > Even worse: if I succeed in opening a ("deep") file, I'm not sure
>> >> > that
>> >> > that
>> >> > file, once modified, can be successfully saved (many times the
>> >> > application
>> >> > crashes, and so my modifications remain unsaved).
>> >> > A really very poor feature !
>> >> > It should be possible to share files through the network.
>> >> > Unfortunately this approach works only if I'm attached to some
>> >> > network.
>> >> > It
>> >> > doesn't work if I'm working on a train ...
>> >> > It should be possible to use the Loopback Adapter as a network
>> >> > support.
>> >> > I tried to do that in many ways, but I never succeded !
>> >> > Help me please !
>> >> > The host system is (now) Windows Server 2008 EE/64bit, the guest
>> >> > system
>> >> > is
>> >> > Windows Server 2003/R2/32bit.
>> >> > Many thanks
>> >> > --
>> >> > Teodoro
>> >>
>> >>
>>
>>
Sent: 05/15/2008
From: Robert Riebisch <(email address - cut out)>
Message:Bill Grant wrote:
And don't forget personal firewalls.
--
Robert Riebisch
Bitte NUR in der Newsgroup antworten!
Please reply to the Newsgroup ONLY!
Show quoted text
> Well if you have network connectivity it is not a VPC problem or a TCP/IP
> problem. You have to use normal network sharing debugging methods. Is
> Netbios over TCP/IP enabled on the interfaces of both machines? Can you
> ping by name? Are the two machines in the same workgroup? Have you run the
> network setup wizard? Have you shared the folder?
Sent: 05/15/2008
From: "Bill Grant" <not.available@online>
Message:
"Robert Riebisch" <(email address - cut out)> wrote in message
news:482bf697$0$7543$(email address - cut out)...
Indeed! Missed that one.
Show quoted text
> Bill Grant wrote:
>
>> Well if you have network connectivity it is not a VPC problem or a
>> TCP/IP
>> problem. You have to use normal network sharing debugging methods. Is
>> Netbios over TCP/IP enabled on the interfaces of both machines? Can you
>> ping by name? Are the two machines in the same workgroup? Have you run
>> the
>> network setup wizard? Have you shared the folder?
>
> And don't forget personal firewalls.
>
> --
> Robert Riebisch
> Bitte NUR in der Newsgroup antworten!
> Please reply to the Newsgroup ONLY!
Sent: 04/27/2009
From: "yahoooo"<(email address - cut out)>
Message:
Hi, I found your site using [url=http://www.yahoooo.com]yahoooo[/url], does your site support firefox?
Posted via http://www.VirtualServerFaq.com - Brought to you by Business Information Technology Shop - http://www.bitshop.com
Show quoted text
> Sorry about that: it's not a really new topic ...
> I want to use (R/W) Host files in the Guest environment.
> The first suggestion would be to use the "Shared Folders" feature.
> Unfortunately this feature is still very unreliable: when one explores the
> Guest file system, if the depth of the tree being explored is deeper that 3,
> Windows Explorer becomes unresponsive and unstable.
> That is most of the times it crashes.
> Even worse: if I succeed in opening a ("deep") file, I'm not sure that that
> file, once modified, can be successfully saved (many times the application
> crashes, and so my modifications remain unsaved).
> A really very poor feature !
> It should be possible to share files through the network.
> Unfortunately this approach works only if I'm attached to some network. It
> doesn't work if I'm working on a train ...
> It should be possible to use the Loopback Adapter as a network support.
> I tried to do that in many ways, but I never succeded !
> Help me please !
> The host system is (now) Windows Server 2008 EE/64bit, the guest system is
> Windows Server 2003/R2/32bit.
> Many thanks
> --
> Teodoro
Sent: 05/01/2009
From: "Yaehoo"<(email address - cut out)>
Message:
Hi, It's the second time i'm posting you without a reply. I found your site using [url=http://www.yaehooo.com]Yaehoo[/url], does your site support firefox?
Posted via http://www.VirtualServerFaq.com - Brought to you by Business Information Technology Shop - http://www.bitshop.com
Show quoted text
> Sorry about that: it's not a really new topic ...
> I want to use (R/W) Host files in the Guest environment.
> The first suggestion would be to use the "Shared Folders" feature.
> Unfortunately this feature is still very unreliable: when one explores the
> Guest file system, if the depth of the tree being explored is deeper that 3,
> Windows Explorer becomes unresponsive and unstable.
> That is most of the times it crashes.
> Even worse: if I succeed in opening a ("deep") file, I'm not sure that that
> file, once modified, can be successfully saved (many times the application
> crashes, and so my modifications remain unsaved).
> A really very poor feature !
> It should be possible to share files through the network.
> Unfortunately this approach works only if I'm attached to some network. It
> doesn't work if I'm working on a train ...
> It should be possible to use the Loopback Adapter as a network support.
> I tried to do that in many ways, but I never succeded !
> Help me please !
> The host system is (now) Windows Server 2008 EE/64bit, the guest system is
> Windows Server 2003/R2/32bit.
> Many thanks
> --
> Teodoro
Sent: 05/02/2009
From: "Liive"<(email address - cut out)>
Message:
Hi, I found your site using [url=http://www.liive.com]Liive[/url], does your site support google chrome?
Posted via http://www.VirtualServerFaq.com - Brought to you by Business Information Technology Shop - http://www.bitshop.com
Show quoted text
> Sorry about that: it's not a really new topic ...
> I want to use (R/W) Host files in the Guest environment.
> The first suggestion would be to use the "Shared Folders" feature.
> Unfortunately this feature is still very unreliable: when one explores the
> Guest file system, if the depth of the tree being explored is deeper that 3,
> Windows Explorer becomes unresponsive and unstable.
> That is most of the times it crashes.
> Even worse: if I succeed in opening a ("deep") file, I'm not sure that that
> file, once modified, can be successfully saved (many times the application
> crashes, and so my modifications remain unsaved).
> A really very poor feature !
> It should be possible to share files through the network.
> Unfortunately this approach works only if I'm attached to some network. It
> doesn't work if I'm working on a train ...
> It should be possible to use the Loopback Adapter as a network support.
> I tried to do that in many ways, but I never succeded !
> Help me please !
> The host system is (now) Windows Server 2008 EE/64bit, the guest system is
> Windows Server 2003/R2/32bit.
> Many thanks
> --
> Teodoro
Sent: 05/02/2009
From: "Yauhoooo"<(email address - cut out)>
Message:
Hi, I found your site using [url=http://www.yauhoooo.com]Yauhoooo[/url], does your site support Firefox?
Posted via http://www.VirtualServerFaq.com - Brought to you by Business Information Technology Shop - http://www.bitshop.com
Show quoted text
> Sorry about that: it's not a really new topic ...
> I want to use (R/W) Host files in the Guest environment.
> The first suggestion would be to use the "Shared Folders" feature.
> Unfortunately this feature is still very unreliable: when one explores the
> Guest file system, if the depth of the tree being explored is deeper that 3,
> Windows Explorer becomes unresponsive and unstable.
> That is most of the times it crashes.
> Even worse: if I succeed in opening a ("deep") file, I'm not sure that that
> file, once modified, can be successfully saved (many times the application
> crashes, and so my modifications remain unsaved).
> A really very poor feature !
> It should be possible to share files through the network.
> Unfortunately this approach works only if I'm attached to some network. It
> doesn't work if I'm working on a train ...
> It should be possible to use the Loopback Adapter as a network support.
> I tried to do that in many ways, but I never succeded !
> Help me please !
> The host system is (now) Windows Server 2008 EE/64bit, the guest system is
> Windows Server 2003/R2/32bit.
> Many thanks
> --
> Teodoro
Sent: 05/02/2009
From: "Yauhoooo"<(email address - cut out)>
Message:
Hi, I found your site using http://www.yauhoooo.com Yauhoooo, does your site support Firefox?
Posted via http://www.VirtualServerFaq.com - Brought to you by Business Information Technology Shop - http://www.bitshop.com
Show quoted text
> Sorry about that: it's not a really new topic ...
> I want to use (R/W) Host files in the Guest environment.
> The first suggestion would be to use the "Shared Folders" feature.
> Unfortunately this feature is still very unreliable: when one explores the
> Guest file system, if the depth of the tree being explored is deeper that 3,
> Windows Explorer becomes unresponsive and unstable.
> That is most of the times it crashes.
> Even worse: if I succeed in opening a ("deep") file, I'm not sure that that
> file, once modified, can be successfully saved (many times the application
> crashes, and so my modifications remain unsaved).
> A really very poor feature !
> It should be possible to share files through the network.
> Unfortunately this approach works only if I'm attached to some network. It
> doesn't work if I'm working on a train ...
> It should be possible to use the Loopback Adapter as a network support.
> I tried to do that in many ways, but I never succeded !
> Help me please !
> The host system is (now) Windows Server 2008 EE/64bit, the guest system is
> Windows Server 2003/R2/32bit.
> Many thanks
> --
> Teodoro
Sent: 05/03/2009
From: "Laive"<(email address - cut out)>
Message:
Hi, I found your site using [url=http://www.laive.com]Laive[/url], does your site support Firefox?
Posted via http://www.VirtualServerFaq.com - Brought to you by Business Information Technology Shop - http://www.bitshop.com
Show quoted text
> Sorry about that: it's not a really new topic ...
> I want to use (R/W) Host files in the Guest environment.
> The first suggestion would be to use the "Shared Folders" feature.
> Unfortunately this feature is still very unreliable: when one explores the
> Guest file system, if the depth of the tree being explored is deeper that 3,
> Windows Explorer becomes unresponsive and unstable.
> That is most of the times it crashes.
> Even worse: if I succeed in opening a ("deep") file, I'm not sure that that
> file, once modified, can be successfully saved (many times the application
> crashes, and so my modifications remain unsaved).
> A really very poor feature !
> It should be possible to share files through the network.
> Unfortunately this approach works only if I'm attached to some network. It
> doesn't work if I'm working on a train ...
> It should be possible to use the Loopback Adapter as a network support.
> I tried to do that in many ways, but I never succeded !
> Help me please !
> The host system is (now) Windows Server 2008 EE/64bit, the guest system is
> Windows Server 2003/R2/32bit.
> Many thanks
> --
> Teodoro
Sent: 05/03/2009
From: "Laive"<(email address - cut out)>
Message:
Hi, I found your site using http://www.laive.com Laive, does your site support Firefox?
Posted via http://www.VirtualServerFaq.com - Brought to you by Business Information Technology Shop - http://www.bitshop.com
Show quoted text
> Sorry about that: it's not a really new topic ...
> I want to use (R/W) Host files in the Guest environment.
> The first suggestion would be to use the "Shared Folders" feature.
> Unfortunately this feature is still very unreliable: when one explores the
> Guest file system, if the depth of the tree being explored is deeper that 3,
> Windows Explorer becomes unresponsive and unstable.
> That is most of the times it crashes.
> Even worse: if I succeed in opening a ("deep") file, I'm not sure that that
> file, once modified, can be successfully saved (many times the application
> crashes, and so my modifications remain unsaved).
> A really very poor feature !
> It should be possible to share files through the network.
> Unfortunately this approach works only if I'm attached to some network. It
> doesn't work if I'm working on a train ...
> It should be possible to use the Loopback Adapter as a network support.
> I tried to do that in many ways, but I never succeded !
> Help me please !
> The host system is (now) Windows Server 2008 EE/64bit, the guest system is
> Windows Server 2003/R2/32bit.
> Many thanks
> --
> Teodoro