Page 2 of 2

Re: Unidentified IP in VestaCP

Posted: Sat Mar 05, 2016 9:50 pm
by skamasle
You can delete it, first delete from default site, by default vestacp asign it to default site, then you can delete it.

Edit...

I mean delete it from vesta not from server , if you delete from server may can break it.

Re: Unidentified IP in VestaCP

Posted: Thu Mar 10, 2016 9:09 pm
by webdotapp
Hello,

Its still saying - 'Unable to delete Main IP' when i am trying to delete this IP.

Re: Unidentified IP in VestaCP

Posted: Sat Mar 12, 2016 3:08 pm
by hafeezksa
Yes, you are right vesta creating this IP "10.15.0.**" just I test it on DO with fresh vesta installation while this ip is not available with Ifconfig info.

Re: Unidentified IP in VestaCP

Posted: Fri Mar 18, 2016 12:36 am
by webdotapp
@imperio How to get this fixed?

Can someone suggest please?

Re: Unidentified IP in VestaCP

Posted: Fri Mar 18, 2016 3:59 pm
by webdotapp
Can somebody help?

Re: Unidentified IP in VestaCP

Posted: Sat Mar 19, 2016 12:16 am
by skamasle
I dont know if this working 100% , but, you can remove 10.x ip from main site, then to remove it from vestacp you can:

( Make backup of all file in orther location like /root/bk )

- Delete file from /usr/local/vesta/data/ips/10.x
- Delete file from httpd/conf.d/10.x
- Delete file from nginx/conf.d/10.x

Then if you dont want to reread IP you can edit

line 39 on:

Code: Select all

v-update-sys-ip
change:

Code: Select all

ip_list=$(/sbin/ip addr|grep 'inet '|grep global|awk '{print $2}')
to

Code: Select all

ip_list=$(/sbin/ip addr|grep 'inet '|grep global|awk '{print $2} |head -n1')
It may work

Re: Unidentified IP in VestaCP

Posted: Sat Mar 19, 2016 7:40 am
by hafeezksa
webdotapp wrote:The main problem is that, i can't delete this IP.
1-Delete default domain associated to this ip.
2- Edit below file, you will find there your ip 10.*. remove ip line and save this file.

Code: Select all

#nano /etc/sysconfig/network-scripts/ifcfg-eth0

3- Restart server and then you can delete it from vesta.
Just try it,,,

Re: Unidentified IP in VestaCP

Posted: Thu Apr 14, 2016 11:28 am
by skurudo
webdotapp, how's going?

Re: Unidentified IP in VestaCP

Posted: Tue Jun 28, 2016 5:54 pm
by webdotapp
Never got any solution for the same. Can't get this vestacp running on DO server.

Re: Unidentified IP in VestaCP

Posted: Tue Jun 28, 2016 7:38 pm
by skurudo
XoXiLhJ0mn wrote:You just cannot delete the 10.xx.xx.xx Ip from your Vesta server like Skurudo told you. This is part of the eth file as IP2, which is the only file!
I did, not hafeezksa?
viewtopic.php?f=11&t=10165&start=10#p41320