Page 3 of 3

Re: [Solved] Zimbra installation Bug On centos 7

Posted: Thu Sep 13, 2018 8:06 am
by KorJek
It's the old thread, but still..

The solution for Hetzner is to change in the /etc/sysconfig/network-scripts/ifcfg-eth0 GATEWAY together with NETMASK
For example
# device: eth0
DEVICE=eth0
ONBOOT=yes
HWADDR=90:1B:0E:B9:XX:XX
BOOTPROTO=none
IPADDR=XX.XX.0.36
NETMASK=255.255.255.128
GATEWAY=XX.XX.0.1
#SCOPE="peer XX.XX.0.1"
IPV6INIT=no
IPV6ADDR=2a0XXXXXXXXXXX
IPV6_DEFAULTGW=XXXXX
IPV6_DEFAULTDEV=eth0

Re: Zimbra installation Bug On centos 7

Posted: Sun Dec 15, 2019 8:31 am
by jovanmal
syslint wrote:Yes, To solve this issue . Please do it as follows,
Edit the file /etc/sysconfig/network-scripts/ifcfg-eth0 and change the line of peer with GATEWAY. Then restart the network. That will solve the issue.
I have just registered on this forum in order to THANK YOU syslint for a brilliant solution.

My Hetzner server works now with DHCP settings. After setting my IP settings to automatic in Network Manager, i got the IP address in the global scope. I have always assigned same public IP by their DHCP server.

You saved my day.

Cheers :)

Re: Zimbra installation Bug On centos 7

Posted: Wed Mar 03, 2021 5:12 pm
by cgp4588
syslint wrote: For ubuntu add the following in interface file

Code: Select all

up route add -net 136.243.150.128 netmask 255.255.255.192 gw 136.243.150.129 eth0
Hi .. I am installing zimbra 8.8 on Ubuntu 18. My Public IP received through PPPoE as a peer. (i understand peer as an ip heaving subnet /32 )
I am heaving same issue. Can't call method "addr" on an undefined value at /opt/zimbra/libexec/zmsetup.pl line 2228.
I tried your above code with my network details but failed. trying from 2 days.

Help please..