[Solved] Zimbra installation Bug On centos 7

Ask questions about your setup or get help installing ZCS server (ZD section below).
User avatar
syslint
Posts: 36
Joined: Wed Feb 24, 2016 7:59 am
Contact:

Re: Zimbra installation Bug On centos 7

Post by syslint »

Sometimes , you may need to add the route-eth0 file too to add the route

Code: Select all

136.243.150.129 dev eth0
default via 136.243.150.129 eth0
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
24x7 PROACTIVE ZIMBRA SERVER MANAGEMENT | Sales : sales @ syslint.com | Skype us : SyslintSkype | Call us : (+91) 471-60 - 7799 | visit : https://syslint.com
SAWSAN
Posts: 4
Joined: Thu Sep 29, 2016 12:45 pm

Re: Zimbra installation Bug On centos 7

Post by SAWSAN »

hi ,
so could you tell me your content in your file /etc/sysconfig/network-scripts/ifcfg-eth0 because i still can't change from peer to gateway
User avatar
syslint
Posts: 36
Joined: Wed Feb 24, 2016 7:59 am
Contact:

Re: Zimbra installation Bug On centos 7

Post by syslint »

Please see the complete code below, edit it properly

Code: Select all

#cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
HWADDR=90:1B:0E:8B:10:65
IPADDR=136.243.150.152
NETMASK=255.255.255.192
GATEWAY=136.243.150.129
#SCOPE="peer 136.243.150.129"
IPV6INIT=yes
IPV6ADDR=2a01:4f8:171:18e3::2/64
IPV6_DEFAULTGW=fe80::1
IPV6_DEFAULTDEV=eth0


# cat /etc/sysconfig/network-scripts/route-eth0
ADDRESS0=0.0.0.0
NETMASK0=0.0.0.0
GATEWAY0=136.243.150.129
24x7 PROACTIVE ZIMBRA SERVER MANAGEMENT | Sales : sales @ syslint.com | Skype us : SyslintSkype | Call us : (+91) 471-60 - 7799 | visit : https://syslint.com
SAWSAN
Posts: 4
Joined: Thu Sep 29, 2016 12:45 pm

Re: [Solved] Zimbra installation Bug On centos 7

Post by SAWSAN »

you're awesome!
it worked like a charm..
is there's any manual you followed to gain this information?

and really thanks , you saved my day :)
User avatar
syslint
Posts: 36
Joined: Wed Feb 24, 2016 7:59 am
Contact:

Re: [Solved] Zimbra installation Bug On centos 7

Post by syslint »

Hi Swan,

No manual. it is basic linux networking , I am working with linux before it had GUI lol :-D
24x7 PROACTIVE ZIMBRA SERVER MANAGEMENT | Sales : sales @ syslint.com | Skype us : SyslintSkype | Call us : (+91) 471-60 - 7799 | visit : https://syslint.com
dloghis
Posts: 2
Joined: Mon Nov 07, 2016 2:11 pm

Re: [Solved] Zimbra installation Bug On centos 7

Post by dloghis »

Hello Guys,
I have also a server in Hetzner but when i comment out the "peer" and placing the "GATEWAY" the server is not reachable!
Do you have something in mind?
User avatar
syslint
Posts: 36
Joined: Wed Feb 24, 2016 7:59 am
Contact:

Re: [Solved] Zimbra installation Bug On centos 7

Post by syslint »

reboot in hetzner rescue and reconfigure the network configuration script .
dloghis
Posts: 2
Joined: Mon Nov 07, 2016 2:11 pm

Re: [Solved] Zimbra installation Bug On centos 7

Post by dloghis »

Thank you for your answer,
I mean if someone has any idea how to resolve the problem with zimbra and routing in Hetzner because this solution is not working for my server,
Here is my settings that server ending not reachable :

/ifcfg-eth0:
# device: eth0
DEVICE=eth0
ONBOOT=yes
HWADDR=90:1B:0E:B9:XX:XX
BOOTPROTO=none
IPADDR=XX.XX.0.36
NETMASK=255.255.255.255
GATEWAY=XX.XX.0.1
#SCOPE="peer XX.XX.0.1"
IPV6INIT=no
IPV6ADDR=2a0XXXXXXXXXXX
IPV6_DEFAULTGW=XXXXX
IPV6_DEFAULTDEV=eth0


/route-eth0:
### Hetzner Online GmbH - installimage
# routing for eth0
ADDRESS0=0.0.0.0
NETMASK0=0.0.0.0
GATEWAY0=XX.XX.0.1
XX.XX.0.1 dev eth0
default via XX.XX.0.1 eth0
km168
Posts: 1
Joined: Sat Nov 26, 2016 9:18 am

Re: [Solved] Zimbra installation Bug On centos 7

Post by km168 »

Same problem here - any advice is greatly appreciated!
AR84
Posts: 23
Joined: Mon Nov 06, 2017 5:12 am

Re: [Solved] Zimbra installation Bug On centos 7

Post by AR84 »

I am having the same problem, how did you guys solve it???

I followed each step that syslint mentioned, I am also using Hetzner. It is the same issue during installation, no matter if using CentOS 6 or 7...

As soon as i comment out the SCOPE then the server is not reachable anymore after a restart...

Any ideas?
Post Reply