Fedora 14 server minimal install
Behind Cisco 851 NAT router.
Installed POPTOP on the server.
all installed ok
configured pptpd.conf options.pptpd resolv.conf is corect I can ping by dns name to anywhere on the net
Current firewall
I have iptables off
-bash-4.1# iptables -L -v
Chain INPUT (policy ACCEPT 30608 packets, 4663K bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- p3p1 any anywhere anywhere tcp dpt

ptp
0 0 ACCEPT gre -- p3p1 any anywhere anywhere
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- ppp+ p3p1 anywhere anywhere
0 0 ACCEPT all -- p3p1 ppp+ anywhere anywhere
Chain OUTPUT (policy ACCEPT 11263 packets, 1601K bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt

ptp
0 0 ACCEPT gre -- any any anywhere anywhere
in the cisco router I added
ip nat inside source static tcp 192.168.0.9 1723 interface fastethernet4 1723
ip nat inside source static tcp 192.168.0.9 1792 interface fastethernet4 1792
on the cisco I have the firewall turned off also for my testing.
When I try to vpn from my ipad 3 get unable to connect. no error number
From a Windows 7 pc I get error 809
someting to due with firewalls
So if the firewall is turned off on the cisco, iptables is not running on fedora and I disabled the firewall on the windows 7 pc and an Ipad does not have a firewall app
What am I doing wrong.
On the windows 7 computere and my Ipad 3 I am able to VPN to my work site no problem.
I know it is a settings somewhere just cant seem to figure this out.
Thanks in advance
Tom