The vmnet module needs patch.
Just follow this link and worked.
http://ping8888.com/2013/12/13/vmware-modules-kernel-3-13/
Showing posts with label vmware. Show all posts
Showing posts with label vmware. Show all posts
Monday, May 5, 2014
Sunday, October 20, 2013
VMware player: To change NAT settings for remote desktop to windows client
This works in Ubuntu 13.10
1. Suspend all virtual machines
2. Edit /etc/vmware/vmnet8/nat/nat.conf
2. Edit /etc/vmware/vmnet8/nat/nat.conf
sudo nano /etc/vmware/vmnet8/nat/nat.conf
For remote desktop in windows,
run ipconfig to check the ip address in address
ipconfig
It should start at 172.16.*.*
Then add the line
3389=172.16.*.*:3389
under the section
[incomingtcp]
3. Restart vmware-player
sudo /etc/init.d/vmware restart
Sunday, July 21, 2013
VMware player: compile the kernel module after kernel update for Ubuntu Linux
This works for VMware player >5.0
After the kernel update, run this on a console.
(You need the latest kernel header files. Also update them when you update. )
sudo vmware-modconfig --console --install-all
It works on Ubuntu 13.04
After the kernel update, run this on a console.
(You need the latest kernel header files. Also update them when you update. )
sudo vmware-modconfig --console --install-all
It works on Ubuntu 13.04
Subscribe to:
Posts (Atom)