Deleted Added
full compact
ppp.conf.sample (43948) ppp.conf.sample (45070)
1#################################################################
2#
3# PPP Sample Configuration File
4#
5# Originally written by Toshiharu OHNO
6#
1#################################################################
2#
3# PPP Sample Configuration File
4#
5# Originally written by Toshiharu OHNO
6#
7# $Id: ppp.conf.sample,v 1.1 1999/02/11 16:33:14 brian Exp $
7# $Id: ppp.conf.sample,v 1.2 1999/02/13 00:59:19 brian Exp $
8#
9#################################################################
10
11# This file is separated into sections. Each section is named with
12# a label starting in column 0 and followed directly by a ``:''. The
13# section continues until the next section. Blank lines and lines
14# beginning with ``#'' are ignored.
15#

--- 321 unchanged lines hidden (view full) ---

337
338# Example to connect via compuserve
339# Compuserve insists on 7 bits even parity during the chat phase. Modem
340# parity is always reset to ``none'' after the link has been established.
341#
342compuserve:
343 set phone 1234567
344 set parity even
8#
9#################################################################
10
11# This file is separated into sections. Each section is named with
12# a label starting in column 0 and followed directly by a ``:''. The
13# section continues until the next section. Blank lines and lines
14# beginning with ``#'' are ignored.
15#

--- 321 unchanged lines hidden (view full) ---

337
338# Example to connect via compuserve
339# Compuserve insists on 7 bits even parity during the chat phase. Modem
340# parity is always reset to ``none'' after the link has been established.
341#
342compuserve:
343 set phone 1234567
344 set parity even
345 set login "TIMEOUT 10 \"\" \"\" Name: CIS ID: 99999,9999/go:pppconnect \
346 word: XXXXXXXX"
345 set login "TIMEOUT 100 \"\" \"\" Name: CIS ID: 999999,9999/go:pppconnect \
346 word: XXXXXXXX PPP"
347 set timeout 300
348 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
349 delete ALL
350 add default HISADDR
351
352
353# Example for PPP over TCP.
354# We assume that inetd on tcpsrv.mynet has been

--- 154 unchanged lines hidden ---
347 set timeout 300
348 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
349 delete ALL
350 add default HISADDR
351
352
353# Example for PPP over TCP.
354# We assume that inetd on tcpsrv.mynet has been

--- 154 unchanged lines hidden ---