Uuurrrrrr. Damn. Sorry. Not a good example. It had been another long night

Made sure that I allow 2 PPTP connections, ensured 'multilink' is in options.pppd
Seems that I keep getting LCP timeouts which indicates that the link dies ?
Hmm. Any thoughts would be appreciated.
Best regards,
John
File: options.pptpd Col 0
#------------------------------------------------------------
# DO NOT MODIFY THIS FILE! It is updated automatically by the
# SME Server software. Instead, modify the source template in
# an /etc/e-smith/templates-custom directory. For more
# information, see
http://www.e-smith.org/custom/#
# copyright (C) 2002 Mitel Networks Corporation
#------------------------------------------------------------
auth
# debug is not enabled
domain localnet.com
# Tell ip-up and ip-down who is running them
ipparam pptpd
nodeflate
nobsdcomp
require-mppe-128
nomppe-40
nomppe-stateful # refuse stateful mode, i.e. use stateless
ms-dns 192.168.0.1
ms-wins 192.168.0.1
multilink
name server
netmask 255.255.255.0
proxyarp
refuse-pap
refuse-chap
refuse-mschap
require-mschap-v2 # Need MSCHAP-v2 to initialise encryption key
chapms-strip-domain
Log sample :
Sep 30 12:48:14 server pptpd[10693]: MGR: Launching /usr/sbin/pptpctrl to handle client
Sep 30 12:48:14 server pptpd[10693]: CTRL: local address = 192.168.0.1
Sep 30 12:48:14 server pptpd[10693]: CTRL: remote address = 192.168.0.40
Sep 30 12:48:14 server pptpd[10693]: CTRL: pppd speed = 460800
Sep 30 12:48:14 server pptpd[10693]: CTRL: pppd options file = /etc/ppp/options.pptpd
Sep 30 12:48:14 server pptpd[10693]: CTRL: Client 213.122.x.x control connection started
Sep 30 12:48:14 server pptpd[10693]: CTRL: Received PPTP Control Message (type: 1)
Sep 30 12:48:14 server pptpd[10693]: CTRL: Made a START CTRL CONN RPLY packet
Sep 30 12:48:14 server pptpd[10693]: CTRL: I wrote 156 bytes to the client.
Sep 30 12:48:14 server pptpd[10693]: CTRL: Sent packet to client
Sep 30 12:48:14 server pptpd[10693]: CTRL: Received PPTP Control Message (type: 7)
Sep 30 12:48:14 server pptpd[10693]: CTRL: Set parameters to 1525 maxbps, 64 window size
Sep 30 12:48:14 server pptpd[10693]: CTRL: Made a OUT CALL RPLY packet
Sep 30 12:48:14 server pptpd[10693]: CTRL: Starting call (launching pppd, opening GRE)
Sep 30 12:48:14 server pptpd[10693]: CTRL: pty_fd = 5
Sep 30 12:48:14 server pptpd[10693]: CTRL: tty_fd = 6
Sep 30 12:48:14 server pptpd[10693]: CTRL: I wrote 32 bytes to the client.
Sep 30 12:48:14 server pptpd[10693]: CTRL: Sent packet to client
Sep 30 12:48:14 server pptpd[10694]: CTRL (PPPD Launcher): Connection speed = 460800
Sep 30 12:48:14 server pptpd[10694]: CTRL (PPPD Launcher): local address = 192.168.0.1
Sep 30 12:48:14 server pptpd[10694]: CTRL (PPPD Launcher): remote address = 192.168.0.40
Sep 30 12:48:14 server pppd[10694]: pppd 2.4.2b1 started by root, uid 0
Sep 30 12:48:14 server pppd[10694]: Starting negotiation on /dev/pts/1
Sep 30 12:48:14 server pptpd[10693]: CTRL: Received PPTP Control Message (type: 15)
Sep 30 12:48:14 server pptpd[10693]: CTRL: Got a SET LINK INFO packet with standard ACCMs
Sep 30 12:48:14 server pptpd[10693]: GRE: Discarding duplicate packet
Sep 30 12:48:44 server pppd[10694]: LCP: timeout sending Config-Requests
Sep 30 12:48:44 server pppd[10694]: Connection terminated.
Sep 30 12:48:44 server pppd[10694]: Exit.
Sep 30 12:48:44 server pptpd[10693]: GRE: read(fd=5,buffer=804d940,len=8196) from PTY failed: status = -1 error = Input/output
error
Sep 30 12:48:44 server pptpd[10693]: CTRL: PTY read or GRE write failed (pty,gre)=(5,6)
Sep 30 12:48:44 server pptpd[10693]: CTRL: Client 213.122.105.127 control connection finished
Sep 30 12:48:44 server pptpd[10693]: CTRL: Exiting now
Sep 30 12:48:44 server pptpd[10564]: MGR: Reaped child 10693