Hi,
Like one of the other forum entries, I also have trouble with VPN/PPTP.
I connect and get the "connecting" and "verifying username and password" dialogues.
Then, on the "registering your computer on the network" dialogue, I get;
"Error 734: The PPP link control protocol was terminated" followed by a disconnect.
I followed the advice in other forum entries but still can't get it to work.
My installation is a completetly fresh one using the 7.1 iso which I then performed 
the very long update within the server manager panel to let it update to 7.1.3.
When it failed I modified the grub.conf file to boot a previous kernel but the problem 
still exists.
I have included all of the files that I think are relevant
If someone would kindly check these files and point me in the right direction I would be
very grateful as I need to get the VPN running by Monday.
Many thanks,
AlexT.
---------------------------------------------------------------------------------------
My message log is as follows:
 
  Jun 16 15:56:05 atl-gateway pptpd[9714]: CTRL: Client 212.59.181.105 control connection started
  Jun 16 15:56:05 atl-gateway pptpd[9714]: CTRL: Starting call (launching pppd, opening GRE)
  Jun 16 15:56:05 atl-gateway pppd[9715]: Plugin radius.so loaded.
  Jun 16 15:56:05 atl-gateway pppd[9715]: RADIUS plugin initialized.
  Jun 16 15:56:06 atl-gateway kernel: CSLIP: code copyright 1989 Regents of the University of California
  Jun 16 15:56:06 atl-gateway kernel: PPP generic driver version 2.4.2
  Jun 16 15:56:06 atl-gateway pppd[9715]: pppd 2.4.4 started by root, uid 0
  Jun 16 15:56:06 atl-gateway kernel: divert: not allocating divert_blk for non-ethernet device ppp0
  Jun 16 15:56:06 atl-gateway pppd[9715]: Using interface ppp0
  Jun 16 15:56:06 atl-gateway pppd[9715]: Connect: ppp0 <--> /dev/pts/0
  Jun 16 15:56:06 atl-gateway pptpd[9714]: CTRL: Ignored a SET LINK INFO packet with real ACCMs!
  Jun 16 15:56:08 atl-gateway pppd[9715]: MPPE required, but kernel has no support.
  Jun 16 15:56:08 atl-gateway pppd[9715]: Connection terminated.
  Jun 16 15:56:08 atl-gateway pppd[9715]: Connect time 0.1 minutes.
  Jun 16 15:56:08 atl-gateway pppd[9715]: Sent 0 bytes, received 0 bytes.
  Jun 16 15:56:08 atl-gateway kernel: divert: no divert_blk to free, ppp0 not ethernet
  Jun 16 15:56:08 atl-gateway pptpd[9714]: CTRL: Reaping child PPP[9715]
  Jun 16 15:56:08 atl-gateway pppd[9715]: Exit.
  Jun 16 15:56:08 atl-gateway pptpd[9714]: CTRL: Client 212.59.181.105 control connection finished
  Jun 16 21:58:52 atl-gateway login(pam_unix)[13907]: session opened for user root by LOGIN(uid=0)
  Jun 16 21:58:52 atl-gateway  -- root[13907]: ROOT LOGIN ON tty1
---------------------------------------------------------------------------------------
grub.conf file  (original)
  # grub.conf generated by anaconda
  #
  # Note that you do not have to rerun grub after making changes to this file
  # NOTICE:  You have a /boot partition.  This means that
  #          all kernel and initrd paths are relative to /boot/, eg.
  #          root (hd0,0)
  #          kernel /vmlinuz-version ro root=/dev/main/root
  #          initrd /initrd-version.img
  #boot=/dev/sda
  default=1
  timeout=5
  splashimage=(hd0,0)/grub/splash.xpm.gz
  hiddenmenu
  title CentOS (2.6.9-55.EL)
   root (hd0,0)
   kernel /vmlinuz-2.6.9-55.EL ro root=/dev/main/root
   initrd /initrd-2.6.9-55.EL.img
  title CentOS (2.6.9-55.ELsmp)
   root (hd0,0)
   kernel /vmlinuz-2.6.9-55.ELsmp ro root=/dev/main/root
   initrd /initrd-2.6.9-55.ELsmp.img
  title CentOS (2.6.9-42.0.10.EL)
   root (hd0,0)
   kernel /vmlinuz-2.6.9-42.0.10.EL ro root=/dev/main/root
   initrd /initrd-2.6.9-42.0.10.EL.img
  title SME Server (2.6.9-42.0.3.ELsmp)
   root (hd0,0)
   kernel /vmlinuz-2.6.9-42.0.3.ELsmp ro root=/dev/main/root
   initrd /initrd-2.6.9-42.0.3.ELsmp.img
  title SME Server-up (2.6.9-42.0.3.EL)
   root (hd0,0)
   kernel /vmlinuz-2.6.9-42.0.3.EL ro root=/dev/main/root
   initrd /initrd-2.6.9-42.0.3.EL.img
uname -r (original)
  2.6.9-55.ELsmp
rpm -qa ¦grep ppp (after changing grub default to 3)
  rp-pppoe-3.5-22
  ppp-2.4.4-1.3.el4.sme
  kmod-ppp-smp-1.0.2-1.2.6.9_42.0.10.EL
  kmod-ppp-1.0.2-1.2.6.9_42.0.10.EL
---------------------------------------------------------------------------------------
grub.conf file  (after changing grub default to 3)
  # grub.conf generated by anaconda
  #
  # Note that you do not have to rerun grub after making changes to this file
  # NOTICE:  You have a /boot partition.  This means that
  #          all kernel and initrd paths are relative to /boot/, eg.
  #          root (hd0,0)
  #          kernel /vmlinuz-version ro root=/dev/main/root
  #          initrd /initrd-version.img
  #boot=/dev/sda
  default=3
  timeout=5
  splashimage=(hd0,0)/grub/splash.xpm.gz
  hiddenmenu
  title CentOS (2.6.9-55.EL)
   root (hd0,0)
   kernel /vmlinuz-2.6.9-55.EL ro root=/dev/main/root
   initrd /initrd-2.6.9-55.EL.img
  title CentOS (2.6.9-55.ELsmp)
   root (hd0,0)
   kernel /vmlinuz-2.6.9-55.ELsmp ro root=/dev/main/root
   initrd /initrd-2.6.9-55.ELsmp.img
  title CentOS (2.6.9-42.0.10.EL)
   root (hd0,0)
   kernel /vmlinuz-2.6.9-42.0.10.EL ro root=/dev/main/root
   initrd /initrd-2.6.9-42.0.10.EL.img
  title SME Server (2.6.9-42.0.3.ELsmp)
   root (hd0,0)
   kernel /vmlinuz-2.6.9-42.0.3.ELsmp ro root=/dev/main/root
   initrd /initrd-2.6.9-42.0.3.ELsmp.img
  title SME Server-up (2.6.9-42.0.3.EL)
   root (hd0,0)
   kernel /vmlinuz-2.6.9-42.0.3.EL ro root=/dev/main/root
   initrd /initrd-2.6.9-42.0.3.EL.img
uname -r (after changing grub default to 3)
  2.6.9-42.0.3.ELsmp
rpm -qa ¦grep ppp (after changing grub default to 3)
  rp-pppoe-3.5-22
  ppp-2.4.4-1.3.el4.sme
  kmod-ppp-smp-1.0.2-1.2.6.9_42.0.10.EL
  kmod-ppp-1.0.2-1.2.6.9_42.0.10.EL
---------------------------------------------------------------------------------------