I was able to run an ubuntu server 16.04.2 side by side with Mac0S. Also I was able to connect it to the network using WIFI.
I was able to also make that laptop accessible via the internet by configuring port forwarding on my broadband router.
I would like to know how can I configure the vmnet interfaces or the pnet0... pnet1... pnet2?
Here is what I tried to do on the /etc/network/interfaces
Code: Select all
# WIFI ADDED HERE
auto wlan0
iface wlan0 inet dhcp
wpa-ssid VM12345
wpa-psk abcdefg12345
# ADDING SUBINTERFACES FOR CLOUD CONNECTIONS ON EVE
auto wlan0:1
iface wlan0:1 inet static
address 192.168.100.1
netmask 255.255.255.0
broadcast 192.168.100.255
network 192.168.100.0