Author Topic: [SOLVED] Network already configured  (Read 1306 times)

ang3l12

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
[SOLVED] Network already configured
« on: January 21, 2015, 10:55:14 pm »
I have just installed the zentyal packages on a VPS that I have so I can test the Mail features. Due to it being a VPS, the networking has already been configured by my provider, and I do not have the information that I would need to be able to reconfigure it from the Zentyal interface.

Because of this, I am unable to start the required modules for zentyal's domain and mail systems. Is there a way to trick Zentyal into thinking that I do have an IP so that I can use the mail features?

Resolution:
From the beginning
Rebuild VPS with Ubuntu 14.04
Install Zentyal packages

Code: [Select]
cp /etc/network/interfaces /etc/network/interfaces.vps
Code: [Select]
mkdir /etc/ebox
mkdir /etc/ebox/hooks
nano /etc/ebox/hooks/network.postconf

Copy into network.postconf

Code: [Select]
#!/bin/sh

cp /etc/network/interfaces.vps /etc/network/interfaces

exit 0

Configure Zentyal networking module, settings wont matter as they will be overwritten by the new hook you just created above

After applying settings, networking will not work until you reboot the VPS

That's it!
 
« Last Edit: January 22, 2015, 03:19:11 am by ang3l12 »