VMware Cloud Community
dsubram
Enthusiast
Enthusiast
Jump to solution

How to set IP Addr for VIMA?

Hi,

While booting VIMA, I opted for DHCP to pickup address. I would like to reset this and assign a static IP address for the same. How to do this?

--Subram

0 Kudos
1 Solution

Accepted Solutions
admin
Immortal
Immortal
Jump to solution

You may run:

sudo /usr/bin/system-config-network

Then select the NIC and press <enter>

Tab to the "Use DHCP" field and press <space> to toggle it off.

Set the static IP configuration then tab to the "OK" button

Tab to the "Quit" button and press <space> to exit.

Regards,

Mostafa

View solution in original post

0 Kudos
2 Replies
admin
Immortal
Immortal
Jump to solution

You may run:

sudo /usr/bin/system-config-network

Then select the NIC and press <enter>

Tab to the "Use DHCP" field and press <space> to toggle it off.

Set the static IP configuration then tab to the "OK" button

Tab to the "Quit" button and press <space> to exit.

Regards,

Mostafa

0 Kudos
trusted1
Contributor
Contributor
Jump to solution

Don't forget to run:

sudo service network restart

I was scratching my head for a while until I figured that one out. The system-config-network utility doesn't restart the network daemon for you apparently...

best regards,

Sean Clark - http://seanclark.us - http://twitter.com/vseanclark

0 Kudos