PPTP Client is a Linux, FreeBSD, NetBSD and OpenBSD client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. Allows connection to a PPTP based Virtual Private Network (VPN) as used by employers and some cable and ADSL internet service providers.
Applicable to Fedora Versions
Doing the Work
Basic description of what will be done and what is expected.
- Get the Fedora repository that suits your version:
su -c 'rpm -Uvh http://pptpclient.sourceforge.net/yum/stable/fc7/pptp-release-current.noarch.rpm'
su -c 'rpm -Uvh http://pptpclient.sourceforge.net/yum/stable/fc8/pptp-release-current.noarch.rpm'
- Install the pptpconfig RPM:
su -c 'yum --enablerepo=pptp-stable install pptpconfig'
Troubleshooting
How to test
Explanation troubleshooting basics and expectations.
- As root you run the following command. This will load up the config:
su -c 'pptpconfig'
Common problems and fixes
Describe common problems here, include links to known common problems if on another site
More Information
Any additional information or notes.
Disclaimer
We test this stuff on our own machines, really we do. But you may run into problems, if you do, come to #fedora on irc.freenode.net
Added Reading
分享到:
相关推荐
码头工人pptp客户端 跑步 vpn_connection_name=router-42 vpn_server=router-42.bring.out.ba vpn_user=testuser vpn_password=testpassword ./run_pptp_client.sh
High perfomance PPTP client and server
宽带PPTP拨号源码用于PPTP拨号 速度很快方便快捷 简单几步操作
PPTP协议详解及报文解析.doc
rhel pptprhel pptp
通用的pptp拨号器,输入服务器地址,账号,密码就可以连接,非常方便的电脑换IP软件。
动态网络技术工具,是一种可以把电脑IP不断变化的客服端
网上收集来的,别问干什么用,我什么都不知道,给OPENWRT的GUI界面添加什么功能,配置某些功能方便点而已
如果没有备份系统,可以从文末提供的下载地址[下载pptp和PPTP.ppp]文件。 需要注意的是Mac OS X系统默认情况是开启了完整性保护(System Intregrity Protection,SIP)的,所以即使是root帐户也无法修改系统目录...
给OPENWRT的GUI界面添加什么功能,配置某些功能方便点
在配好路由器后,windows下配置PPTP的连接,有图解.轻松学会连接PPTP server
标题"PPTP-1.7.2.tar.gz"所指的是一个包含了PPTP协议的开源代码版本1.7.2的归档文件,该文件采用了GNU tar格式进行压缩。PPTP,即Point-to-Point Tunneling Protocol,是一种用于创建虚拟私人网络(VPNs)的协议,它...
对PPTP的详细分析,从基础开始搭建环境,附带抓包进行分析 基于信息对密码进行破解
wget ftp://rpmfind.net/linux/epel/7/x86_64/p/pptpd-1.4.0-2.el7.x86_64.rpm rpm -ivh pptpd-1.4.0-2.el7.x86_64.rpm 3、配置PPP和PPTP的配置文件: grep ^[^#] /etc/ppp/options.pptpd vi /etc/ppp/options.pptpd...
pptp-1.7.1.tar 有需要的朋友自行下载吧
适用于mac 系统的 PPTP协议,主要用以macos10.15 缺失的PPTP协议导致功能不能正常使用
在macos10.15+的系统中,shimo中支持PPTP所需的PPTP.ppp文件,还有另一个pptp文件请看另一个资源。
2621(config-vpdn-acc-in)# protocol pptp !--- 指定用于克隆虚拟访问接口的虚拟模板。 2621(config-vpdn-acc-in)# virtual-template 1 ``` ##### 继续配置 继续进行更深入的配置,以确保PPTP服务的正常工作: - **...
### PPTP拨号与SAProuter主机建立详解 #### 一、XP系统下的PPTP拨号连接建立 在企业环境中,为了实现远程访问内部网络资源,常常需要通过PPTP(Point-to-Point Tunneling Protocol)进行拨号连接。下面详细介绍在...
pptp_1.7.1的源代码,提供参考学习.