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 #… Continue reading PPP in container
Category: OpenVZ
OpenVZ : 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… Continue reading OpenVZ : Creating a CentOS 5.0 Template