- 1、本文档共43页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
PPP-HOWTO
PPP-HOWTO
导读:就爱阅读网友为您分享以下“PPP-HOWTO”的资讯,希望对您有所帮助,感谢您对92的支持!
你正在使用 PPP 2.1.2,我强烈建议你删除这些□例档案. 它们有潜 在的问题 - 不要告诉我它们工作得很好 - 我也用了很长一段时间(而且还在这份 HOWTO 的第一版中推荐它们)! 为了 ppp 2.1.2 使用者的权益,这里有比较好的样板档案,这些是从 ppp 2.2 发行套件里拿来的. 我建议你拷贝并使用这些指令稿而不要再用旧的 PPP-2.1.2 指令稿. 15.2 ppp-on 指令稿 这是实际启动连线的一对指令稿中的第一个. _________________________________________________________________ #!/bin/sh## Script to initiate a PPP connection. This is the first part of the# pair of scripts. This is not a secure pair of scripts as the codes# are visible with the #39;ps#39; command. However, it is simple.## These are the parameters. Change as needed.TELEPHONE=555-1212 # The telephone number for the connectionACCOUNT=george # The account name for logon (as in #39;George Burns#39;)PASSWORD=gracie # The password for this account (and #39;Gracie Allen#39;)LOCAL_IP= # Local IP address if known. Dynamic = REMOTE_IP= # Remote IP address if desired. Normally NETMASK= # The proper netmask if needed## Export them so that they will be available to #39;ppp-on-dialer#39;export TELEPHONE ACCOUNT PASSWORD## This is the location of the script which dials the phone and logs# in. Please use the absolute file name as the $PATH variable is not# used on the connect option. (To do so on a #39;root#39; account would be# a security hole so don#39;t ask.)#DIALER_SCRIPT=/etc/ppp/ppp-on-dialer## Initiate the connection##exec /usr/sbin/pppd debug /dev/ttySx 38400 \ $LOCAL_IP:$REMOTE_IP \ connect $DIALER_SCRIPT _________________________________________________________________ 而这是 ppp-on-dialer 指令稿:- _________________________________________________________________ #!/bin/sh## This is part 2 of the ppp-on script. It will perform the connection# protocol for the desired connection.#/usr/sbin/chat -v \ TIMEOUT 3 \ ABORT #39;\nBUSY\r#39;
您可能关注的文档
- libevent源码深度剖析 深度剖析WinPcap.doc
- matlab库函数命令大全 matlab命令大全(全).doc
- matlab超强经典教程 Matlab2012经典超强教程_图文.doc
- mba全景教程 I02 管理经济学(MBA全景教程之二).doc
- mba联考参考书 2013年1月MBA联考数学真题及参考答案详解.doc
- mbfe 二代支付 小额支付系统(MBFE)操作手册_图文.doc
- me60配置手册 ME60业务配置.doc
- MeshLab1.3.3编译.doc
- mfc单文档编程教程 MFC文档视图架构编程.doc
- miko Dr. Alexander Smikodub Jr. MD. PhD. & UCTC.doc
文档评论(0)