PPTP set up with ufw/gufw

Asked by Steve Anelay

Is it possible to configure ufw/gufw for pptp vpn connections that use the gre protocol. This isn't possible with firestarter but works ok with guarddog. This what works in the rc.firewall config generated by guarddog:

# Allow 'pptp'
# Control connection
ipchains -A f1to0 -p tcp --sport 1024:5999 --dport 1723:1723 -j ACCEPT
ipchains -A f0to1 -p tcp ! -y --sport 1723:1723 --dport 1024:5999 -j ACCEPT
ipchains -A f1to0 -p 47 -j ACCEPT
ipchains -A f0to1 -p 47 -j ACCEPT

Question information

Language:
English Edit question
Status:
Expired
For:
Gufw Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
costales (costales) said :
#1

Hi!
I don't know for this specific question.
Try to do the question to ufw package. How translate this text to a rule for ufw.

Sorry.

Revision history for this message
Steve Anelay (steve-anelay) said :
#2

Ok, I've asked the question from the ufw package team. Will update here when I get an answer.

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.