Cannot change ip address

Moderator: mike

Post Reply
davidy2001
Posts: 39
Joined: Mon Dec 13, 2021 2:26 am

Cannot change ip address

Post by davidy2001 » Thu Dec 01, 2022 7:35 pm

Hello, I installed EVE ver 5.0 in ESXi. I can see it has ip address by command ifconfig. but I want to change ip address to access this EVE ver5.0 with command "sudo ip addr add 10.0.0.10/24 dev pnet0". and i tried this command several times, but the ip address cannot be change.
Then I use rm -f /opt/ovf/.configured su- to reconfigure mgmt interface ip address. but its still original ip. Please see attached picture. Anyone can help to provide some experience? Thank you
You do not have the required permissions to view the files attached to this post.

Uldis (UD)
Posts: 5067
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Cannot change ip address

Post by Uldis (UD) » Sat Dec 03, 2022 3:19 am

correct commands

Code: Select all

rm -f /opt/ovf/.configured

Code: Select all

su- 

Post Reply