HOW TO CONFIGURE VMNET INTERFACES.

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
bluephoenix71
Posts: 10
Joined: Fri May 26, 2017 2:04 pm

HOW TO CONFIGURE VMNET INTERFACES.

Post by bluephoenix71 » Tue Jul 11, 2017 10:08 pm

Hi,

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
But as you can see when I open the lab and try to add a network, I can't seem to find it. Any tips on what I need to add or steps that I missed are gladly appreciated!
Capture.JPG
You do not have the required permissions to view the files attached to this post.

Post Reply