# Port 1723 is used by pptp. For secure operations limit the
# source IP via -s x.x.x.x as well!
iptables -A INPUT -p tcp –dport 1723 -j ACCEPT
# PPTP used not tcp or udp, but gre (protocol number 47).
# Let it in as well.
iptables -A INPUT -p 47 -j ACCEPT

Samicim bunları kurduğun vps üzerinde uygularsan sorun çözülecektir.Konun Daghan ile bir alakası bulunmamaktadır.

Sevgiler.