http:^^www.cs.washington.edu^homes^yasushi^linuxppp.html

来自「This data set contains WWW-pages collect」· HTML 代码 · 共 63 行

HTML
63
字号
Date: Tue, 10 Dec 1996 22:05:16 GMTServer: NCSA/1.4.2Content-type: text/htmlLast-modified: Sat, 14 Sep 1996 00:18:33 GMTContent-length: 1510<head><title>Setting up Linux for Dialup PPP</title></head><body><h1>Setting up Linux for Dialup PPP</h1>I assume Slackware Linux. The version I tried is 3.0.<h2> Slackware Installation</h2><ol>  <li> When installing Slackware, choose to install the Networking       disk set(<b>N</b>).  <li> At the Networking disk set installer, choose to install       PPP daemon.</ol><h2>Configuration</h2>All the procedures below has to be done by the superuser.<ol>  <li> Set up the DNS resolver.  Make <code>/etc/resolve.conf</code>       look like below.       <pre>search cs.washington.edu washington.edunameserver 128.95.1.2nameserver 128.95.1.4       </pre>  <li> Try connecting the departmental gateway using ordinary serial line.       <pre>       % seyon -modem /dev/cua1        </pre>       At the seyon screen, type       <pre>       atdt6852730       </pre>       If everything is OK, this will connect you to oslo or hydra.       If you have a problem, check the modem device name and       modem initialization commands.  <li> If serial line connection is OK, then we try PPP next.       PPP connection is created using <code>/sbin/pppd</code>.       Here is the basic setting.       <pre>/usr/sbin/pppd /dev/cua1 38400 connect '/usr/sbin/chat -v \       "" "at" "OK" "atdt6852730" "38400" "\\d\\d\\d\\d" \       "" "" "" "" ">" "login" "name: " "<em>yourname</em>" "word: " \       "<em>password</em>" ">" "ppp default"' defaultroute       </pre></ol>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?