在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
- sudo cat chap-secrets
- # Secrets for authentication using CHAP
- # client server secret IP addresses
-
- username PPTP password *
/etc/ppp/options.pptp
- cat options.pptp
- ###############################################################################
- # $Id: options.pptp,v 1.1 2005/02/18 01:40:23 quozl Exp $
- #
- # Sample PPTP PPP options file /etc/ppp/options.pptp
- # Options used by PPP when a connection is made by a PPTP client.
- # This file can be referred to by an /etc/ppp/peers file for the tunnel.
- # Changes are effective on the next connection. See "man pppd".
- #
- # You are expected to change this file to suit your system. As
- # packaged, it requires PPP 2.4.2 or later from http:
- # and the kernel MPPE module available from the CVS repository also on
- # http:
- ###############################################################################
-
- # Lock the port
- lock
-
- # Authentication
- # We don't need the tunnel server to authenticate itself
- noauth
-
- # We won't do EAP, CHAP, or MSCHAP, but we will accept MSCHAP-V2
- #refuse-eap
- #refuse-chap
- #refuse-mschap
-
- # Compression
- # Turn off compression protocols we know won't be used
- nobsdcomp
- nodeflate
-
- # Encryption
- # (There have been multiple versions of PPP with encryption support,
- # choose with of the following sections you will use. Note that MPPE
- # requires the use of MSCHAP-V2 during authentication)
-
- # http:
- # ppp-2.4.2 or later with MPPE only, kernel module ppp_mppe.o
- # {{{
- # Require MPPE 128-bit encryption
- require-mppe-128
- # }}}
-
- # http:
- # ppp-2.4.2 or later with MPPE and MPPC, kernel module ppp_mppe_mppc.o
- # {{{
- # Require MPPE 128-bit encryption
- #mppe required,stateless
- # }}}
/etc/ppp/peers/test
- cat test
- pty "/home/agile/oss/pptp-linux/pptp hostname --nolaunchpppd"
- name username
- remotename PPTP
- require-mppe-128
- defaultroute
- file /etc/ppp/options.pptp
- ipparam test
分享到:
相关推荐
不过,Linux用户无需担心,通过一些替代方法,我们完全可以在Linux上成功连接长城宽带。下面将详细介绍如何在Linux环境下解决这个问题。 首先,我们需要了解长城宽带的联网原理。它通常使用PPP(点对点协议)或PPTP...
- Linux的主要发行版有Red Hat、CentOS、Debian、Ubuntu等。 - 常见的网页动态语言有JavaScript、ASP.NET、Java、PHP、Python和Perl。 9. **云防护**: - 启动云防护,流量会经过防御节点过滤,提供额外的安全...
- 主要的Linux发行版包括Red Hat、CentOS、Debian、Ubuntu以及中标麒麟Kylin。 10. **网页动态语言**: - 常见的动态语言有JavaScript、ASP、.NET、JAVA、PHP、Python和Perl。 11. **云防护**: - 开启云防护,...
- Windows系统通常使用内置的远程桌面连接工具进行远程访问。 - Linux系统中,SSH(Secure Shell)是最常见的远程登录方式,常用的客户端软件有PUTTY和securecrt。 2. **网络服务监听端口**: - MySQL数据库监听...
由于AT91RM9200的硬件架构与我们通常使用的开发环境(如Linux或Windows桌面系统)不同,我们需要在主机系统上使用特定的交叉编译工具链来构建适用于目标设备的PPPD软件。 在开始交叉编译之前,确保你已经安装了以下...
综上所述,要在Ubuntu 13.04中使用dr.com服务上网,用户需要了解并掌握Linux的基本命令行操作,理解网络连接原理,以及如何处理可能出现的网络配置和安全问题。同时,利用社区资源和持续关注软件更新也是成功连接的...
1. **远程登陆方式**:Windows系统使用的是远程桌面连接,Linux系统使用SSH(Secure Shell)进行远程登录,常见的SSH客户端软件有PUTTY和SecureCRT。 2. **数据库监听端口**:MySQL监听在3306端口,SQL Server监听...
5. **网络诊断命令**:ping用于测试网络连通性,tracert或traceroute用于跟踪网络路由,ipconfig /all在Windows上查看MAC地址,而在Linux上使用ipaddr show或ifconfig -a。 6. **RAID**:RAID代表独立冗余磁盘阵列...
KAutodial 的安装通常通过软件包管理器进行,例如在 Debian 或 Ubuntu 上使用 apt-get,在 Fedora 或 CentOS 上使用 yum 或 dnf。安装完成后,可以通过 KDE 的应用启动器找到并启动 KAutodial。 ### 5. 结论 ...
1. Windows操作系统通常使用远程桌面连接进行远程登录,而Linux系统常用SSH,如PUTTY或securecrt。 2. MySQL监听3306端口,HTTP服务监听80端口,SQL Server监听1433端口,PPTP监听1723端口。 3. 交换机在OSI模型中...