VMWare Server and NAT.
I setup VMWare Server on Gentoo the other day. It was pretty much easy. After install, cleanup all the .vmware folders in various home directories. Assign users with priv's to the 'vmware' group.
User Setup
gpasswd -a vmadmin vmwareRun the vmware-config.pl - Note the network numbers.
Network Setup
e.g.- Host-only: 172.16.42.0/24
- NAT: 10.51.1.0/24
- vmnet0 172.16.42.1
- vmnet8 10.51.1.1
--- vmware-authd~ 2007-10-13 13:26:18.830128814 -0700
+++ vmware-authd 2007-10-13 13:36:42.833942428 -0700
@@ -10,5 +10,5 @@
user = root
server = /opt/vmware/server/sbin/vmware-authd
type = unlisted
- only_from =
+ only_from = 0.0.0.0/0
}