Quantcast
Channel: VMware Communities : Popular Discussions - VMware Server 1
Viewing all articles
Browse latest Browse all 74849

XP Pro Guest cannot join Domain

$
0
0

Hello,

RE: Announcement: << Read First >> Before posting questions

1. VMware server 1.0.3 build-44356 for linux

2. Host: Ubuntu 6.06 32 bit 2.6.15-28-386

3. Guest: Windows XP Professional 32 bit

 

Networking:

1.GUEST: ipconfig /all

 

Windows IP Configuration

 

        Host Name . . . . . . . . . . . . : r2d2xp

        Primary Dns Suffix  . . . . . . . :

        Node Type . . . . . . . . . . . . : Hybrid

        IP Routing Enabled. . . . . . . . : No

        WINS Proxy Enabled. . . . . . . . : No

        DNS Suffix Search List. . . . . . : localdomain

                                            lgmmodel.com

 

Ethernet adapter Local Area Connection 3:

 

        Connection-specific DNS Suffix  . : localdomain

        Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter

#2

        Physical Address. . . . . . . . . : 00-0C-29-8F-90-E2

        Dhcp Enabled. . . . . . . . . . . : Yes

        Autoconfiguration Enabled . . . . : Yes

        IP Address. . . . . . . . . . . . : 172.16.28.128

        Subnet Mask . . . . . . . . . . . : 255.255.255.0

        Default Gateway . . . . . . . . . : 172.16.28.2

        DHCP Server . . . . . . . . . . . : 172.16.28.254

        DNS Servers . . . . . . . . . . . : 172.16.28.2

        Lease Obtained. . . . . . . . . . : Monday, August 06, 2007 2:18:56 PM

        Lease Expires . . . . . . . . . . : Monday, August 06, 2007 2:48:56 PM

 

Ethernet adapter Local Area Connection:

 

        Connection-specific DNS Suffix  . : lgmmodel.com

        Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter

 

        Physical Address. . . . . . . . . : 00-0C-29-8F-90-CE

        Dhcp Enabled. . . . . . . . . . . : Yes

        Autoconfiguration Enabled . . . . : Yes

        IP Address. . . . . . . . . . . . : 192.168.50.215

        Subnet Mask . . . . . . . . . . . : 255.255.255.0

        Default Gateway . . . . . . . . . : 192.168.50.1

        DHCP Server . . . . . . . . . . . : 192.168.50.1

        DNS Servers . . . . . . . . . . . : 192.168.50.1

        Primary WINS Server . . . . . . . : 192.168.50.3

        Lease Obtained. . . . . . . . . . : Monday, August 06, 2007 2:18:55 PM

        Lease Expires . . . . . . . . . . : Wednesday, August 08, 2007 6:18:55 AM

 

HOST:ifconfig -a

          eth0      Link encap:Ethernet  HWaddr 00:17:31:C6:EE:DF

          inet addr:192.168.50.230  Bcast:192.168.50.255  Mask:255.255.255.0

          inet6 addr: fe80::217:31ff:fec6:eedf/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:97196 errors:0 dropped:0 overruns:0 frame:0

          TX packets:147460 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:100

          RX bytes:41882009 (39.9 MiB)  TX bytes:156404863 (149.1 MiB)

          Base address:0xd800 Memory:cffe0000-d0000000

 

lo        Link encap:Local Loopback

          inet addr:127.0.0.1  Mask:255.0.0.0

          inet6 addr: ::1/128 Scope:Host

          UP LOOPBACK RUNNING  MTU:16436  Metric:1

          RX packets:13 errors:0 dropped:0 overruns:0 frame:0

          TX packets:13 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:832 (832.0 b)  TX bytes:832 (832.0 b)

 

sit0      Link encap:IPv6-in-IPv4

          NOARP  MTU:1480  Metric:1

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0

          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

 

vmnet1    Link encap:Ethernet  HWaddr 00:50:56:C0:00:01

          inet addr:192.168.142.1  Bcast:192.168.142.255  Mask:255.255.255.0

          inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:204 errors:0 dropped:0 overruns:0 frame:0

          TX packets:25 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

 

vmnet8    Link encap:Ethernet  HWaddr 00:50:56:C0:00:08

          inet addr:172.16.28.1  Bcast:172.16.28.255  Mask:255.255.255.0

          inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:221 errors:0 dropped:0 overruns:0 frame:0

          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

 

 

2. .VMX File:

#!/usr/bin/vmware

config.version = "8"

virtualHW.version = "4"

scsi0.present = "TRUE"

memsize = "1072"

ide0:0.present = "TRUE"

ide0:0.fileName = "Windows XP Professional.vmdk"

ide0:0.writeThrough = "TRUE"

ide1:0.present = "TRUE"

ide1:0.fileName = "/dev/hdb"

ide1:0.deviceType = "cdrom-raw"

floppy0.startConnected = "FALSE"

floppy0.fileName = "/dev/fd0"

Ethernet0.present = "TRUE"

displayName = "R2D2XP"

guestOS = "winxppro"

priority.grabbed = "normal"

priority.ungrabbed = "normal"

powerType.powerOff = "hard"

powerType.powerOn = "hard"

powerType.suspend = "hard"

powerType.reset = "hard"

 

ide0:0.redo = ""

ide1:0.startConnected = "TRUE"

ethernet0.addressType = "generated"

uuid.location = "56 4d a1 13 c4 76 ff 22-07 35 a8 c1 57 8f 90 ce"

uuid.bios = "56 4d a1 13 c4 76 ff 22-07 35 a8 c1 57 8f 90 ce"

ethernet0.generatedAddress = "00:0c:29:8f:90:ce"

ethernet0.generatedAddressOffset = "0"

tools.syncTime = "FALSE"

 

ide0:1.present = "TRUE"

ide0:1.fileName = "Windows XP Professional-0.vmdk"

usb.present = "TRUE"

usb.generic.autoconnect = "FALSE"

 

ide0:1.redo = ""

usb.autoConnect.device0 = ""

 

Ethernet1.present = "TRUE"

Ethernet1.connectionType = "hostonly"

 

ethernet1.addressType = "generated"

ethernet1.generatedAddress = "00:0c:29:8f:90:d8"

ethernet1.generatedAddressOffset = "10"

 

Ethernet0.connectionType = "bridged"

 

floppy0.present = "FALSE"

sound.present = "TRUE"

sound.fileName = "-1"

sound.autodetect = "TRUE"

 

sound.virtualDev = "es1371"

 

Ethernet2.present = "TRUE"

Ethernet2.connectionType = "nat"

 

ethernet2.addressType = "generated"

ethernet2.generatedAddress = "00:0c:29:8f:90:e2"

ethernet2.generatedAddressOffset = "20"

 

 

3. I am at work, so my connection comes from a router.

 

I hope that satisfies the required info.

Now for the question:

I have the VM XP Pro running great in Server, only I cannot connect to the windows domain here at work. I have searched and searched, only I cannot find a solution to this problem. My apologies if this is something that has been covered before, I just could not find it anywhere. I try to connect to the domain, and I get the following error:

"The specified domain either does not exist or could not be contacted."

Please can someone help me? I need bridged networking, and I need to be on the domain with the XP Pro VM. That is all. I tried with Bridged, NAT, and Host-only, none seem to work. Thanks in advance.


Viewing all articles
Browse latest Browse all 74849

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>