Listing 6: Comscrpt section from pctcp.ini
;
; this establishes the parameters for calling gateway.choreo.ca via PPP
[pctcp comscrpt gateway]
dialup=c:\pctcp\dialup.scr
hangup=c:\pctcp\hangup.scr
;
; these two entries are used ONLY if the PPP services on the other side
; require PAP authorization
;
;identity = pthumper.choreo.ca
;password =
; which serial port to use
;
serial = 0
mru=1500
accm=0x000A0000
addr-ctrl-field-comp=on
prot-field-comp=on
;
; this is my IP address for PPP/SLIP
local-ip-address=198.73.139.102
;
; this is the destination IP address for PPP/SLIP
remote-ip-address=198.73.139.101
|