Hallo,
das mit der Knoppix-Live-CD habe ich bisher nicht probiert.
Ich habe auch noch zwei Gäste, bei denen ich die Tools noch nicht aktualisiert habe. Dort habe ich das gleiche Problem.
Die Inträge von der vmnetnat.conf sehen nach meinem bescheidenen Wissen eigentlich ganz richtig aus:
# Windows NAT configuration file
[host]
# NAT gateway address
ip = 192.168.153.2/24
hostMAC = 00:50:56:C0:00:08
# enable configuration; disabled by default for security reasons
#configport = 33445
# VMnet device if not specified on command line
device = vmnet8
# Allow PORT/EPRT FTP commands (they need incoming TCP stream...)
activeFTP = 1
# Allows the source to have any OUI. Turn this one if you change the OUI
# in the MAC address of your virtual machines.
allowAnyOUI = 1
# Controls if (TCP) connections should be reset when the adapter
# they are bound to goes down.
resetConnectionOnLinkDown = 1
# Controls if (TCP) connections should be reset when guest TCP packet's
# destination is the NAT's IP itself.
resetConnectionOnDestLocalHost = 1
[tcp]
# Value of timeout in TCP TIME_WAIT state, in seconds
timeWaitTimeout = 30
[udp]
# Timeout in seconds, 0 = no timeout, default = 30; real value might
# be up to 100% longer
timeout = 30
[dns]
# This section applies only to Windows.
#
# Policy to use for DNS forwarding. Accepted values include order,
# rotate, burst.
#
# order: send one DNS request at a time in order of the name servers
# rotate: send one DNS request at a time, rotate through the DNS servers
# burst: send to three servers and wait for the first one to respond
policy = order
# Timeout in seconds before retrying DNS request.
timeout = 2
# Retries before giving up on DNS request
retries = 3
# Automatically detect the DNS servers (not supported in Windows NT)
autodetect = 1
# List of DNS servers to use. Up to three may be specified
#nameserver1 = 198.41.0.4
#nameserver2 = 192.36.148.17
#nameserver3 = 202.12.27.33
[netbios]
# Timeout for NBNS queries.
nbnsTimeout = 2
# Number of retries for each NBNS query.
nbnsRetries = 3
# Timeout for NBDS queries.
nbdsTimeout = 3
[incomingtcp]
# Use these with care - anyone can enter into your virtual machine through these...
# FTP (both active and passive FTP is always enabled)
# ftp localhost 8887
#8887 = 192.168.27.128:21
# WEB (make sure that if you are using named webhosting, names point to
# your host, not to guest... And if you are forwarding port other
# than 80 make sure that your server copes with mismatched port
# number in Host: header)
# lynx
http://localhost:8888
#8888 = 192.168.27.128:80
# SSH
# ssh -p 8889 root@localhost
#8889 = 192.168.27.128:22
[incomingudp]
# UDP port forwarding example
#6000 = 192.168.27.128:6001
[PrivilegedTCP]
autodetect = 1
[PrivilegedUDP]
autodetect = 1
auch die Netzeinstellungen des Gastes wie immer:
eth0 Link encap:Ethernet HWaddr 00:0C:29:FE:52:8A
inet addr:192.168.153.129 Bcast:192.168.153.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fefe:528a/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:100130 errors:0 dropped:0 overruns:0 frame:0
TX packets:22367 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8971791 (8.5 Mb) TX bytes:9080038 (8.6 Mb)
Base address:0x2000 Memory:e8920000-e8940000
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:27040813 errors:0 dropped:0 overruns:0 frame:0
TX packets:27040813 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8129045537 (7752.4 Mb) TX bytes:8129045537 (7752.4 Mb)
gustav:~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.153.0 * 255.255.255.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default 192.168.153.2 0.0.0.0 UG 0 0 0 eth0
gustav:~ #
Vom Host aus kann ich auch auf den Gast per ssh, ftp, http ohne Probleme zugreifen. Aber mit dem Gast per sshoder ftp ins LAN oder WAN komme ich nicht hin. Auch die Versendung von mail per mail -s und oder auch per lp drucken auf ein Drucker im Lan geht nicht.
Ein Kollege hat auch das Update auf WS9 gemacht und hatte überhaupt kein Problem damit. Also hatte ich es mutiger Weise auch versucht. Zurück auf WS 8 möchte ich ungern, da ich schon 2 Maschinen unter WS9 gebaut habe. Ein Downgrade der HW auf WS8 wir wohl nicht gehen.