- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-29-2018 01:27 AM
Hi All,
I cant give the ip to my tool . i tried by sudo nmtui / sudo ifconfig but nothing works....I have set all adapters..
dont know where to go next...pls suggest if anybody has gone through similar situation
05-29-2018 03:20 AM
Hi, Expedition its a Ubuntu 16.04 not a centos, there is no nmtui.
From the CLI try to use:
sudo ifconfig -a
Check for an interface other than the loopback, it could be named as ens33. Use that interface to configure the static ip address or the DHCP.
by default the system has been configured to use the interface named ens33, if in your case VMWare decided to change the type of the network interface by another one the name will change and the predefined configuartion will not be useful and will need to be adjusted to the new interface
Some useful links on how to configure interfaces on Ubuntu
http://geek-university.com/linux/configure-dhcp-client-on-ubuntu/
05-30-2018 06:42 AM
thanks a lot for the detailed information....
Actually I was doing silly mistake which was with adapters only...
Thanks anyways
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!