diff --git a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml index d9ccf35404..0098244c49 100644 --- a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml @@ -281,7 +281,7 @@ 1 default: 2 set log Phase Chat LCP IPCP CCP tun command 3 ident user-ppp VERSION (built COMPILATIONDATE) -4 set device /dev/cuaa0 +4 set device /dev/cuad0 5 set speed 115200 6 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ 7 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" @@ -339,9 +339,9 @@ Identifies the device to which the modem is connected. COM1 is - /dev/cuaa0 and + /dev/cuad0 (or /dev/cuaa0 under &os; 5.X) and COM2 is - /dev/cuaa1. + /dev/cuad1 (or /dev/cuaa1). @@ -688,7 +688,7 @@ protocol: ppp server mode as a normal user by executing ppp as described below, that user must be given permission to run ppp - by adding them to the network group + by adding them to the network group in /etc/group. You will also need to give them access to one or more @@ -1324,10 +1324,10 @@ noipdefault # remote PPP server must supply your IP address passive # wait for LCP packets domain ppp.foo.com # put your domain name here -:<remote_ip> # put the IP of remote PPP host here +:remote_ip # put the IP of remote PPP host here # it will be used to route packets via PPP link # if you didn't specified the noipdefault option - # change this line to <local_ip>:<remote_ip> + # change this line to local_ip:remote_ip defaultroute # put this if you want that PPP server will be your # default router @@ -1459,7 +1459,7 @@ exit /etc/ppp/options: - /dev/cuaa1 115200 + /dev/cuad1 115200 crtscts # enable hardware flow control modem # modem control line @@ -1468,12 +1468,12 @@ noipdefault # remote PPP serve must supply your IP address # if the remote host doesn't send your IP during # IPCP negotiation, remove this option passive # wait for LCP packets -domain <your.domain> # put your domain name here +domain your.domain # put your domain name here : # put the IP of remote PPP host here # it will be used to route packets via PPP link # if you didn't specified the noipdefault option - # change this line to <local_ip>:<remote_ip> + # change this line to local_ip:remote_ip defaultroute # put this if you want that PPP server will be # your default router @@ -1484,9 +1484,9 @@ defaultroute # put this if you want that PPP server will be The following should go on a single line. - ABORT BUSY ABORT 'NO CARRIER' "" AT OK ATDT<phone.number> - CONNECT "" TIMEOUT 10 ogin:-\\r-ogin: <login-id> - TIMEOUT 5 sword: <password> + ABORT BUSY ABORT 'NO CARRIER' "" AT OK ATDTphone.number + CONNECT "" TIMEOUT 10 ogin:-\\r-ogin: login-id + TIMEOUT 5 sword: password Once these are installed and modified correctly, all you need to do is run pppd, like so: @@ -1758,7 +1758,7 @@ exit 1 required to rebuild the kernel. When matching up sio modem is on sio1 or COM2 if you are in DOS, then your - modem device would be /dev/cuaa1. + modem device would be /dev/cuad1 (or /dev/cuaa1 under &os; 5.X). @@ -1779,10 +1779,10 @@ exit 1 We have now started ppp. - ppp ON example> set device /dev/cuaa1 + ppp ON example> set device /dev/cuad1 We set our modem device, in this case it is - cuaa1. + cuad1 (or /dev/cuaa1 under &os; 5.X). ppp ON example> set speed 115200 @@ -1801,7 +1801,7 @@ exit 1 Switch to terminal mode so that we can manually control the modem. - deflink: Entering terminal mode on /dev/cuaa1 + deflink: Entering terminal mode on /dev/cuad1 type '~h' for help at @@ -2415,15 +2415,15 @@ tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500 First, determine which serial port your modem is connected to. Many people set up a symbolic link, such as /dev/modem, to point to the real device name, - /dev/cuaaN (or /dev/cuadN under &os; 6.X). This allows you to + /dev/cuadN (or /dev/cuaaN under &os; 5.X). This allows you to abstract the actual device name should you ever need to move the modem to a different port. It can become quite cumbersome when you need to fix a bunch of files in /etc and .kermrc files all over the system! - /dev/cuaa0 (or /dev/cuad0 under &os; 6.X) is - COM1, cuaa1 (or /dev/cuad1) is + /dev/cuad0 (or /dev/cuaa0 under &os; 5.X) is + COM1, cuad1 (or /dev/cuaa1) is COM2, etc.