Unidentified IP in VestaCP
Re: Unidentified IP in VestaCP
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.
Edit...
I mean delete it from vesta not from server , if you delete from server may can break it.
Re: Unidentified IP in VestaCP
Hello,
Its still saying - 'Unable to delete Main IP' when i am trying to delete this IP.
Its still saying - 'Unable to delete Main IP' when i am trying to delete this IP.
Re: Unidentified IP in VestaCP
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
@imperio How to get this fixed?
Can someone suggest please?
Can someone suggest please?
Re: Unidentified IP in VestaCP
Can somebody help?
Re: Unidentified IP in VestaCP
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:
change:
to
It may work
( 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
Code: Select all
ip_list=$(/sbin/ip addr|grep 'inet '|grep global|awk '{print $2}')
Code: Select all
ip_list=$(/sbin/ip addr|grep 'inet '|grep global|awk '{print $2} |head -n1')
Re: Unidentified IP in VestaCP
1-Delete default domain associated to this ip.webdotapp wrote:The main problem is that, i can't delete 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
webdotapp, how's going?
Re: Unidentified IP in VestaCP
Never got any solution for the same. Can't get this vestacp running on DO server.
Re: Unidentified IP in VestaCP
I did, not hafeezksa?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!
viewtopic.php?f=11&t=10165&start=10#p41320