PPTP questions

I have a MT x86 running as a PPTP concentrator with about 35 connections using 2.9.51. All remote sites are MT. I have one remote that will not connect. It just says dialing… link established. Over and over.
I have checked the settings and passwords.

I am wondering if this one being behind a linksys router is the problem.

/log print

on Concentrator
16:31:49 pptp,info TCP connection established from 24.xxx.xxx.165
16:31:49 pptp,ppp,info : waiting for call…
16:31:55 pptp,ppp,info : terminating…
16:31:55 pptp,ppp,info : disconnected
16:32:05 pptp,info TCP connection established from 24.xxx.xxx.165
16:32:05 pptp,ppp,info : waiting for call…
16:32:11 pptp,ppp,info : terminating…
16:32:11 pptp,ppp,info : disconnected

Repeats, just like bad password

Remote
16:47:57 pptp,ppp,info pptp-out1: initializing…
16:47:57 pptp,ppp,info pptp-out1: dialing…
16:48:02 wireless,info 00:1F:E2:A3:E7:4D@wlan1: connected
16:48:03 pptp,ppp,info pptp-out1: terminating… - disconnected
16:48:03 pptp,ppp,info pptp-out1: disconnected
16:48:13 pptp,ppp,info pptp-out1: initializing…
16:48:13 pptp,ppp,info pptp-out1: dialing…
16:48:19 pptp,ppp,info pptp-out1: terminating… - disconnected
16:48:20 pptp,ppp,info pptp-out1: disconnected
16:48:30 pptp,ppp,info pptp-out1: initializing…
16:48:30 pptp,ppp,info pptp-out1: dialing…
16:48:35 pptp,ppp,info pptp-out1: terminating… - disconnected
16:48:35 pptp,ppp,info pptp-out1: disconnected

Now that we got that out of the way. Any useful suggestions?

check that your Linksys passes GRE protocol

That must be it! After looking up “linksys gre protocol 47” I see that others have had success forwarding port 1723 even though the linksys does not support gre pass through. I will attempt and report.

forwarding port 1723 fixed the problem

glad to hear that =)

pptp always uses GRE (proto 47) and tcp/1723. you need both.

GRE passthru is necessary when you have more than 1 tunnel client behind the same router, because it’s harder to differentiate one GRE destination from another (no port numbers to pair things with).

Ok, well there is only one in this case. Thanks for the help.