04-14-2023, 10:12 PM
Why you cant use web interface ?
Anyway, if you are able to connect your server by ssh,
Do these:
login by ssh:
login to your mysql, in console, type mysql -p
use ehcp
update misc set value='yournewip' where name='dnsip';
insert into operations (op)values('syncdns');
quit mysql client
/etc/init.d/ehcp restart
/etc/init.d/apache2 restart
this should fix ehcp, your webserver and so on..
> Hello,
>
> I have a problem,my ISP change my IP, how can i change the ehcp ip whiout
> reinstaling ehcp ?i can't use the web interface to do this.
>
> thankyou
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
Anyway, if you are able to connect your server by ssh,
Do these:
login by ssh:
login to your mysql, in console, type mysql -p
use ehcp
update misc set value='yournewip' where name='dnsip';
insert into operations (op)values('syncdns');
quit mysql client
/etc/init.d/ehcp restart
/etc/init.d/apache2 restart
this should fix ehcp, your webserver and so on..
> Hello,
>
> I have a problem,my ISP change my IP, how can i change the ehcp ip whiout
> reinstaling ehcp ?i can't use the web interface to do this.
>
> thankyou
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.