Networking Forums

Networking Forums > Computer Networking > Windows Networking > virtual server 2005 rs client not able to ping host

Reply
Thread Tools Display Modes

virtual server 2005 rs client not able to ping host

 
 
Bill
Guest
Posts: n/a

 
      04-29-2006, 04:47 PM
Hello,

I'm running xp inside virtual server 2005 r2 and I'm unable to connect to
the host network or even ping the host. The host is a widows 2003 server
which is able to access the internet through a cable modem. Is there a
setting to allow network connectivity with the virutual server?

--
Bill Larson
 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      04-29-2006, 11:58 PM
What is the network config of the host machine? Is the cable modem its
only network connection?

If the host does not have a NIC, the guest will need to communicate with
the host through the internal loopback adapter network. To get out to the
Internet you would need to configure ICS or RRAS/NAT on the host machine
(just as you would to allow a real computer to share the Internet
connection).

Bill wrote:
> Hello,
>
> I'm running xp inside virtual server 2005 r2 and I'm unable to
> connect to the host network or even ping the host. The host is a
> widows 2003 server which is able to access the internet through a
> cable modem. Is there a setting to allow network connectivity with
> the virutual server?



 
Reply With Quote
 
Bill
Guest
Posts: n/a

 
      04-30-2006, 03:50 PM
Hello Bill,

The network configuration is:

Windows IP Configuration

Host Name . . . . . . . . . . . . : server
Primary Dns Suffix . . . . . . . : larson.com
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : larson.com

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Subnet Mask . . . . . . . . . . . : 255.255.254.0

It's using a Gateway, DHCP Server, and DNS Servers through the cable modem.
There is a NIC card in the system and the cable modem is the only connection
to the internet.

--
Bill Larson


"Bill Grant" wrote:

> What is the network config of the host machine? Is the cable modem its
> only network connection?
>
> If the host does not have a NIC, the guest will need to communicate with
> the host through the internal loopback adapter network. To get out to the
> Internet you would need to configure ICS or RRAS/NAT on the host machine
> (just as you would to allow a real computer to share the Internet
> connection).
>
> Bill wrote:
> > Hello,
> >
> > I'm running xp inside virtual server 2005 r2 and I'm unable to
> > connect to the host network or even ping the host. The host is a
> > widows 2003 server which is able to access the internet through a
> > cable modem. Is there a setting to allow network connectivity with
> > the virutual server?

>
>
>

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      05-01-2006, 01:12 AM
If the NIC in the host is dedicated to the Internet connection, you
cannot use it to connect to the guest. You will need to install a loopback
adapter in the host machine and connect host and guest through the internal
loopback network. For the guest to access the Internet you will need ICS or
NAT on the host.

This is really the same situation as you would have with two real
machines. If one machine has an Internet connection which you want to share,
you must have two interfaces in the "server" machine - one for the Internet
connection and one for the private LAN. For the private side to connect to
the Internet, the "server" must be running ICS or NAT (or proxy server
software) to allow the private IPs to cross the Internet.

With Virtual Server you don't need any hardware to implement the private
LAN. You can install the Microsoft Loopback Adapter to act as the private
interface on the server. You then set the NIC in the vm guest to use this
network. From then on the setup is the same as for a physical local LAN.
ICS gives the "private" interface an IP of 192.168.0.1 and sets up a
DHCP-style allocator to configure the client machines. With ICS it would
look like this.

Internet
|
cable modem
|
public IP (config from cable DHCP)
host
192.168.0.1 dg blank (loopback adapter)
|
guest
192.168.0.x dg 192.168.0.1 (config from ICS)

The guest machine can access the host and the Internet through its
virtual NIC which is linked to the loopback adapter in the host.

Bill wrote:
> Hello Bill,
>
> The network configuration is:
>
> Windows IP Configuration
>
> Host Name . . . . . . . . . . . . : server
> Primary Dns Suffix . . . . . . . : larson.com
> Node Type . . . . . . . . . . . . : Unknown
> IP Routing Enabled. . . . . . . . : No
> WINS Proxy Enabled. . . . . . . . : No
> DNS Suffix Search List. . . . . . : larson.com
>
> Ethernet adapter Local Area Connection:
>
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network
> Connection DHCP Enabled. . . . . . . . . . . : Yes
> Autoconfiguration Enabled . . . . : Yes
> Subnet Mask . . . . . . . . . . . : 255.255.254.0
>
> It's using a Gateway, DHCP Server, and DNS Servers through the cable
> modem. There is a NIC card in the system and the cable modem is the
> only connection to the internet.
>
>
>> What is the network config of the host machine? Is the cable
>> modem its only network connection?
>>
>> If the host does not have a NIC, the guest will need to
>> communicate with the host through the internal loopback adapter
>> network. To get out to the Internet you would need to configure ICS
>> or RRAS/NAT on the host machine (just as you would to allow a real
>> computer to share the Internet connection).
>>
>> Bill wrote:
>>> Hello,
>>>
>>> I'm running xp inside virtual server 2005 r2 and I'm unable to
>>> connect to the host network or even ping the host. The host is a
>>> widows 2003 server which is able to access the internet through a
>>> cable modem. Is there a setting to allow network connectivity with
>>> the virutual server?



 
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
Virtual Machine unable to Ping 2nd Nic on Host dicklexick@gmail.com Windows Networking 1 08-23-2008 02:19 AM
Virtual Server 2005 R2 networking Mizzleman Windows Networking 10 12-20-2007 12:02 AM
Help needed with Virtual Server 2005 Fran Windows Networking 8 02-04-2006 04:23 AM
Licensing in Virtual Server 2005 Abhinav Windows Networking 0 11-17-2005 04:28 AM
Virtual server 2005 Mohamad Awada Broadband Hardware 0 06-24-2004 06:51 PM



1 2 3 4 5 6 7 8 9 10 11