Bug 1391538

Summary: pptpd needs nf_conntrack_pptp and ip forwarding to work
Product: [Fedora] Fedora Reporter: Peter Lemenkov <lemenkov>
Component: pptpdAssignee: Jaroslav Škarvada <jskarvad>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: jskarvad
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ptpd-1.4.0-10.fc26 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-04 17:09:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Peter Lemenkov 2016-11-03 13:49:47 UTC
pptpd needs nf_conntrack_pptp loaded and ip forwarding enabled to work.

So I propose to add a following two files:

0. Something like /usr/lib/modprobe.d/pptpd.conf with the following content:

# Load nf_conntrack_pptp.ko at boot
nf_conntrack_pptp

Actually there might be a better place - put it to 
/usr/lib/modules-load.d/ (see man modules-load.d).

1. Something like /usr/lib/sysctl.d/20-pptpd.conf with the following content:

# Enable IP forwarding
net.ipv4.ip_forward = 1

W/o that this package is useless, and it's not simple to find outr what's going on wrong.

Comment 1 Jaroslav Škarvada 2016-11-04 17:09:52 UTC
Thanks, fixed in pptpd-1.4.0-10.fc26.