`
agile_boy
  • 浏览: 556248 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

debian上使用pptp-linux连接pptp服务器

阅读更多
   在window下可以很轻松的使用vpn拨号连接,那是因为window xp等已经内置了pptp协议而且内置了客户端,可在linux下,却是没有那么轻松,因为linux下的pptp客户端:pptp-linux有些限制和要求的,以下就我一整天折腾的过程或者算是些许经验在此分享。
  • 首先要去pptp-linux的官方网站去溜达一下,以好补充一下基本知识,这点需要注意的是pptp 客户端要求内核至少应该是2.6.15(我的是2.6.18),这点我觉得大部分的系统应该满足了 :) ,而且官方文档就linux的各个分支都有详细的文档,我用的是debian,当然是Debian的文档了。
  • 接下来就是下载客户端软件了,debian的可以下载其deb版本,不过我觉得好像有点问题,至少在我的系统上好像是有点问题,因此我直接CVS从官方check out了,其编译也很简单:make 一下,一般也就直接生成了pptp执行程序。
  • pptp客户端安装好以后,接下来就是繁琐的配置了,不过你可以用pptpconfig或者web-admin等图形化来处理,看个人的喜好了,就我而言,比较喜欢搞清楚内部是怎么回事,因此是手工了。最后是一些相关配置,根据实际情况可以自行修改。
  • 启动:sudo pon test
  • 停止:sudo poff
   某些情况克嫩还要自己手动修改路由,可以用route add/del 命令,详细请参考man。
   有点要注意:pptp需要iproute的package,debian用户可以google或者apt-get iproute自行安装。       
/etc/ppp/chap-secrets
 
  1. sudo cat chap-secrets   
  2. # Secrets for authentication using CHAP  
  3. # client        server  secret                  IP addresses  
  4.  
  5. username PPTP password *  
/etc/ppp/options.pptp
 
  1.  cat options.pptp   
  2. ###############################################################################  
  3. # $Id: options.pptp,v 1.1 2005/02/18 01:40:23 quozl Exp $  
  4. #  
  5. # Sample PPTP PPP options file /etc/ppp/options.pptp  
  6. # Options used by PPP when a connection is made by a PPTP client.  
  7. # This file can be referred to by an /etc/ppp/peers file for the tunnel.  
  8. # Changes are effective on the next connection.  See "man pppd".  
  9. #  
  10. # You are expected to change this file to suit your system.  As  
  11. # packaged, it requires PPP 2.4.2 or later from http://ppp.samba.org/  
  12. # and the kernel MPPE module available from the CVS repository also on  
  13. # http://ppp.samba.org/, which is packaged for DKMS as kernel_ppp_mppe.  
  14. ###############################################################################  
  15.   
  16. # Lock the port  
  17. lock  
  18.   
  19. # Authentication  
  20. # We don't need the tunnel server to authenticate itself  
  21. noauth  
  22.   
  23. # We won't do EAP, CHAP, or MSCHAP, but we will accept MSCHAP-V2  
  24. #refuse-eap  
  25. #refuse-chap  
  26. #refuse-mschap  
  27.   
  28. # Compression  
  29. # Turn off compression protocols we know won't be used  
  30. nobsdcomp  
  31. nodeflate  
  32.   
  33. # Encryption  
  34. # (There have been multiple versions of PPP with encryption support,  
  35. # choose with of the following sections you will use.  Note that MPPE  
  36. # requires the use of MSCHAP-V2 during authentication)  
  37.   
  38. # http://ppp.samba.org/ the PPP project version of PPP by Paul Mackarras  
  39. # ppp-2.4.2 or later with MPPE only, kernel module ppp_mppe.o  
  40. # {{{  
  41. # Require MPPE 128-bit encryption  
  42. require-mppe-128  
  43. # }}}  
  44.   
  45. # http://polbox.com/h/hs001/ fork from PPP project by Jan Dubiec  
  46. # ppp-2.4.2 or later with MPPE and MPPC, kernel module ppp_mppe_mppc.o  
  47. # {{{  
  48. # Require MPPE 128-bit encryption  
  49. #mppe required,stateless  
  50. # }}}  
/etc/ppp/peers/test
 
  1. cat test  
  2. pty "/home/agile/oss/pptp-linux/pptp hostname --nolaunchpppd"  
  3. name username  
  4. remotename PPTP  
  5. require-mppe-128  
  6. defaultroute  
  7. file /etc/ppp/options.pptp  
  8. ipparam test 
分享到:
评论

相关推荐

    Linux 长城宽带联网问题

    不过,Linux用户无需担心,通过一些替代方法,我们完全可以在Linux上成功连接长城宽带。下面将详细介绍如何在Linux环境下解决这个问题。 首先,我们需要了解长城宽带的联网原理。它通常使用PPP(点对点协议)或PPTP...

    2021年IDC运维工程师面试题及其答案.docx

    - Linux的主要发行版有Red Hat、CentOS、Debian、Ubuntu等。 - 常见的网页动态语言有JavaScript、ASP.NET、Java、PHP、Python和Perl。 9. **云防护**: - 启动云防护,流量会经过防御节点过滤,提供额外的安全...

    IDC运维工程师面试题及其答案 .pdf

    - 主要的Linux发行版包括Red Hat、CentOS、Debian、Ubuntu以及中标麒麟Kylin。 10. **网页动态语言**: - 常见的动态语言有JavaScript、ASP、.NET、JAVA、PHP、Python和Perl。 11. **云防护**: - 开启云防护,...

    IDC运维工程师面试题及其答案.docx

    - Windows系统通常使用内置的远程桌面连接工具进行远程访问。 - Linux系统中,SSH(Secure Shell)是最常见的远程登录方式,常用的客户端软件有PUTTY和securecrt。 2. **网络服务监听端口**: - MySQL数据库监听...

    AT91RM9200开发笔记(10):PPPD-2.4.3交叉编译

    由于AT91RM9200的硬件架构与我们通常使用的开发环境(如Linux或Windows桌面系统)不同,我们需要在主机系统上使用特定的交叉编译工具链来构建适用于目标设备的PPPD软件。 在开始交叉编译之前,确保你已经安装了以下...

    ubuntu使用dr.com上网

    综上所述,要在Ubuntu 13.04中使用dr.com服务上网,用户需要了解并掌握Linux的基本命令行操作,理解网络连接原理,以及如何处理可能出现的网络配置和安全问题。同时,利用社区资源和持续关注软件更新也是成功连接的...

    IDC运维工程师面试题及其答案.doc.pdf

    1. **远程登陆方式**:Windows系统使用的是远程桌面连接,Linux系统使用SSH(Secure Shell)进行远程登录,常见的SSH客户端软件有PUTTY和SecureCRT。 2. **数据库监听端口**:MySQL监听在3306端口,SQL Server监听...

    IDC运维工程师面试题及其答案 (2).pdf

    5. **网络诊断命令**:ping用于测试网络连通性,tracert或traceroute用于跟踪网络路由,ipconfig /all在Windows上查看MAC地址,而在Linux上使用ipaddr show或ifconfig -a。 6. **RAID**:RAID代表独立冗余磁盘阵列...

    KAutodial-开源

    KAutodial 的安装通常通过软件包管理器进行,例如在 Debian 或 Ubuntu 上使用 apt-get,在 Fedora 或 CentOS 上使用 yum 或 dnf。安装完成后,可以通过 KDE 的应用启动器找到并启动 KAutodial。 ### 5. 结论 ...

    IDC运维工程师面试题及其答案 .docx

    1. Windows操作系统通常使用远程桌面连接进行远程登录,而Linux系统常用SSH,如PUTTY或securecrt。 2. MySQL监听3306端口,HTTP服务监听80端口,SQL Server监听1433端口,PPTP监听1723端口。 3. 交换机在OSI模型中...

Global site tag (gtag.js) - Google Analytics