I have create a Pptp vpn server on my vps at hetzner. with mpd5
Android Phone is connecting with Mobile Data On
Android Phone thru my wifi at home Error 619
Laptop windows 7 from wifi Error 619
Laptop windows server 2008 r2 from wifi Error 619
Desktop pc ( behind freebsd gateway ) error 619
i try from a server in hetzner and i connected fine to my vpn server.
here is my /etc/ppp/mpd.conf
UPDATE: I change router and everything works so the proble is the asus vg router
Any one to help me?
Android Phone is connecting with Mobile Data On
Android Phone thru my wifi at home Error 619
Laptop windows 7 from wifi Error 619
Laptop windows server 2008 r2 from wifi Error 619
Desktop pc ( behind freebsd gateway ) error 619
i try from a server in hetzner and i connected fine to my vpn server.
here is my /etc/ppp/mpd.conf
UPDATE: I change router and everything works so the proble is the asus vg router
Code:
PPTP_SERVER:
set ippool add pool1 10.0.1.100 10.0.1.200
create bundle template B
set iface enable proxy-arp
set iface route default
set iface enable netflow-in
set iface enable netflow-out
set iface enable ipacct
set ipcp nbns 10.0.1.20
set iface idle 1800
set iface enable tcpmssfix
set ipcp yes vjcomp
set ipcp ranges 10.0.1.1/32 ippool pool1
set ipcp dns 8.8.8.8
set ipcp dns 8.8.4.4
set iface enable nat
set bundle enable compression
set ccp yes mppc
set mppc yes e40
set mppc yes e128
set mppc yes stateless
create link template L pptp
set link action bundle B
set link enable multilink
set link yes acfcomp protocomp
set link enable multilink
set link enable acfcomp protocomp
set link accept acfcomp protocomp
set link yes acfcomp protocomp
set link no pap eap
set link enable chap
set link accept chap
set link enable chap-msv2
set link accept chap-msv2
set auth authname mel
set link enable no-orig-auth
set pptp self 0.0.0.0
set link type pptp
set link keep-alive 0 0
set pptp disable dataseq
set link mtu 1460
set link enable incoming
Any one to help me?