repeat service-disc...
 
Notifications
Clear all

repeat service-discover setup-wizard - change binding address

2 Posts
2 Users
0 Likes
368 Views
(@polcritolinux)
Joined: 3 years ago
Posts: 5
Topic starter  

Greetings.

Change the IP of my carbonio ce 23.10
but some services do not start, they have errors
already change ip, hosts, dns, etc.
On installation, when you run this command

here the carbonio IP is requested
How can I change the IP manually?

Sincerely

service-discover setup-wizard

 


   
Quote
(@sharif)
Admin
Joined: 2 years ago
Posts: 410
 

@polcritolinux

Hi,

Sorry to hear about your trouble.

As you are trying to change the IP address of your carbonio CE server please do following steps and let us know the result:

1. Change the IP address of your VM/server

root@mail:~# cat /etc/netplan/01-netcfg.yaml

 

2. Modify the /etc/hosts file

root@mail:~# cat /etc/hosts

 

3. Modify the  MTA trusted networks with the new IP

zextras@mail:~$ carbonio prov ms mail.sampleserver.xyz zimbraMtaMyNetworks '127.0.0.0/8 185.213.27.93/32'
zextras@mail:~$ postfix reload

 

4. Change the previously bound cluster IP:

root@mail:~# cat /etc/zextras/service-discover/config.json
{
"bind_addr": "185.213.27.93"
}root@mail:~#

*** Edit this file and change the IP with your new IP.

 

5. Reboot and restart services and let us know the outcome.

 

Thanks and regards,

Sharif

 


   
ReplyQuote