Allow outside Connectino to Server Running in VMWare Player on Ubuntu

Here is a tutorial of how to enable other computer than your host computer connect to web server running in VMWare Player.
1. Modify nat.conf file
sudo vim /etc/vmware/vmnet8/nat/nat.conf
locate incomingtcp section modify accordingly.
[incomingtcp]

# Use these with care - anyone can enter into your VM through these...
# The format and example are as follows:
#<external port number> = <VM's IP address>:<VM's port number>
8080 = 192.168.64.131:8080

2. close VMWare Player application and restart vmware to make the configuration take effect.
sudo service vmware restart

No comments:

Post a Comment

Datatable static image not found on the server

When you use ```datatables.min.css``` and ```datatables.min.js``` locally, instead of datatables CDN, you may have encountered that ```sort...