Problemy sieciowe między hostem VMware Server a systemem gościa

Z Thomas-Krenn-Wiki
Przejdź do nawigacji Przejdź do wyszukiwania

Opis problemu

  • ping z hosta VMware Server do systemu gościa i w drugą stronę funkcjonuje.
  • połączenie SSH między systemem gościa i dalszym systemem w sieci funkcjonuje.
  • połączenie SSH między hostem VMware Server i systemem gościa nie funkcjonuje.

Próba utworzenia połączenia SSH z hosta VMware Server do systemu gościa kończy się niepowodzeniem, jak jest to poniżej widoczne:

[user@vmware-server ~]$ ssh root@192.168.1.5 -v
OpenSSH_4.3p2, OpenSSL 0.9.8b 04 May 2006
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 192.168.1.5 [192.168.1.5] port 22.
debug1: Connection established.
debug1: identity file /home/user/.ssh/identity type -1
debug1: identity file /home/user/.ssh/id_rsa type -1
debug1: identity file /home/user/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.9p1
debug1: match: OpenSSH_3.9p1 pat OpenSSH_3.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.3
debug1: SSH2_MSG_KEXINIT sent

Następnie nic się nie dzieje.

Wersje

  • Problem występuje w wersji 1.0.3 VMware Server pod Linuksem.
  • W wersji 1.0.8 VMware Server w Fedorze 10 problem ten już nie występuje.

Rozwiązanie

Wyłączenie parametru Offload karty sieciowej rozwiązuje problem.

[root@vmware-server ~]# ethtool -k eth0
Offload parameters for eth0:
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp segmentation offload: on
[root@tpw ~]# ethtool -K eth0 sg off rx off tx off tso off
[root@tpw ~]# ethtool -k eth0
Offload parameters for eth0:
rx-checksumming: off
tx-checksumming: off
scatter-gather: off
tcp segmentation offload: off
[root@vmware-server ~]#

Linki

https://bugs.launchpad.net/ubuntu/+source/vmware-player/+bug/105697

Powiązane artykuły

Aktualizacja mikrokodu firmy Intel w VMware
Aktualne informacje wydania VMware Infrastructure 3
Wymagania systemowe VMware vCenter Server