FireWall block pptp traffic

Kotische

New Member
Dec 24, 2015
1
0
1
49
Enabling firewall creates a lot of iptables rules. As a result, the default settings block pptp traffic.
How to disable unnecessary rules that proxmox creates a default?
 
I have the same problem. Even if no rule is added, and everything set to ACCEPT. Enabling firewall still blocks pptp and gre traffic.
 
I have the same problem. Even if no rule is added, and everything set to ACCEPT. Enabling firewall still blocks pptp and gre traffic.

Is there NAT involved? If so then it's more likely that you are missing the necessary PPTP/GRE-NATing modules.

modprobe ip_nat_pptp
modprobe ip_conntrack_pptp
modprobe ip_gre
 
hmm i tried with proxmox 4 last year, but i got an module error on startup.
i only have to fill in this 3 words?
modprobe ip_nat_pptp
modprobe ip_conntrack_pptp
modprobe ip_gre

i will try it again with proxmox 5 :) tnx!