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
Tag: VPS
APF installation error on VPS : unable to load iptables module (ip_tables), aborting.
While installing APF on your VPS you get the following error : # apf -r apf(28442): {glob} status log not found, created apf(28463): {glob} flushing & zeroing chain policies apf(28463): {glob} firewall offline apf(28500): {glob} activating firewall apf(28551): {glob} unable to load iptables module (ip_tables), aborting. apf(28500): {glob} firewall initalized apf(28500): {glob} !!DEVELOPMENT MODE ENABLED!!… Continue reading APF installation error on VPS : unable to load iptables module (ip_tables), aborting.