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

network problem between host and guest

$
0
0

Hello,

I use vmware server 1.0.3.44356 on host windows2003-SP1, same my VMs.

Network connection is Bridged.

"Ping" between host and VMs works fine and SMB-connections also.

 

After I had executed "dcpromo" to make one VM-Server to a DC, I cannot connect a share from the host (192.168.1.100) or from other machines in the net. net use *
192.168.1.101\d$ /u:domain1\administrator password

I get "Logon failure: unknown user name or bad password"

 

From another VM-maschines on the host there there is no problem.

 

Because of the network trace I assume, that SMB-Packets are truncated. (STATUS_MORE_PROCESSING_REQUIRED)

 

    1 0.000000    192.168.1.101         192.168.1.100         NTP      NTP symmetric active

      2 0.000445    192.168.1.100         192.168.1.101         NTP      NTP server

      3 11.321879   192.168.1.100         192.168.1.101         TCP      1546 > microsoft-ds \[SYN] Seq=0 Len=0 MSS=1460

      4 11.322770   192.168.1.101         192.168.1.100         TCP      microsoft-ds > 1546 \[SYN, ACK] Seq=0 Ack=1 Win=16384 Len=0 MSS=1460

      5 11.323520   192.168.1.100         192.168.1.101         TCP      1546 > microsoft-ds \[ACK] Seq=1 Ack=1 Win=65535 Len=0

      6 11.327190   192.168.1.100         192.168.1.101         SMB      Negotiate Protocol Request

      7 11.332924   192.168.1.101         192.168.1.100         SMB      Negotiate Protocol Response

      8 11.511410   192.168.1.100         192.168.1.101         TCP      1546 > microsoft-ds \[ACK] Seq=138 Ack=196 Win=65340 Len=0

      9 34.591864   192.168.1.100         192.168.1.101         SMB      Session Setup AndX Request, NTLMSSP_NEGOTIATE

     10 34.596870   192.168.1.101         192.168.1.100         SMB      Session Setup AndX Response, NTLMSSP_CHALLENGE, Error: STATUS_MORE_PROCESSING_REQUIRED

     11 34.610552   192.168.1.100         192.168.1.101         SMB      Session Setup AndX Request, NTLMSSP_AUTH, User: v994dtv0\rootadmin

     12 34.719457   192.168.1.101         192.168.1.100         SMB      Session Setup AndX Response, Error: STATUS_LOGON_FAILURE

     13 34.724275   192.168.1.100         192.168.1.101         TCP      1546 > microsoft-ds \[FIN, ACK] Seq=802 Ack=681 Win=64855 Len=0

     14 34.724378   192.168.1.101         192.168.1.100         TCP      microsoft-ds > 1546 \[FIN, ACK] Seq=681 Ack=803 Win=64734 Len=0

     15 34.724569   192.168.1.100         192.168.1.101         TCP      1546 > microsoft-ds \[ACK] Seq=803 Ack=682 Win=64855 Len=0

 

It seems than something like tcpwindowsize in vmware is changed. Do you know a place where I can search?

 

the vmx-file:

config.version = "8"

virtualHW.version = "4"

scsi0.present = "TRUE"

scsi0.virtualDev = "lsilogic"

memsize = "384"

scsi0:0.present = "TRUE"

scsi0:0.fileName = "Windows Server 2003 Standard Edition_C-000001.vmdk"

ide1:0.present = "TRUE"

ide1:0.fileName = "auto detect"

ide1:0.deviceType = "cdrom-raw"

floppy0.fileName = "A:"

Ethernet0.present = "TRUE"

displayName = "Server1"

guestOS = "winnetstandard"

priority.grabbed = "normal"

priority.ungrabbed = "normal"

 

scsi0:1.present = "TRUE"

scsi0:1.fileName = "Windows Server 2003 Standard Edition_D-000001.vmdk"

workingDir = "."

 

scsi0:0.redo = ""

scsi0:1.redo = ""

ethernet0.addressType = "generated"

uuid.location = "56 4d 42 fe d5 7b 4e d1-99 ea 37 90 fe 13 70 45"

uuid.bios = "56 4d 42 fe d5 7b 4e d1-99 ea 37 90 fe 13 70 45"

ethernet0.generatedAddress = "00:0c:29:13:70:45"

ethernet0.generatedAddressOffset = "0"

 

ide1:0.startConnected = "TRUE"

tools.syncTime = "FALSE"

 

ide1:0.autodetect = "TRUE"

 

floppy0.startConnected = "FALSE"


Viewing all articles
Browse latest Browse all 74849

Trending Articles