SME Server 9.2 Addendum

From SME Server
Revision as of 17:43, 5 May 2017 by RequestedDeletion (talk | contribs) (e-smith-base update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
No external network access when using bonding

If you are using bonding of two network interfaces (e.g. server-only with two indentical network adapters) the default route to the gateway is not created. to check if you have any bonding on your server:

# ifconfig |grep bond

If it returns something then you have bonding. This is fixed in e-smith-base-5.6.0-31.el6.sme.noarch.rpm available in smeupdates since May the 4th, 2017.You can use 'yum update' to upgrade to the latest version of e-smith-base.

If you upgraded from SME Server 9.1 to 9.2.0 and do not have network connection, you should perform the following:

route add default gateway `db configuration get GatewayIP`
yum update e-smith-base 
signal-event post-upgrade; signal-event reboot

Replace `db configuration get GatewayIP` by your gateway IP if you know it, but this command should give the value you previously configured).