网站大量收购闲置独家精品文档,联系QQ:2885784924
  1. 1、本文档共43页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 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;

文档评论(0)

raojun0010 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档