Jump to content

Hi, I have set-up a VPN on my windows server 2012. I have opened up the windows firewall and forwarded 1723 and 47 on my router. I am able to connect to this VPN within the local IP, but If I use the external IP, it hangs on  "Connecting" and I get the 806 VPN error . This used to work on my BT Home hub 3 router, but i've recently upgraded to the bt home hub 5. I am also running apache (WAMP) on the server which may be conflicting with the ports?

But i've checked using netstat and it shows system using port 47.

How do I fix this?

i7 4790k (Hyper 212 Evo); GA-Z87X-UD3H; 16gb G Skill PC3-19200 DDR3 @ 2400MHz; GeForce GTX 1080 ; Corsair CX600M 600W PSU; Samsung 860 EVO 500GB &  3TB HDD; Windows 10 64bit.

Link to comment
https://linustechtips.com/topic/369933-vpn-pptp-error-806/
Share on other sites

Link to post
Share on other sites

PPTP uses TCP port 1723 for tunnel maintenance, however it's not port 47 it's protocol 47 (GRE) for tunneled data. The router has to be capable of passing protocol 47. An easier option with Server 2012 is use SSTP if you can. It builds a VPN over https, so it only needs port 443 forwarded to the server. However your client would have to support it, which will vary because it is a Microsoft protocol. I do know they have linux client at sourceforge.

 

Good Luck!

Link to comment
https://linustechtips.com/topic/369933-vpn-pptp-error-806/#findComment-5012837
Share on other sites

Link to post
Share on other sites

PPTP uses TCP port 1723 for tunnel maintenance, however it's not port 47 it's protocol 47 (GRE) for tunneled data. The router has to be capable of passing protocol 47. An easier option with Server 2012 is use SSTP if you can. It builds a VPN over https, so it only needs port 443 forwarded to the server. However your client would have to support it, which will vary because it is a Microsoft protocol. I do know they have linux client at sourceforge.

 

Good Luck!

 

Well i'm using a Windows 8.1 machine to use the vpn-

i7 4790k (Hyper 212 Evo); GA-Z87X-UD3H; 16gb G Skill PC3-19200 DDR3 @ 2400MHz; GeForce GTX 1080 ; Corsair CX600M 600W PSU; Samsung 860 EVO 500GB &  3TB HDD; Windows 10 64bit.

Link to comment
https://linustechtips.com/topic/369933-vpn-pptp-error-806/#findComment-5014437
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×