PPP in container
To start the pppd daemon in a container / VPS you need PPP enabled for the container. Then it is possible, for example, to connect to your DSL provider in a VPS. ppp modules need to be loaded in the HN : # lsmod | grep ppp # # modprobe ppp_async # modprobe ppp_deflate # lsmod | grep ppp ppp_deflate 39168 0 zlib_deflate 52760 1 ppp_deflate ppp_async 45184 0 ppp_generic 63760 2 ppp_deflate,ppp_async slhc 39680 1 ppp_generic crc_ccitt 35200 1 […]
Read MoreOpenVZ : Creating a CentOS 5.0 Template
Creating a CentOS 5.0 Template 1.Install a system (virtual or physical) with the default CentOS installation that you wish to package. This could be a minimal distro or the default distro or even something custom. 1. It’s generally quicker to bootstrap a CentOS system on another yum/rpm-based, or Debian based system by following the instructions in [1] 2. Once the OS has been installed, you need to tar the contents of the OS. 1. First, create a file called /tmp/exclude […]
Read More