12-05-2015, 11:04 PM
The root cause was that 2 required netfilter kernel modules are not loaded during boot.
nf_conntrack_pptp nf_conntrack_proto_gre
Solution: load the nf_conntrack_pptp module, the latter is its dependency and will be loaded automatically.
sudo modprobe nf_conntrack_pptp
However I have to do this each time I re-boot.
Can I edit something to make this change permanant?
nf_conntrack_pptp nf_conntrack_proto_gre
Solution: load the nf_conntrack_pptp module, the latter is its dependency and will be loaded automatically.
sudo modprobe nf_conntrack_pptp
However I have to do this each time I re-boot.
Can I edit something to make this change permanant?