VMware Cloud Community
thickclouds
Enthusiast
Enthusiast
Jump to solution

UNNOC VM Applicance

Okay - Dumb Question!!!

How do you get the networking setup and provide the appliance with a static IP?

Charlie Gautreaux vExpert http://www.thickclouds.com
0 Kudos
1 Solution

Accepted Solutions
buckethead
Hot Shot
Hot Shot
Jump to solution

you need to edit the /etc/network/interfaces

should look like

\# The loopback network interface

auto lo eth0

iface lo inet loopback

\# The primary network interface

iface eth0 inet static

address 1.1.1.1.1

netmask 255.255.255.0

gateway 1.1.1.1

View solution in original post

0 Kudos
1 Reply
buckethead
Hot Shot
Hot Shot
Jump to solution

you need to edit the /etc/network/interfaces

should look like

\# The loopback network interface

auto lo eth0

iface lo inet loopback

\# The primary network interface

iface eth0 inet static

address 1.1.1.1.1

netmask 255.255.255.0

gateway 1.1.1.1

0 Kudos