public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: "Pongrácz István" <pongracz.istvan@gmail.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] ClearOS network support in LXC  in PVE  6.2-6
Date: Mon, 23 Nov 2020 13:46:39 +0100	[thread overview]
Message-ID: <4b0b852efcb9c87d9e44d89c844c3c607953547c.camel@gmail.com> (raw)

Hi,
It seems I successfully migrated ClearOS 7.8 from KVM to LXC, with some
necessary modification in the CentOS.pm to get network working.
In short: ClearOS is a great SOHO server, based on CentOS, postfix,
cyrus, ldap, whatever.
There are some documents, how to migrate clearos into lxc, thanks for
their documentation and hints.
To get ClearOS to work and to be able to manage the network in LXC, I
had to modify the CentOS.pm, like this:
/usr/share/perl5/PVE/LXC/Setup# diff -u CentOS.pm-backup-original
CentOS.pm --- CentOS.pm-backup-original   2020-11-21 19:24:33.819829689
+0000+++ CentOS.pm   2020-11-21 19:37:42.403784623 +0000@@ -185,7
+185,7 @@        my $routes = '';        my $routes6 = ''; -       my
$header = "DEVICE=$d->{name}\nONBOOT=yes\n";+       my $header =
"DEVICE=$d-
>{name}\nONBOOT=yes\nTYPE=Ethernet\nUSERCTL=no\nDEFROUTE=yes\nPEERDNS=y
es\nPEERROUTES=yes\n";        my $data = '';        my $bootproto =
''; @@ -193,7 +193,7 @@            if ($d->{ip} eq 'dhcp')
{                $bootproto = 'dhcp';            } else
{-               $bootproto = 'none';+               $bootproto =
'static';                my $ipinfo = PVE::LXC::parse_ipv4_cidr($d-
>{ip});                $data .= "IPADDR=$ipinfo-
>{address}\n";                $data .= "NETMASK=$ipinfo->{netmask}\n";

My question: is that possible to include these modifications into the
mainstream CentOS.pm?Or I have to do this hack every time and every
servers I want to use to run ClearOS?
Thank you!
Background info: * lxc container should be a privileged one, otherwise
samba will not work
 * fstab should be an empty file, otherwise flexshare will not able to
enable new shares
 * several hardware related services should turn off (for example
irqbalance)

ClearOS kvm -> lxc documents:
 * https://forum.proxmox.com/threads/guide-clearos-lxc-container.39376/
 * https://nonasuomy.github.io/LXC-ClearOS-Conversion/

Thank you!István




                 reply	other threads:[~2020-11-23 12:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4b0b852efcb9c87d9e44d89c844c3c607953547c.camel@gmail.com \
    --to=pongracz.istvan@gmail.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal