So the pptp session is not dropped but is just unusable for some time though you stay connected and it starts working again by itself? Maybe some synchronizing sarts to happen once the client is connected that loads the connection 100%? From the shellmenu or via ssh watch pftop to see what the client is doing once it is connected.
Correct, the connection is not dropped, but the layer is (just found some logs). Let me paste a log snippet below to see if this helps:
<code>
Apr 3 10:03:50 routethis mpd: [pt0] LCP: no reply to 1 echo request(s)
Apr 3 10:04:00 routethis mpd: [pt0] LCP: no reply to 2 echo request(s)
Apr 3 10:04:10 routethis mpd: [pt0] LCP: no reply to 3 echo request(s)
Apr 3 10:04:20 routethis mpd: [pt0] LCP: no reply to 4 echo request(s)
Apr 3 10:04:30 routethis mpd: [pt0] LCP: no reply to 5 echo request(s)
Apr 3 10:04:30 routethis mpd: [pt0] LCP: peer not responding to echo requests
Apr 3 10:04:30 routethis mpd: [pt0] LCP: LayerFinish
Apr 3 10:04:30 routethis mpd: [pt0] LCP: LayerStart
Apr 3 10:04:30 routethis mpd: [pt0] LCP: state change Opened --> Starting
Apr 3 10:04:30 routethis mpd: [pt0] LCP: phase shift NETWORK --> DEAD
Apr 3 10:04:30 routethis mpd: [pt0] setting interface ng1 MTU to 1500 bytes
Apr 3 10:04:30 routethis mpd: [pt0] up: 0 links, total bandwidth 9600 bps
Apr 3 10:04:30 routethis mpd: [pt0] IPCP: Down event
Apr 3 10:04:30 routethis mpd: [pt0] IPCP: state change Opened --> Starting
Apr 3 10:04:30 routethis mpd: [pt0] IPCP: LayerDown
Apr 3 10:04:30 routethis mpd: [pt0] IFACE: Down event
Apr 3 10:04:30 routethis mpd: [pt0] exec: /usr/local/sbin/vpn-linkdown ng1 inet wprater
</code>