%!PS-Adobe-3.0 %%Title: PPP_CONNECT %%Creator: VAX DOCUMENT V2.1-1 %%Copyright: 1986,1987,1988,1989,1990,1991 DIGITAL EQUIPMENT CORPORATION. %%+All Rights Reserved. %%CreationDate: Thu Nov 14 1996 16:28:57 %%For: BATCHELDER %%BoundingBox: (atend) %%DocumentData: Clean7Bit %%LanguageLevel: 1 %%Orientation: Portrait %%Pages: (atend) %%PageOrder: Ascend %%DocumentFonts: (atend) %%DocumentNeededFonts: (atend) %%DocumentProcSets: Underlay Color5044 %%DocumentSuppliedProcSets: Underlay Color5044 %%DocumentProcessColors: (atend) %%DocumentCustomColors: (atend) %%EndComments % %%BeginResource: procset Underlay %%CreationDate: (2/10/92) % % In VAX DOCUMENT V2.1-1, simple EPSF files up to 65,000 bytes long % may be an underlay. Define the EPSF as a PostScript proceedure % called /UNDERLAY and prefix to DOCUMENT's PS output For example:. % /UNDERLAY ( EPSF code here ) cvx def % % To create a "Preliminary" underlay change /UNDERLAY* to /UNDERLAY /UNDERLAY* ( /Note (Preliminary) def /NoteSize 120 def /NoteFont /Helvetica findfont NoteSize scalefont def /Note where { pop Note length 0 gt { /NoteWidth NoteFont setfont Note stringwidth pop def PaperWidth 36 mul PaperHeight 36 mul moveto PaperHeight PaperWidth atan rotate NoteWidth -2 div NoteSize .729 mul -2 div rmoveto Note true charpath .075 setseparationgray fill }if }if ) cvx def %%EndResource % %%BeginResource: procset Color5044 %%CreationDate: (1/21/91) %%Version:1.0 3 %Implementation of Adobe 5044 color specification %/ndf allows command override during color separation /Color5044Dict 100 dict def Color5044Dict begin /bdf {bind def} def /ndf {1 index where {pop pop pop } {dup xcheck {bind} if def } ifelse } bdf /setcmykcolor {1 exch sub 3 {dup 5 -1 roll sub 0 2 copy lt {exch} if pop exch } repeat pop setrgbcolor }ndf /setcmykcoloroverprint {4 {dup -1 eq {pop 0} if 4 1 roll } repeat setcmykcolor } ndf /findcmykcustomcolor {5 /packedarray where {pop packedarray } {array astore readonly } ifelse } ndf /setcustomcolor {exch aload pop pop 4 {4 index mul 4 1 roll } repeat setcmykcolor pop } ndf /setseparationgray {1 exch sub systemdict /setgray get exec } ndf /setoverprint {pop} ndf /currentoverprint false ndf %CMYK multi-proc colorimage /colorimage {4 ne {(\nUnsupported number of colors for colorimage.\n) print flush quit } if not {(\nSingle procedure form colorimage unsupported.\n) print flush quit } if save 20 dict begin /&saveobj exch def /&Kproc exch def /&Yproc exch def /&Mproc exch def /&Cproc exch def {&Cproc &Mproc &Yproc &Kproc /&K exch def /&Y exch def /&M exch def /&C exch def 0 1 &K length 1 sub {/&i exch def &K &i 255 &C &i get 30 mul &M &i get 59 mul add &Y &i get 11 mul add &K &i get 100 mul add 100 idiv dup 255 gt {pop 255} if sub put } for &K } image &saveobj end restore } ndf /customcolorimage {pop systemdict /image get exec } ndf /separationimage {systemdict /image get exec } ndf end %%EndResource Color5044Dict begin % /DEC_DVC$dict 300 dict def DEC_DVC$dict begin % /DVC$PSJob save def % /DOCPSE ISOLatin1Encoding 256 array copy def mark % CREATE DOCPSE ENCODING 8#055 /hyphen 8#201 /bullet 8#202 /emdash 8#203 /endash 8#204 /dagger 8#205 /daggerdbl 8#206 /registered 8#207 /trademark %8#210 /Delta 8#211 /fi 8#212 /fl 8#213 /OE 8#214 /oe 8#215 /Ydieresis counttomark -1 bitshift % DIVIDE BY 2 {DOCPSE 3 1 roll put} repeat % STACK NOW CONTAINS MARK cleartomark % /ReENCODE { % /basefont /newfont encoding ReENCODE /newencoding exch def %ARG: NAME OF ENCODING VECTOR /newfontname exch def %ARG: NEW NAME FOR FONT AFTER RE-ENCODING findfont /basefontdict exch def %ARG: NAME OF FONT TO BE RE-ENCODED basefontdict maxlength dict begin %CREATE AND OPEN NEW DICT basefontdict { %COPY ENTRIES FROM BASE FONT DICT TO NEW ONE 1 index /FID ne { def %IF NOT THE ONE WE'RE ENCODING, JUST COPY PTRS } { %else pop pop %IGNORE FID AND ENCODING FOR ONE WE'RE ENCODING } ifelse } forall /FontName newfontname def %DEFINE NEW NAME /Encoding newencoding def %DEFINE NEW ENCODING VECTOR newfontname currentdict definefont %TURN IT INTO A PS FONT pop %IGNORE MODIFIED DICT RETURNED BY DEFINEFONT end }def % /cvsstr 64 string def /tempmatrix matrix def % % Exit page (temporarily) to add fonts/characters. /XP { }def % % Resume page /RP { }def % % End Page: EP /EP {DVC$PSPage restore}def % % Purge fonts to reclaim VM /PF { currentoverprint currentrgbcolor EP %Does restore PageSetup %Does save setrgbcolor setoverprint }def % % ABBREVIATIONS /S /show load def /SV /save load def /RST /restore load def % /Yadjust {Ymax exch sub} def % /XY { % (x,y) POSITION ABSOLUTE Yadjust moveto } def % /X { % (x,0) POSITION ABSOLUTE currentpoint exch pop moveto } def % /Y { % (0,y) POSITION ABSOLUTE currentpoint pop exch Yadjust moveto } def % /xy { % (x,y) POSITION RELATIVE neg rmoveto } def % /x { % (x,0) POSITION RELATIVE 0 rmoveto } def % /y { % (0,y) POSITION RELATIVE 0 exch neg rmoveto } def % /R { % Draw a rectangle /ht exch def /wd exch def gsave currentpoint newpath moveto 0 ht rlineto wd 0 rlineto 0 ht neg rlineto wd neg 0 rlineto closepath fill grestore wd 0 rmoveto }def % %Setup Page Media: PM /PM { /Xmax exch Resolution mul def /Ymax exch Resolution mul def /UNDERLAY where { pop /eps_save save def % save before EPSF underlay Resolution 72 div dup scale % Revert coords to points count array astore /DVCstack exch def % save op stack /dict_count countdictstack def % # of dicts userdict begin % default dict /showpage {}def % disable showpage 0 setgray {UNDERLAY} stopped {(Error executing /UNDERLAY)== quit}if countdictstack dict_count sub {end} repeat % clean up dict stack clear DVCstack aload pop % restore op stack eps_save restore % restore after EPSF }if PageSetup }def % %Setup page coordinates /PageSetup { /DVC$PSPage save def PortraitMode not {PaperWidth 0 translate 90 rotate} if /Xpos 0 def /Ypos 0 def }def % % Begin EPS file: SPB /SPB { Yadjust transform % convert from DVC to device coords EP % page-level restore /eps_save save def % save before EPSF Resolution 72 div dup scale % Revert coords to points itransform % convert position back to points translate % set position for EPSF PortraitMode not {90 rotate} if % rotate for EPSF count array astore /DVCstack exch def % save op stack /dict_count countdictstack def % # of dicts userdict begin % default dict /showpage {}def % disable showpage 0 setgray }def % % End EPS file /SPE { countdictstack dict_count sub {end} repeat % clean up dict stack clear DVCstack aload pop % restore op stack eps_save restore % restore after EPSF PageSetup % restore DVC coords }def % % Print-Page Routine: PP /PP { gsave showpage grestore }def % /DMF { % /font-name DMF exch findfont exch scalefont setfont }def % /concatnam { % /abcd (xxx) concatnam ==> /abcdxxx /xxx exch def /namstr exch cvsstr cvs def /newnam namstr length xxx length add string def newnam 0 namstr putinterval newnam namstr length xxx putinterval newnam cvn }def % /strip { % /abcdef 2 strip ==> /cdef /num exch def /nam exch def /namstr nam cvsstr cvs def /newlen namstr length num sub def namstr num newlen getinterval cvn }def % ROUTINES TO HANDLE PACKING/UNPACKING NUMBERS /PackHW { % PackHW --> /num exch def /pos exch def /target exch def num 16#0000FFFF and 1 pos sub 16 mul bitshift target or }def /PackByte { % PackByte --> /num exch def /pos exch def /target exch def num 16#000000FF and 3 pos sub 8 mul bitshift target or }def /UnpkHW { % UnpkHW --> /num exch def /pos exch def num 1 pos sub -16 mul bitshift 16#0000FFFF and dup 16#00007FFF gt {16#00010000 sub} if }def /UnpkByte { % UnpkByte --> /num exch def /pos exch def num 3 pos sub -8 mul bitshift 16#000000FF and dup 16#0000007F gt {16#00000100 sub} if }def % /ps-scalefont { % FOR PS FONTS, LOOK AT SIZE REQUESTED. IF IT HAS A DECIMAL REMAINDER % EQUIVALENT TO .001-.009 POINTS (I.E., .050-.450 VAXDOC UNITS), THAT'S % A FLAG TO STRETCH IT VERTICALLY BY ADDING 1-9 EXTRA POINTS TO THE % VERTICAL SCALING. % save requested size - as entered and as integer dup /x-size exch def cvi /x-int exch def % calc decimal remainder, mul x 1000, round x-size x-int sub 1000 mul round cvi /remainder exch def % see how we scale... remainder 50 lt remainder 450 gt or { % scale isomorphically /ystretch 0 def x-size scalefont } { % scale anamorphically /ystretch remainder def x-int ystretch add /y-size exch def [x-int 0 0 y-size 0 0] makefont } ifelse }def % /DPSF { % /procname size /fontname DPSF findfont exch ps-scalefont [ exch /setfont cvx ] cvx def }def % /PXLBuildCharDict 17 dict def /CMEncodingArray 256 array def 0 1 255 {CMEncodingArray exch dup cvsstr cvs cvn put} for /RasterConvert {RasterScaleFactor div}def /TransformBBox { aload pop /BB-ury exch def /BB-urx exch def /BB-lly exch def /BB-llx exch def [ BB-llx RasterConvert BB-lly RasterConvert BB-urx RasterConvert BB-ury RasterConvert ] }def /RunLengthToRasters { % none yet }def /GenerateRasters { % GENERATE RASTERS FOR "IMAGEMASK" rasters runlength 1 eq {RunLengthToRasters} if }def % /int-dict-name {int (-dict) concatnam}def /int-dict {int (-dict) concatnam cvx load}def % /DefinePXLFont { % ... % ...[llx lly urx ury]DefinePXLFont /newfont exch def /bb exch def /num exch def /psz exch def /dsz exch def /pxlmag exch def /ext exch def /int exch def /fnam ext (-) concatnam pxlmag cvsstr cvs concatnam def newfont not { int-dict-name 13 dict def int-dict begin /FontType 3 def /FontMatrix [ 1 dsz div 0 0 1 dsz div 0 0 ] def /FontBBox bb TransformBBox def /Encoding CMEncodingArray def /CharDict 1 dict def CharDict begin /Char-Info num array def end /BuildChar { PXLBuildCharDict begin /char exch def /fontdict exch def fontdict /CharDict get /Char-Info get char get aload pop /rasters exch def /PackedWord1 exch def 0 PackedWord1 UnpkHW 16#7FFF ne { /PackedWord2 exch def /wx 0 PackedWord1 UnpkHW def /rows 2 PackedWord1 UnpkByte def /cols 3 PackedWord1 UnpkByte def /llx 0 PackedWord2 UnpkByte def /lly 1 PackedWord2 UnpkByte def /urx 2 PackedWord2 UnpkByte def /ury 3 PackedWord2 UnpkByte def }{ %else /PackedWord2 exch def /PackedWord3 exch def /PackedWord4 exch def /wx 1 PackedWord1 UnpkHW def /rows 0 PackedWord2 UnpkHW def /cols 1 PackedWord2 UnpkHW def /llx 0 PackedWord3 UnpkHW def /lly 1 PackedWord3 UnpkHW def /urx 0 PackedWord4 UnpkHW def /ury 1 PackedWord4 UnpkHW def } ifelse rows 0 lt { /rows rows neg def /runlength 1 def }{ %else /runlength 0 def } ifelse wx 0 llx RasterConvert lly RasterConvert urx RasterConvert ury RasterConvert setcachedevice rows 0 ne { gsave cols rows true RasterScaleFactor 0 0 RasterScaleFactor neg llx .5 add neg ury .5 add tempmatrix astore GenerateRasters imagemask grestore } if end }def end fnam int-dict definefont pop } if int-dict-name fnam findfont psz scalefont def currentdict int [ int-dict /setfont cvx ] cvx put }def /PXLF { true DefinePXLFont}def % SIGNAL THAT FONT ALREADY LOADED /PXLNF {false DefinePXLFont}def % SIGNAL THAT FONT NOT ALREADY LOADED % /PXLC { % ... % ...PXLC /rasters exch def /runlength exch def /cols exch def /rows exch def /ury exch def /urx exch def /lly exch def /llx exch def /wx exch def /code exch def /int exch def % SEE IF LONG OR SHORT FORMAT IS REQUIRED true cols CKSZ rows CKSZ ury CKSZ urx CKSZ lly CKSZ llx CKSZ TackRunLengthToRows { int-dict /CharDict get /Char-Info get code [ 0 0 llx PackByte 1 lly PackByte 2 urx PackByte 3 ury PackByte 0 0 wx PackHW 2 rows PackByte 3 cols PackByte rasters ] put }{ %else int-dict /CharDict get /Char-Info get code [ 0 0 urx PackHW 1 ury PackHW 0 0 llx PackHW 1 lly PackHW 0 0 rows PackHW 1 cols PackHW 0 0 16#7FFF PackHW 1 wx PackHW rasters ] put } ifelse }def % /CKSZ {abs 127 le and}def /TackRunLengthToRows {runlength 0 ne {/rows rows neg def} if}def % /PLOTC { % PLOTC /rasters exch def /runlength exch def /cols exch def /rows exch def /ury exch def /urx exch def /lly exch def /llx exch def /psz exch def /dsz exch def /wx exch def % "PLOT" A CHARACTER'S RASTER PATTERN rows 0 ne { gsave currentpoint translate psz dsz div dup scale cols rows true RasterScaleFactor 0 0 RasterScaleFactor neg llx .5 add neg ury .5 add tempmatrix astore GenerateRasters imagemask grestore } if wx x }def % % set color routine: Color# SC /SC {ColorPalette exch get 1.0 setcustomcolor}bind def % %%EndProlog %%BeginSetup /PxlResolution 300 def /Resolution 3600 def /RasterScaleFactor PxlResolution Resolution div def /PortraitMode true def /PaperWidth 8.500 def /PaperHeight 11.000 def 72 Resolution div dup scale %> Postamble of file WORK1:[BATCHELDER.PPP]PPP_CONNECT.DVI_PS. % DefineFont:F239 Category:10 Pointsize:8 /Courier-Oblique /Courier-Oblique@DOCPSE DOCPSE ReENCODE /F239 400.100 /Courier-Oblique@DOCPSE DPSF % DefineFont:F238 Category:10 Pointsize:8 /Courier /Courier@DOCPSE DOCPSE ReENCODE /F238 400.100 /Courier@DOCPSE DPSF % DefineFont:F234 Category:10 Pointsize:9 /F234 450.100 /Courier@DOCPSE DPSF % DefineFont:F156 Category:10 Pointsize:9 /NewCenturySchlbk-Italic /NewCenturySchlbk-Italic@DOCPSE DOCPSE ReENCODE /F156 450.0 /NewCenturySchlbk-Italic@DOCPSE DPSF % DefineFont:F155 Category:10 Pointsize:9 /NewCenturySchlbk-Roman /NewCenturySchlbk-Roman@DOCPSE DOCPSE ReENCODE /F155 450.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F153 Category:10 Pointsize:10 /NewCenturySchlbk-Bold /NewCenturySchlbk-Bold@DOCPSE DOCPSE ReENCODE /F153 500.0 /NewCenturySchlbk-Bold@DOCPSE DPSF % DefineFont:F152 Category:10 Pointsize:10 /F152 500.0 /NewCenturySchlbk-Italic@DOCPSE DPSF % DefineFont:F151 Category:10 Pointsize:10 /F151 500.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F40 Category:10 Pointsize:9 /Helvetica-Bold /Helvetica-Bold@DOCPSE DOCPSE ReENCODE /F40 450.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F38 Category:10 Pointsize:9 /Helvetica /Helvetica@DOCPSE DOCPSE ReENCODE /F38 450.0 /Helvetica@DOCPSE DPSF % DefineFont:F36 Category:10 Pointsize:10 /F36 500.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F28 Category:10 Pointsize:12 /F28 600.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F24 Category:10 Pointsize:14 /F24 700.0 /Helvetica-Bold@DOCPSE DPSF %Spot color array for this job /ColorPalette [ 0.0 0.0 0.0 1.0 (BLACK) findcmykcustomcolor 0.0 0.0 0.0 1.0 (USERTAGCOLOR) findcmykcustomcolor 0.0 0.0 0.0 1.0 (UNDEFINED) findcmykcustomcolor 0.0 0.0 0.0 1.0 (UNDEFINED) findcmykcustomcolor 0.0 0.0 0.0 1.0 (HEADCOLOR) findcmykcustomcolor 0.0 0.0 0.0 1.0 (FOOTCOLOR) findcmykcustomcolor ] def %%EndSetup % %%Page: (1) 1 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 4497 4711 XY F24(1)S 398 x(Initiating)S 243 x(Point-to-Point)S 244 x(Protocol)S 244 x(\(PPP\))S 244 x(Connections)S 242 x(W)S -6 x (ith)S 243 x(the)S 5283 X 797 y(Point-to-Point)S 234 x(Protocol)S 233 x (Utility)S 232 x(\(PPPD\))S 8083 X 897 y F151(This)S 170 x(\211le)S 170 x(contains)S 170 x(general)S 170 x(guidelines)S 171 x(that)S 169 x (you)S 171 x(can)S 170 x(use)S 170 x(to)S 169 x(initiate)S 169 x(a)S 170 x(Point-to-Point)S 8083 X 597 y(Protocol)S 167 x(\(PPP\))S 167 x (serial)S 166 x(network)S 167 x(connection)S 168 x(over)S 167 x(various)S 167 x(computer)S 167 x(systems)S 166 x(\(such)S 167 x(as,)S 8083 X 598 y (an)S 168 x(Apple)S 167 x(Macintosh)S 169 x(or)S 168 x(a)S 167 x(PC)S 168 x(running)S 170 x(Microsoft)S 167 x(W)S -18 x(indows)S 167 x(95\))S 167 x(using)S 169 x(the)S 168 x(OpenVMS)S 8083 X 598 y(Alpha)S 166 x (Point-to-Point)S 166 x(Protocol)S 167 x(utility)S 166 x(\(PPPD\).)S 8083 X 896 y(The)S 176 x(following)S 176 x(sections)S 175 x(brie\212y)S 177 x(describe)S 175 x(how)S 176 x(to)S 175 x(con\211gu)S 2 x(re)S 175 x (and)S 176 x(start)S 175 x(a)S 175 x(conne)S 2 x(ction)S 8083 X 598 y (over)S 185 x(each)S 184 x(system,)S 188 x(as)S 183 x(well)S 183 x(as)S 183 x(provide)S 184 x(any)S 185 x(necessary)S 184 x(prequisites)S 183 x (and)S 184 x(related)S 8083 X 598 y(documentation.)S 8980 11486 XY 7812 24 R 17094 11486 XY F36(Note)S 299 x 7812 24 R 8980 12382 XY F151(Many)S 184 x(of)S 183 x(the)S 183 x(commands)S 183 x(that)S 183 x(appear)S 183 x(in)S 184 x(the)S 183 x(following)S 183 x(procedures)S 184 x(are)S 8980 X 598 y(case-sensitive.)S 268 x(T)S -45 x(o)S 175 x(ensure)S 177 x (that)S 175 x(the)S 176 x(commands)S 176 x(are)S 175 x(interpreted)S 176 x(correctly)S -54 x(,)S 8980 X 598 y(enter)S 166 x(them)S 166 x (exactly)S 167 x(as)S 166 x(they)S 167 x(appear)S 166 x(in)S 166 x(this)S 166 x(documentation.)S 8980 X 697 y 17340 24 R 4497 15670 XY F28(1.1)S 399 x(Connecting)S 201 x(an)S 200 x(Apple)S 200 x(Macintosh)S 201 x (Client)S 200 x(to)S 199 x(an)S 200 x(OpenVMS)S 199 x(Alpha)S 200 x (Server)S 8083 X 797 y F36(Prerequisi)S 2 x(tes)S 8083 X 697 y F151 (The)S 172 x(MacTCP)S 171 x(transport)S 171 x(and)S 171 x(a)S 171 x (Macintosh-compatible)S 171 x(PPP)S 171 x(software)S 170 x(package)S 172 x(must)S 8083 X 598 y(be)S 167 x(installed)S 166 x(in)S 168 x(order)S 167 x(to)S 166 x(initiate)S 167 x(a)S 167 x(PPP)S 167 x(connec)S 2 x (tion)S 167 x(from)S 166 x(an)S 168 x(Apple)S 166 x(Macintosh)S 167 x (client.)S 8083 X 598 y(Y)S -55 x(ou)S 166 x(can)S 167 x(download)S 165 x(this)S 166 x(software)S 165 x(by)S 167 x(accessing)S 166 x(the)S 166 x(following)S 166 x(web)S 166 x(sites:)S 8083 X 896 y F238(http://ww)S 2 x(w.apple.com)S 8083 X 499 y(http://ww)S 2 x(w.Rockstar.c)S 2 x(om)S 8083 X 896 y F36(Related)S 166 x(Documentatio)S 2 x(n)S 8083 X 698 y F151(In)S 163 x(addition)S 162 x(to)S 162 x(the)S 163 x(documentation)S 163 x(you)S 163 x(received)S 163 x(with)S 162 x(your)S 164 x(Apple)S 162 x(Macintosh)S 163 x(system,)S 8083 X 597 y(refer)S 167 x(to)S 165 x (the)S 167 x(information)S 166 x(and)S 166 x(resources)S 167 x(available)S 166 x(from)S 166 x(the)S 166 x(web)S 166 x(sites)S 165 x(listed)S 165 x (above.)S 8083 X 897 y F36(Con\211gu)S 2 x(ring)S 167 x(Y)S -37 x(our)S 167 x(System)S 8083 X 697 y F151(T)S -45 x(o)S 166 x(con\211gu)S 2 x (re)S 166 x(your)S 167 x(system)S 165 x(for)S 167 x(PPP)S 166 x(connection)S 2 x(s,)S 166 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 897 y(1.)S 482 x(From)S 185 x(the)S 185 x(Apple)S 184 x(menu,)S 191 x(choose)S 185 x F153(Control)S 186 x(Panels..)S 2 x(.MacTCP)S F151(.)S 185 x(The)S 185 x(MacTCP)S 8980 X 598 y(window)S 165 x(is)S 166 x(displayed.)S 8083 X 896 y(2.)S 482 x(Click)S 166 x(on)S 166 x(the)S 167 x(PPP)S 166 x(icon.)S 8083 X 897 y(3.)S 482 x(If)S 181 x(IP)S 182 x(is)S 181 x(not)S 182 x (con\211gur)S 2 x(ed,)S 186 x(click)S 182 x(on)S 182 x(the)S 182 x(More)S 182 x(button)S 182 x(to)S 181 x(set)S 181 x(the)S 182 x(appropriate)S 182 x(IP)S 8980 X 598 y(address,)S 166 x(domain,)S 166 x(and)S 166 x (gateway)S -54 x(,)S 166 x(and)S 166 x(then)S 167 x(click)S 166 x(on)S 167 x(the)S 166 x(OK)S 165 x(button.)S 8083 X 896 y(4.)S 482 x(Choose)S 172 x F153(Control)S 172 x(Panels.)S 2 x(..Con\211gu)S 2 x(re)S 171 x (PPP)S F151(.)S 173 x(The)S 172 x(Con\211gu)S 2 x(re)S 172 x(PPP)S 172 x (dialog)S 173 x(box)S 172 x(is)S 8980 X 598 y(displayed.)S 8083 X 897 y (5.)S 482 x(Choose)S 166 x F153(Port)S 166 x(Name)S 166 x F151(and)S 166 x(select)S 166 x(the)S 166 x(appropriate)S 166 x(serial)S 166 x (port.)S 8083 X 896 y(6.)S 482 x(Activate)S 166 x(the)S 166 x(following)S 166 x(options)S 166 x(following)S 166 x(by)S 166 x(clicking)S 168 x (their)S 166 x(check)S 167 x(boxes:)S 9876 X 897 y(T)S -45 x(erminal)S 166 x(window)S 9876 X 598 y(Hang)S 167 x(up)S 167 x(on)S 166 x(close)S 9876 X 598 y(Quiet)S 166 x(mode)S 5 SC 26962 38258 XY F38(1)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier NewCenturySchlbk-Bold Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (2) 2 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 8083 4561 XY F36(Ini)S 2 x(tiating)S 167 x(the)S 166 x(Connectio)S 2 x(n)S 8980 X 797 y F151(T)S -46 x(o)S 166 x(start)S 166 x(the)S 166 x (PPP)S 167 x(connection,)S 168 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 897 y(1.)S 482 x(From)S 177 x(the)S 177 x(Apple)S 176 x(menu,)S 180 x(choose)S 177 x F153(Control)S 177 x(Panels.)S 2 x(..Con\211g)S 178 x(PPP)S F151(,)S 177 x(and)S 177 x(click)S 177 x(on)S 8980 X 597 y (the)S 173 x(Open)S 172 x(button.)S 263 x(A)S 172 x(status)S 172 x(icon)S 173 x(appears)S 172 x(and)S 173 x(indicates)S 172 x(that)S 172 x(the)S 173 x(connection)S 174 x(is)S 8980 X 598 y(started.)S 8083 X 897 y(2.)S 482 x(From)S 166 x(the)S 166 x(terminal)S 166 x(emulator)S 167 x(window)S -47 x(,)S 167 x(log)S 166 x(into)S 166 x(your)S 167 x(OpenVMS)S 166 x (Alpha)S 166 x(account.)S 8083 X 896 y(3.)S 482 x(At)S 165 x(the)S 167 x (DCL)S 165 x(prompt)S 166 x(\($\),)S 166 x(type)S 166 x(PPPD)S 167 x (CONNE)S -2 x(CT)S -46 x(.)S 8083 X 897 y(4.)S 482 x(Click)S 171 x(on)S 171 x(the)S 171 x(StartPPP)S 171 x(button.)S 259 x(OpenVMS)S 170 x(displays)S 170 x(a)S 171 x(connection)S 172 x(message)S 171 x(and)S 8980 X 598 y (preliminary)S 180 x(PPP)S 181 x(negotiation)S 180 x(codes)S 180 x(in)S 180 x(the)S 180 x(terminal)S 179 x(emulator)S 180 x(window)S 179 x(upon)S 8980 X 597 y(communication)S 167 x(with)S 165 x(the)S 166 x(client)S 167 x(system.)S 4497 12431 XY F28(1.2)S 399 x(Connecting)S 201 x(a)S 200 x(Linux)S 200 x(Client)S 200 x(to)S 199 x(an)S 200 x(OpenVMS)S 200 x (Alpha)S 199 x(Server)S 8083 X 797 y F36(Prerequisi)S 2 x(tes)S 8083 X 698 y F151(The)S 172 x(Linux)S 172 x(software)S 170 x(must)S 170 x(be)S 171 x(installed)S 170 x(on)S 171 x(the)S 171 x(client)S 171 x(system,)S 172 x(built)S 170 x(into)S 171 x(the)S 171 x(kernel,)S 8083 X 598 y (and)S 172 x(installed)S 170 x(in)S 172 x(the)S 171 x(users)S 171 x (path.)S 260 x(The)S 172 x(Point-to-Point)S 172 x(Protocol)S 171 x(utility)S 172 x(\(PPPD\))S 171 x(must)S 8083 X 597 y(also)S 166 x(be)S 166 x(installed)S 165 x(in)S 167 x(the)S 166 x(/usr/sbin)S 167 x(directory)S -55 x(.)S 8083 X 897 y F36(Related)S 166 x(Documentatio)S 2 x(n)S 8083 X 697 y F151(In)S 175 x(addition)S 174 x(to)S 175 x(the)S 175 x(documentation)S 175 x(you)S 176 x(received)S 175 x(with)S 175 x(your)S 175 x(Linux)S 176 x(system,)S 177 x(refer)S 175 x(to)S 8083 X 598 y(the)S 170 x(following)S 169 x(web)S 169 x(site)S 169 x(for)S 169 x(speci\211c)S 170 x(information)S 169 x(on)S 170 x(using)S 170 x(and)S 170 x(con\211gu)S 2 x(ring)S 170 x (Linux)S 171 x(for)S 8083 X 598 y(PPP:)S 8083 X 896 y F238(http://su)S 2 x(nsite.unc.ed)S 2 x(u/linux/HOWT)S 2 x(O/PPP-HOWTO.)S 2 x(html)S 8083 X 897 y F36(Con\211gu)S 2 x(ring)S 167 x(Y)S -37 x(our)S 167 x (System)S 8083 X 697 y F151(T)S -45 x(o)S 166 x(con\211gu)S 2 x(re)S 166 x(your)S 167 x(system)S 165 x(for)S 167 x(PPP)S 166 x(connection)S 2 x(s,)S 166 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 897 y(1.)S 482 x(On)S 188 x(the)S 189 x(Alpha)S 189 x(system,)S 194 x(enter)S 189 x (the)S 189 x(following)S 189 x(DCL)S 188 x(command)S 189 x(to)S 189 x (display)S 188 x(the)S 8980 X 598 y(current)S 167 x(PPP)S 167 x(settings:)S 8980 X 897 y F238($)S 1 SC 478 x(PPPD)S 240 x(SHOW)S 240 x F239(device-nam)S 2 x(e)S 0 SC 8980 X 896 y F151(where)S 189 x F152(device-name)S 190 x F151(is)S 189 x(the)S 189 x(name)S 190 x(of)S 189 x(the)S 190 x(device)S 189 x(that)S 190 x(will)S 188 x(support)S 189 x(the)S 190 x(PPP)S 8980 X 598 y(connection.)S 8083 X 897 y(2.)S 482 x(On)S 185 x(the)S 186 x(Linux)S 187 x(system,)S 191 x(modify)S 185 x(the)S 186 x(default)S 186 x(options)S 185 x(\211le)S 186 x(\(etc/ppp/options\))S 186 x(as)S 8980 X 597 y(necessary)S 168 x(so)S 167 x(that)S 168 x(these)S 167 x(PPP)S 168 x(options)S 168 x (\(such)S 168 x(as)S 167 x(\212ow)S 167 x(control,)S 169 x(baud)S 168 x (rate,)S 169 x(and)S 167 x(line)S 8980 X 598 y(speed\))S 170 x(are)S 170 x(compatible)S 170 x(with)S 170 x(the)S 170 x(current)S 171 x(PPP)S 171 x(settings)S 170 x(on)S 171 x(the)S 170 x(OpenVMS)S 170 x(Alpha)S 8980 X 598 y(server)S -36 x(.)S 8083 X 896 y F36(Ini)S 2 x(tiating)S 167 x(the)S 166 x(Connectio)S 2 x(n)S 8083 X 698 y F151(T)S -45 x(o)S 166 x(start)S 165 x(the)S 166 x(PPP)S 167 x(connection,)S 168 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 896 y(1.)S 482 x(On)S 179 x(the)S 179 x(Linux)S 181 x(system,)S 182 x(invoke)S 180 x(the)S 180 x(appropriate)S 179 x(terminal)S 179 x(emulation)S 179 x(program)S 8980 X 598 y(\(such)S 166 x(as,)S 166 x(Kermit\))S 166 x(to)S 165 x(log)S 167 x(in)S 166 x (to)S 166 x(the)S 166 x(Alpha)S 166 x(system.)S 8083 X 897 y(2.)S 482 x (Log)S 155 x(into)S 155 x(your)S 156 x(OpenVMS)S 155 x(account)S 155 x (on)S 155 x(the)S 155 x(Alpha)S 155 x(system,)S 157 x(and)S 155 x(at)S 155 x(the)S 155 x(DCL)S 154 x(prompt)S 8980 X 598 y(\($\),)S 166 x(type)S 166 x(PPPD)S 167 x(CONNE)S -2 x(CT)S -45 x(.)S 8083 X 896 y(3.)S 482 x (Open)S 179 x(a)S 179 x(second)S 180 x(terminal)S 179 x(emulator)S 180 x (window)S 179 x(on)S 180 x(the)S 179 x(Linux)S 181 x(system)S 179 x (and)S 179 x(at)S 180 x(the)S 8980 X 598 y(system)S 165 x(prompt,)S 167 x(type)S 166 x(pppd.)S 5 SC 4497 38258 XY F38(2)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Courier Courier-Oblique %%+ NewCenturySchlbk-Italic Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (USERTAGCOLOR) %%+ (FOOTCOLOR) % %%Page: (3) 3 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 4497 4636 XY F28(1.3)S 399 x(Connecting)S 201 x(an)S 200 x(OpenVMS)S 199 x(Alpha)S 200 x(Client)S 200 x(to)S 199 x(a)S 200 x(Linux)S 200 x (Server)S 8083 X 797 y F36(Prerequisi)S 2 x(tes)S 8083 X 697 y F151 (The)S 169 x(Linux)S 170 x(software)S 168 x(must)S 168 x(be)S 169 x (installed)S 168 x(on)S 169 x(the)S 169 x(server)S 169 x(system,)S 169 x (built)S 169 x(into)S 169 x(the)S 168 x(kernel,)S 8083 X 598 y(and)S 178 x(installed)S 177 x(in)S 178 x(the)S 178 x(users)S 177 x(path.)S 273 x(A)S 177 x(getty)S 179 x(must)S 177 x(also)S 177 x(be)S 178 x(running)S 179 x(in)S 178 x(order)S 178 x(for)S 178 x(you)S 8083 X 598 y(to)S 171 x (access)S 171 x(a)S 172 x(Linux)S 172 x(login)S 172 x(window)S -46 x (.)S 260 x(The)S 172 x(Point-to-Point)S 172 x(Protocol)S 172 x(utility)S 171 x(\(PPPD\))S 171 x(must)S 8083 X 598 y(also)S 166 x(be)S 166 x(installed)S 165 x(in)S 167 x(the)S 166 x(/usr/sbin)S 167 x(directory)S -55 x(.)S 8083 X 896 y F36(Related)S 166 x(Documentatio)S 2 x(n)S 8083 X 698 y F151(In)S 175 x(addition)S 174 x(to)S 175 x(the)S 175 x(documentation)S 175 x(you)S 176 x(received)S 175 x(with)S 175 x(your)S 175 x(Linux)S 176 x(system,)S 177 x(refer)S 175 x(to)S 8083 X 597 y(the)S 170 x(following)S 169 x(web)S 169 x(site)S 169 x(for)S 169 x(speci\211c)S 170 x(information)S 169 x(on)S 170 x(using)S 170 x(and)S 170 x(con\211gu)S 2 x(ring)S 170 x (Linux)S 171 x(for)S 8083 X 598 y(PPP:)S 8083 X 897 y F238(http://su)S 2 x(nsite.unc.ed)S 2 x(u/linux/HOWT)S 2 x(O/PPP-HOWTO.)S 2 x(html)S 8083 X 896 y F36(Con\211gu)S 2 x(ring)S 167 x(Y)S -37 x(our)S 167 x (System)S 8083 X 698 y F151(T)S -45 x(o)S 166 x(con\211gu)S 2 x(re)S 166 x(your)S 167 x(system)S 165 x(for)S 167 x(PPP)S 166 x(connection)S 2 x(s,)S 166 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 896 y(1.)S 482 x(On)S 188 x(the)S 189 x(Alpha)S 189 x(system,)S 194 x(enter)S 189 x (the)S 189 x(following)S 189 x(DCL)S 188 x(command)S 189 x(to)S 189 x (display)S 188 x(the)S 8980 X 598 y(current)S 167 x(PPP)S 167 x(settings:)S 8980 X 897 y F238($)S 1 SC 478 x(PPPD)S 240 x(SHOW)S 240 x F239(device-nam)S 2 x(e)S 0 SC 8980 X 896 y F151(where)S 189 x F152(device-name)S 190 x F151(is)S 189 x(the)S 189 x(name)S 190 x(of)S 189 x(the)S 190 x(device)S 189 x(that)S 190 x(will)S 188 x(support)S 189 x(the)S 190 x(PPP)S 8980 X 598 y(connection.)S 8083 X 897 y(2.)S 482 x(On)S 185 x(the)S 186 x(Linux)S 187 x(system,)S 191 x(modify)S 185 x(the)S 186 x(default)S 186 x(options)S 185 x(\211le)S 186 x(\(etc/ppp/options\))S 186 x(as)S 8980 X 598 y(necessary)S 168 x(so)S 167 x(that)S 168 x(these)S 167 x(PPP)S 168 x(options)S 168 x (\(such)S 168 x(as)S 167 x(\212ow)S 167 x(control,)S 169 x(baud)S 168 x (rate,)S 169 x(and)S 167 x(line)S 8980 X 597 y(speed\))S 170 x(are)S 170 x(compatible)S 170 x(with)S 170 x(the)S 170 x(current)S 171 x(PPP)S 171 x(settings)S 170 x(on)S 171 x(the)S 170 x(OpenVMS)S 170 x(Alpha)S 8980 X 598 y(server)S -36 x(.)S 8083 X 897 y F36(Ini)S 2 x(tiating)S 167 x(the)S 166 x(Connectio)S 2 x(n)S 8083 X 697 y F151(T)S -45 x(o)S 166 x(start)S 165 x(the)S 166 x(PPP)S 167 x(connection,)S 168 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 897 y(1.)S 482 x(On)S 199 x(the)S 200 x(Alpha)S 199 x(system,)S 208 x(type)S 200 x(the)S 199 x(following)S 200 x(DCL)S 199 x(command)S 199 x(to)S 200 x(start)S 199 x(the)S 8980 X 598 y(connection:)S 8980 X 896 y F238($)S 1 SC 478 x(PPPD)S 240 x(DIAL_OUT)S 241 x F239(device-name)S 0 SC 8980 X 897 y F151(where)S 189 x F152(device-name)S 190 x F151(is)S 189 x(the)S 189 x(name)S 190 x(of)S 189 x(the)S 190 x (device)S 189 x(that)S 190 x(will)S 188 x(support)S 189 x(the)S 190 x (PPP)S 8980 X 598 y(connection.)S 8083 X 896 y(2.)S 482 x(Log)S 167 x (in)S 166 x(to)S 166 x(the)S 166 x(Linux)S 167 x(system)S 166 x(and)S 166 x(type)S 166 x(pppd)S 166 x(passive.)S 8083 X 897 y(3.)S 482 x(From)S 174 x(the)S 174 x(Alpha)S 173 x(system,)S 175 x(complete)S 174 x(the)S 174 x(connection)S 175 x(by)S 174 x(pressing)S 173 x(CTRL-@.)S 265 x (This)S 8980 X 598 y(switches)S 165 x(the)S 166 x(serial)S 166 x(connection)S 167 x(from)S 166 x(terminal)S 166 x(mode)S 166 x(to)S 166 x(PPP)S 167 x (mode.)S 4497 28746 XY F28(1.4)S 399 x(Connecting)S 201 x(a)S 200 x (Linux)S 200 x(Client)S 200 x(to)S 199 x(an)S 200 x(OpenVMS)S 200 x (Alpha)S 199 x(Server)S 199 x(via)S 201 x(a)S 199 x(LA)S -44 x(T)S 8083 X 797 y F36(Prerequisi)S 2 x(tes)S 8083 X 697 y F151(The)S 172 x(Linux)S 172 x(software)S 170 x(must)S 170 x(be)S 171 x(installed)S 170 x(on)S 171 x(the)S 171 x(client)S 171 x(system,)S 172 x(built)S 170 x(into)S 171 x(the)S 171 x(kernel,)S 8083 X 598 y(and)S 172 x(installed)S 170 x (in)S 172 x(the)S 171 x(users)S 171 x(path.)S 260 x(The)S 172 x(Point-to-Point)S 172 x(Protocol)S 171 x(utility)S 172 x(\(PPPD\))S 171 x(must)S 8083 X 597 y(also)S 166 x(be)S 166 x(installed)S 165 x(in)S 167 x(the)S 166 x (/usr/sbin)S 167 x(directory)S -55 x(.)S 8083 X 897 y F36(Related)S 166 x(Documentatio)S 2 x(n)S 8083 X 697 y F151(In)S 175 x(addition)S 174 x(to)S 175 x(the)S 175 x(documentation)S 175 x(you)S 176 x(received)S 175 x(with)S 175 x(your)S 175 x(Linux)S 176 x(system,)S 177 x(refer)S 175 x(to)S 8083 X 598 y(the)S 170 x(following)S 169 x(web)S 169 x(site)S 169 x(for)S 169 x(speci\211c)S 170 x(information)S 169 x(on)S 170 x (using)S 170 x(and)S 170 x(con\211gu)S 2 x(ring)S 170 x(Linux)S 171 x (for)S 8083 X 598 y(PPP:)S 8083 X 897 y F238(http://su)S 2 x(nsite.unc.ed)S 2 x(u/linux/HOWT)S 2 x(O/PPP-HOWTO.)S 2 x(html)S 5 SC 26962 38258 XY F38(3)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Courier-Oblique NewCenturySchlbk-Italic %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (USERTAGCOLOR) %%+ (FOOTCOLOR) % %%Page: (4) 4 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 8083 4561 XY F36(Con\211gu)S 2 x(ring)S 167 x(Y)S -37 x(our)S 167 x (System)S 8083 X 697 y F151(T)S -45 x(o)S 166 x(con\211gu)S 2 x(re)S 166 x(your)S 167 x(system)S 165 x(for)S 167 x(PPP)S 166 x(connection)S 2 x(s,)S 166 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 897 y(1.)S 482 x(On)S 188 x(the)S 189 x(Alpha)S 189 x(system,)S 194 x(enter)S 189 x (the)S 189 x(following)S 189 x(DCL)S 188 x(command)S 189 x(to)S 189 x (display)S 188 x(the)S 8980 X 598 y(current)S 167 x(PPP)S 167 x(settings:)S 8980 X 896 y F238($)S 1 SC 478 x(PPPD)S 240 x(SHOW)S 240 x F239(device-nam)S 2 x(e)S 0 SC 8980 X 897 y F151(where)S 189 x F152(device-name)S 190 x F151(is)S 189 x(the)S 189 x(name)S 190 x(of)S 189 x(the)S 190 x(device)S 189 x(that)S 190 x(will)S 188 x(support)S 189 x(the)S 190 x(PPP)S 8980 X 598 y(connection.)S 8083 X 896 y(2.)S 482 x(On)S 185 x(the)S 186 x(Linux)S 187 x(system,)S 191 x(modify)S 185 x(the)S 186 x(default)S 186 x(options)S 185 x(\211le)S 186 x(\(etc/ppp/options\))S 186 x(as)S 8980 X 598 y(necessary)S 168 x(so)S 167 x(that)S 168 x(these)S 167 x(PPP)S 168 x(options)S 168 x (\(such)S 168 x(as)S 167 x(\212ow)S 167 x(control,)S 169 x(baud)S 168 x (rate,)S 169 x(and)S 167 x(line)S 8980 X 598 y(speed\))S 170 x(are)S 170 x(compatible)S 170 x(with)S 170 x(the)S 170 x(current)S 171 x(PPP)S 171 x(settings)S 170 x(on)S 171 x(the)S 170 x(OpenVMS)S 170 x(Alpha)S 8980 X 598 y(server)S -36 x(.)S 8083 X 896 y F36(Ini)S 2 x(tiating)S 167 x(the)S 166 x(Connectio)S 2 x(n)S 8083 X 698 y F151(T)S -45 x(o)S 166 x(start)S 165 x(the)S 166 x(PPP)S 167 x(connection,)S 168 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 896 y(1.)S 482 x(Connect)S 178 x (to)S 177 x(the)S 178 x(LA)S -28 x(T)S 178 x(from)S 178 x(the)S 177 x (Linux)S 179 x(system)S 177 x(using)S 178 x(the)S 178 x(appropriate)S 177 x(terminal)S 8980 X 598 y(emulation)S 188 x(program.)S 295 x(This)S 189 x(may)S 188 x(include)S 190 x(using)S 189 x(a)S 188 x(modem)S 188 x (to)S 188 x(connec)S 2 x(t)S 188 x(to)S 188 x(the)S 8980 X 598 y(computer)S -37 x(.)S 8083 X 896 y(2.)S 482 x(After)S 183 x(accessing)S 184 x(the)S 184 x(LA)S -28 x(T)S -46 x(,)S 184 x(connec)S 2 x(t)S 183 x(to)S 183 x (a)S 184 x(service)S 184 x(which)S 184 x(can)S 184 x(access)S 183 x (the)S 183 x(Alpha)S 8980 X 598 y(system.)S 249 x(For)S 166 x(instructions)S 166 x(on)S 167 x(how)S 166 x(to)S 166 x(set)S 165 x(up)S 167 x(a)S 166 x (LA)S -28 x(T)S 166 x(service,)S 167 x(see)S 166 x(Section)S 166 x(1.10.1.)S 8083 X 897 y(3.)S 482 x(Log)S 188 x(in)S 187 x(to)S 187 x(your)S 188 x (OpenVMS)S 186 x(account)S 188 x(on)S 188 x(the)S 187 x(Alpha)S 187 x (system,)S 192 x(and)S 187 x(at)S 187 x(the)S 187 x(DCL)S 8980 X 598 y (prompt)S 166 x(\($\),)S 166 x(type)S 166 x(PPPD)S 166 x(CONNECT)S -47 x (.)S 8083 X 896 y(4.)S 482 x(Open)S 166 x(a)S 166 x(second)S 166 x(terminal)S 166 x(window)S 165 x(on)S 167 x(the)S 166 x(Linux)S 167 x(system)S 166 x (and)S 166 x(type)S 167 x(pppd.)S 4497 20501 XY F28(1.5)S 399 x(Connecting)S 201 x(an)S 200 x(OpenVMS)S 199 x(Alpha)S 200 x(Client)S 200 x(to)S 199 x (a)S 200 x(Linux)S 200 x(Server)S 199 x(via)S 201 x(a)S 199 x(LA)S -44 x (T)S 8083 X 797 y F36(Prerequisi)S 2 x(tes)S 8083 X 698 y F151(Linux)S 170 x(must)S 168 x(be)S 168 x(installed)S 168 x(on)S 169 x(the)S 168 x (server)S 169 x(system,)S 169 x(built)S 168 x(into)S 169 x(the)S 168 x (kernel,)S 171 x(and)S 168 x(installed)S 8083 X 597 y(in)S 161 x(the)S 161 x(users)S 160 x(path.)S 250 x(A)S 160 x(getty)S 162 x(must)S 160 x (also)S 160 x(be)S 161 x(running)S 162 x(in)S 161 x(order)S 161 x(for)S 161 x(you)S 162 x(to)S 160 x(access)S 160 x(a)S 161 x(Linux)S 8083 X 598 y(login)S 170 x(screen.)S 257 x(The)S 170 x(Point-to-Point)S 169 x (Protocol)S 170 x(utility)S 170 x(\(PPPD\))S 169 x(must)S 169 x(also)S 169 x(be)S 169 x(installed)S 169 x(in)S 8083 X 598 y(the)S 166 x(/usr/)S 2 x(sbin)S 165 x(directory)S -54 x(.)S 8083 X 896 y F36(Related)S 166 x (Documentatio)S 2 x(n)S 8083 X 698 y F151(In)S 175 x(addition)S 174 x (to)S 175 x(the)S 175 x(documentation)S 175 x(you)S 176 x(received)S 175 x(with)S 175 x(your)S 175 x(Linux)S 176 x(system,)S 177 x(refer)S 175 x(to)S 8083 X 598 y(the)S 170 x(following)S 169 x(web)S 169 x(site)S 169 x(for)S 169 x(speci\211c)S 170 x(information)S 169 x(on)S 170 x (using)S 170 x(and)S 170 x(con\211gu)S 2 x(ring)S 170 x(Linux)S 171 x (for)S 8083 X 597 y(PPP:)S 8083 X 897 y F238(http://su)S 2 x(nsite.unc.ed)S 2 x(u/linux/HOWT)S 2 x(O/PPP-HOWTO.)S 2 x(html)S 8083 X 897 y F36(Con\211gu)S 2 x(ring)S 167 x(Y)S -37 x(our)S 167 x(System)S 8083 X 697 y F151(T)S -45 x(o)S 166 x(con\211gu)S 2 x(re)S 166 x(your)S 167 x(system)S 165 x (for)S 167 x(PPP)S 166 x(connection)S 2 x(s,)S 166 x(follow)S 165 x (these)S 166 x(steps:)S 8083 X 897 y(1.)S 482 x(On)S 188 x(the)S 189 x (Alpha)S 189 x(system,)S 194 x(enter)S 189 x(the)S 189 x(following)S 189 x(DCL)S 188 x(command)S 189 x(to)S 189 x(display)S 188 x(the)S 8980 X 597 y(current)S 167 x(PPP)S 167 x(settings:)S 8980 X 897 y F238($)S 1 SC 478 x(PPPD)S 240 x(SHOW)S 240 x F239(device-nam)S 2 x(e)S 0 SC 8980 X 897 y F151(where)S 189 x F152(device-name)S 190 x F151(is)S 189 x (the)S 189 x(name)S 190 x(of)S 189 x(the)S 190 x(device)S 189 x(that)S 190 x(will)S 188 x(support)S 189 x(the)S 190 x(PPP)S 8980 X 597 y(connection.)S 8083 X 897 y(2.)S 482 x(On)S 185 x(the)S 186 x(Linux)S 187 x(system,)S 191 x(modify)S 185 x(the)S 186 x(default)S 186 x(options)S 185 x(\211le)S 186 x(\(etc/ppp/options\))S 186 x(as)S 8980 X 598 y(necessary)S 168 x (so)S 167 x(that)S 168 x(these)S 167 x(PPP)S 168 x(options)S 168 x(\(such)S 168 x(as)S 167 x(\212ow)S 167 x(control,)S 169 x(baud)S 168 x(rate,)S 169 x(and)S 167 x(line)S 8980 X 598 y(speed\))S 170 x(are)S 170 x(compatible)S 170 x(with)S 170 x(the)S 170 x(current)S 171 x(PPP)S 171 x(settings)S 170 x(on)S 171 x(the)S 170 x(OpenVMS)S 170 x(Alpha)S 8980 X 597 y(server)S -36 x(.)S 5 SC 4497 38258 XY F38(4)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Courier-Oblique NewCenturySchlbk-Italic %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (USERTAGCOLOR) %%+ (FOOTCOLOR) % %%Page: (5) 5 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 8083 4561 XY F36(Ini)S 2 x(tiating)S 167 x(the)S 166 x(Connectio)S 2 x(n)S 8083 X 697 y F151(T)S -45 x(o)S 166 x(start)S 165 x(the)S 166 x (PPP)S 167 x(connection,)S 168 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 897 y(1.)S 482 x(On)S 166 x(the)S 166 x(Alpha)S 166 x(system,)S 166 x(type)S 166 x(the)S 166 x(following)S 166 x(DCL)S 166 x(command:)S 8980 X 897 y F238($)S 1 SC 478 x(PPPD)S 240 x(DIAL_OUT)S 241 x F239 (LAT-device-n)S 2 x(ame)S 0 SC 8980 X 896 y F151(where)S 174 x F152 (LA)S -37 x(T)S -64 x(-device-name)S 175 x F151(is)S 173 x(the)S 175 x (name)S 174 x(of)S 174 x(the)S 175 x(LA)S -28 x(T)S 174 x(device)S 175 x (that)S 174 x(will)S 174 x(support)S 174 x(the)S 8980 X 598 y(PPP)S 167 x(connection.)S 8083 X 897 y(2.)S 482 x(Log)S 167 x(in)S 166 x(to)S 166 x(the)S 166 x(Linux)S 167 x(system)S 166 x(and)S 166 x(type)S 166 x (pppd)S 166 x(passive.)S 8083 X 896 y(3.)S 482 x(From)S 174 x(the)S 174 x(Alpha)S 173 x(system,)S 175 x(complete)S 174 x(the)S 174 x(connection)S 175 x(by)S 174 x(pressing)S 173 x(CTRL-@.)S 265 x(This)S 8980 X 598 y (switches)S 165 x(the)S 166 x(serial)S 166 x(connection)S 167 x(from)S 166 x(terminal)S 166 x(mode)S 166 x(to)S 166 x(PPP)S 167 x(mode.)S 4497 12033 XY F28(1.6)S 399 x(Connecting)S 201 x(a)S 200 x(Microsoft)S 200 x(W)S -5 x (indows)S 200 x(95)S 200 x(Client)S 200 x(to)S 199 x(an)S 200 x(OpenVMS)S 200 x(Alpha)S 199 x(Server)S 8083 X 797 y F36(Prerequisi)S 2 x(tes)S 8083 X 697 y F151(The)S 172 x(appropriate)S 171 x(dial-up)S 171 x(adapter)S 171 x(and)S 171 x(network)S 172 x(protocol)S 171 x(that)S 171 x(you)S 172 x(want)S 171 x(to)S 170 x(use)S 172 x(over)S 8083 X 598 y(the)S 166 x(PPP)S 167 x(connection)S 168 x(must)S 165 x(be)S 166 x(installed)S 166 x(on)S 166 x(the)S 166 x(PC.)S 8083 X 897 y F36(Related)S 166 x (Documentatio)S 2 x(n)S 8083 X 697 y F151(Refer)S 168 x(to)S 167 x(the)S 168 x(Microsoft)S 167 x(documentation)S 168 x(you)S 169 x(received)S 168 x(with)S 167 x(your)S 169 x(PC)S 167 x(and)S 168 x(W)S -19 x(indows)S 167 x(95)S 8083 X 598 y(operating)S 167 x(system.)S 8083 X 896 y F36 (Con\211gu)S 2 x(ring)S 167 x(Y)S -37 x(our)S 167 x(System)S 8083 X 698 y F151(T)S -45 x(o)S 166 x(con\211gu)S 2 x(re)S 166 x(your)S 167 x (system)S 165 x(for)S 167 x(PPP)S 166 x(connection)S 2 x(s,)S 166 x (follow)S 165 x(these)S 166 x(steps:)S 8083 X 896 y(1.)S 482 x(From)S 210 x(the)S 210 x(Start)S 210 x(menu,)S 222 x(choose)S 210 x F153(Programs...Accesso)S 2 x(ries...Dia)S 2 x(l)S 210 x(Up)S 8980 X 598 y(Networking.)S 250 x F151(The)S 167 x(Dial)S 165 x(Up)S 166 x(Networking)S 167 x(dialog)S 166 x(box)S 167 x(is)S 166 x(displayed.)S 8083 X 897 y(2.)S 482 x(Choose)S 187 x F153(Make)S 187 x(New)S 187 x(Connection)S 189 x F151(to)S 187 x (invoke)S 188 x(the)S 187 x(Make)S 188 x(a)S 187 x(New)S 187 x(Connection)S 8980 X 598 y(wizard.)S 8083 X 896 y(3.)S 482 x(Do)S 165 x(the)S 167 x (following:)S 8980 X 897 y(\201)S 594 x(Enter)S 174 x(a)S 173 x(name)S 174 x(for)S 174 x(the)S 173 x(PPP)S 175 x(sess)S -2 x(ion,)S 177 x(select)S 173 x(the)S 173 x(modem)S 174 x(through)S 175 x(which)S 173 x(you)S 9876 X 598 y(are)S 167 x(making)S 167 x(the)S 166 x(connection,)S 168 x (then)S 166 x(click)S 167 x(on)S 166 x(the)S 167 x(Con\211gure)S 167 x (button.)S 8980 X 896 y(\201)S 594 x(V)S -46 x(erify)S 173 x(the)S 172 x (modem)S 172 x(settings)S 171 x(and)S 173 x(make)S 172 x(sure)S 172 x (they)S 173 x(they)S 173 x(are)S 172 x(compatible)S 171 x(with)S 9876 X 598 y(the)S 167 x(modem)S 165 x(to)S 166 x(which)S 167 x(you)S 167 x (are)S 166 x(trying)S 167 x(to)S 166 x(connect.)S 8980 X 897 y(\201)S 594 x(Click)S 175 x(on)S 174 x(the)S 175 x(Options)S 173 x(tab)S 174 x (and)S 175 x(choose)S 174 x(to)S 174 x(bring)S 176 x(up)S 174 x(a)S 174 x(window)S 174 x(after)S 174 x(dialing.)S 9876 X 597 y(Then)S 168 x (click)S 166 x(on)S 167 x(the)S 166 x(Next)S 166 x(button.)S 8980 X 897 y(\201)S 594 x(Enter)S 191 x(the)S 191 x(phone)S 191 x(number)S 191 x(of)S 190 x(the)S 191 x(Alpha)S 190 x(server)S 191 x(and)S 191 x (click)S 191 x(on)S 191 x(the)S 190 x(Next)S 9876 X 598 y(button.)S 8083 X 896 y(4.)S 482 x(Click)S 166 x(on)S 166 x(the)S 167 x(Finish)S 166 x(button.)S 8083 X 897 y F36(Ini)S 2 x(tiating)S 167 x(the)S 166 x (Connectio)S 2 x(n)S 8083 X 698 y F151(T)S -45 x(o)S 166 x(start)S 165 x (the)S 166 x(PPP)S 167 x(connection,)S 168 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 896 y(1.)S 482 x(From)S 210 x(the)S 210 x(Start)S 210 x(menu,)S 222 x(choose)S 210 x F153(Programs...Accesso)S 2 x(ries...Dia)S 2 x(l)S 210 x(Up)S 8980 X 598 y(Networking.)S 250 x F151(The)S 167 x (Dial)S 165 x(Up)S 166 x(Networking)S 167 x(dialog)S 166 x(box)S 167 x (is)S 166 x(displayed.)S 8083 X 897 y(2.)S 482 x(Double-click)S 174 x (on)S 174 x(the)S 174 x(name)S 174 x(of)S 174 x(the)S 174 x(PPP)S 175 x (session)S 173 x(that)S 174 x(you)S 175 x(want)S 173 x(to)S 174 x(initiate,)S 176 x(then)S 8980 X 597 y(click)S 166 x(on)S 167 x(the)S 166 x(Connect)S 167 x(button.)S 5 SC 26962 38258 XY F38(5)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Courier-Oblique NewCenturySchlbk-Italic %%+ NewCenturySchlbk-Bold Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (USERTAGCOLOR) %%+ (FOOTCOLOR) % %%Page: (6) 6 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 8083 4555 XY F151(3.)S 482 x(From)S 172 x(the)S 171 x(terminal)S 172 x(emulator)S 172 x(window)S -47 x(,)S 173 x(log)S 172 x(into)S 172 x (your)S 173 x(OpenVMS)S 171 x(account)S 172 x(on)S 172 x(the)S 8980 X 598 y(Alpha)S 166 x(system.)S 8083 X 897 y(4.)S 482 x(At)S 165 x(the)S 167 x(DCL)S 165 x(prompt)S 166 x(\($\),)S 166 x(type)S 166 x(PPPD)S 167 x(CONNE)S -2 x(CT)S -46 x(.)S 8083 X 896 y(5.)S 482 x(Press)S 166 x (F7)S 166 x(complete)S 166 x(the)S 166 x(connection.)S 4497 8042 XY F28(1.7)S 399 x(Connecting)S 201 x(a)S 200 x(Microsoft)S 200 x(W)S -5 x (indows)S 200 x(3.1)S 200 x(Client)S 200 x(to)S 200 x(an)S 199 x(OpenVMS)S 200 x(Alpha)S 200 x(Server)S 8083 X 797 y F36(Prerequisi)S 2 x(tes)S 8083 X 697 y F151(A)S 182 x(PPP)S 182 x(software)S 181 x(package,)S 188 x(such)S 182 x(as)S 182 x(T)S -31 x(rumpet)S 182 x(W)S -19 x(insock,)S 187 x(must)S 182 x(be)S 182 x(installed)S 181 x(on)S 182 x(the)S 8083 X 598 y(client)S 166 x(system.)S 249 x(Y)S -55 x(ou)S 166 x(can)S 167 x (access)S 165 x(this)S 166 x(software)S 165 x(from)S 166 x(the)S 166 x (following)S 167 x(web)S 165 x(site:)S 8083 X 897 y F238(http://ww)S 2 x(w.trumpet.co)S 2 x(m.au)S 8083 X 897 y F36(Related)S 166 x(Documentatio)S 2 x(n)S 8083 X 697 y F151(Refer)S 178 x(to)S 177 x(the)S 178 x(Microsoft)S 178 x(documentation)S 178 x(you)S 179 x(received)S 178 x(with)S 178 x (your)S 178 x(PC)S 178 x(and)S 178 x(W)S -19 x(indows)S 8083 X 598 y (V)S -46 x(ersion)S 166 x(3.1)S 167 x(operating)S 166 x(system.)S 8083 X 896 y F36(Con\211gu)S 2 x(ring)S 167 x(Y)S -37 x(our)S 167 x(System)S 8083 X 698 y F151(T)S -45 x(o)S 166 x(con\211gu)S 2 x(re)S 166 x(your)S 167 x(system)S 165 x(for)S 167 x(PPP)S 166 x(connection)S 2 x(s,)S 166 x (follow)S 165 x(these)S 166 x(steps:)S 8083 X 896 y(1.)S 482 x(Click)S 166 x(on)S 166 x(the)S 167 x(T)S -31 x(rumpet)S 166 x(W)S -19 x(insock)S 167 x(icon.)S 8083 X 897 y(2.)S 482 x(From)S 167 x(the)S 168 x(File)S 167 x(Menu,)S 169 x(choose)S 167 x(Setup.)S 252 x(The)S 168 x(T)S -31 x (rumpet)S 167 x(W)S -18 x(insock)S 167 x(Setup)S 167 x(dialog)S 168 x (box)S 167 x(is)S 8980 X 598 y(displayed.)S 8083 X 896 y(3.)S 482 x (Select)S 171 x(the)S 171 x(Internal)S 171 x(PPP)S 171 x(check)S 2 x (box)S 171 x(and)S 171 x(enter)S 172 x(the)S 171 x(necessary)S 171 x (domain)S 171 x(suf\211x)S 172 x(and)S 8980 X 598 y(name)S 166 x(server)S 167 x(information.)S 8083 X 897 y(4.)S 482 x(Click)S 166 x(on)S 166 x (the)S 167 x(OK)S 165 x(button.)S 8083 X 896 y(5.)S 482 x(Restart)S 165 x(the)S 166 x(T)S -31 x(rumpet)S 167 x(W)S -19 x(insock)S 166 x (software.)S 8083 X 897 y F36(Ini)S 2 x(tiating)S 167 x(the)S 166 x (Connectio)S 2 x(n)S 8083 X 697 y F151(T)S -45 x(o)S 166 x(start)S 165 x (the)S 166 x(PPP)S 167 x(connection,)S 168 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 897 y(1.)S 482 x(Click)S 166 x(on)S 166 x(the)S 167 x(T)S -31 x(rumpet)S 166 x(W)S -19 x(insock)S 167 x(icon.)S 8083 X 897 y(2.)S 482 x(From)S 166 x(the)S 166 x(Dialer)S 166 x(Menu,)S 168 x (choose)S 166 x(Manual)S 167 x(Dial.)S 8083 X 896 y(3.)S 482 x(T)S -26 x (ype)S 167 x(the)S 166 x(phone)S 167 x(number)S 167 x(of)S 165 x(the)S 167 x(computer)S 166 x(to)S 166 x(which)S 166 x(you)S 167 x(want)S 166 x (to)S 166 x(connect.)S 8083 X 897 y(4.)S 482 x(Press)S 166 x(a)S 166 x (few)S 165 x(carriage)S 167 x(returns)S 167 x(and)S 166 x(log)S 166 x (in)S 167 x(to)S 166 x(the)S 166 x(Alpha)S 166 x(system.)S 8083 X 897 y (5.)S 482 x(At)S 165 x(the)S 167 x(DCL)S 165 x(prompt)S 166 x(\($\),)S 166 x(type)S 166 x(PPPD)S 167 x(CONNE)S -2 x(CT)S -46 x(.)S 8083 X 896 y (6.)S 482 x(Press)S 166 x(the)S 166 x(Escape)S 165 x(key)S 167 x(to)S 166 x(complete)S 166 x(the)S 166 x(PPP)S 167 x(connection.)S 4497 28565 XY F28(1.8)S 399 x(Connecting)S 208 x(a)S 206 x(Microsoft)S 207 x(W)S -5 x (indows)S 207 x(NT)S 206 x(3.51)S 207 x(Client)S 207 x(to)S 206 x(an)S 207 x(OpenVMS)S 206 x(Alpha)S 5726 X 698 y(Server)S 496 x 797 y F36 (Related)S 166 x(Documentatio)S 2 x(n)S 8083 X 697 y F151(Refer)S 160 x (to)S 159 x(the)S 160 x(Microsoft)S 160 x(documentation)S 160 x(you)S 161 x(received)S 160 x(with)S 160 x(your)S 160 x(PC)S 160 x(and)S 160 x (W)S -19 x(indows)S 159 x(NT)S 8083 X 598 y(operating)S 167 x(system.)S 8083 X 896 y F36(Con\211gu)S 2 x(ring)S 167 x(Y)S -37 x(our)S 167 x (System)S 8083 X 698 y F151(T)S -45 x(o)S 166 x(con\211gu)S 2 x(re)S 166 x(your)S 167 x(system)S 165 x(for)S 167 x(PPP)S 166 x(connection)S 2 x(s,)S 166 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 896 y(1.)S 482 x(Set)S 178 x(up)S 179 x(your)S 179 x(modem)S 178 x(by)S 179 x(booting)S 179 x(the)S 178 x(PC)S 179 x(with)S 178 x(your)S 179 x(modem)S 178 x (installed)S 178 x(\(laptops)S 8980 X 598 y(only\))S 167 x(and)S 166 x (choosing)S 167 x(the)S 166 x(appropriate)S 166 x(modem)S 166 x(settings)S 165 x(from)S 166 x(the)S 167 x(Control)S 166 x(Panel.)S 5 SC 4497 38258 XY F38(6)S EP PP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold Courier Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (FOOTCOLOR) % %%Page: (7) 7 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 8083 4555 XY F151(2.)S 482 x(Set)S 175 x(up)S 176 x(the)S 176 x (network)S 176 x(protocol)S 176 x(and)S 176 x(Remote)S 175 x(Access)S 175 x(Service)S 177 x(\(RAS\))S 174 x(by)S 176 x(doing)S 177 x(the)S 8980 X 598 y(following:)S 8980 X 897 y(a.)S 481 x(Choose)S 193 x F153 (Programs...Set)S 2 x(tings..)S 2 x(.Control)S 193 x(Panel)S F151(.)S 304 x(The)S 193 x(Control)S 192 x(Panel)S 9876 X 597 y(window)S 166 x (is)S 165 x(displayed.)S 8980 X 897 y(b.)S 481 x(Double-click)S 167 x (on)S 166 x(the)S 167 x(Network)S 166 x(icon.)S 250 x(The)S 166 x(Network)S 166 x(dialog)S 167 x(box)S 166 x(is)S 166 x(displayed.)S 8980 X 897 y (c.)S 537 x(Choose)S 175 x(the)S 175 x(TCP/IP)S 175 x(protocol)S 175 x (and)S 175 x(click)S 175 x(on)S 175 x(the)S 175 x(Add)S 174 x(Software)S 174 x(button.)S 267 x(This)S 9876 X 597 y(leads)S 166 x(you)S 167 x (through)S 168 x(the)S 166 x(TCP/IP)S 166 x(installation.)S 8980 X 897 y (d.)S 472 x(Once)S 179 x(you)S 179 x(have)S 180 x(returned)S 179 x(to)S 179 x(the)S 178 x(Network)S 179 x(dialog)S 178 x(box,)S 183 x(choose)S 179 x(the)S 179 x(Remote)S 9876 X 598 y(Access)S 166 x(Services)S 166 x (Protocol)S 167 x(and)S 166 x(click)S 167 x(on)S 166 x(the)S 166 x(Add)S 166 x(Software)S 165 x(button.)S 8980 X 896 y(e.)S 509 x(When)S 170 x (prompted)S 169 x(by)S 170 x(the)S 169 x(RAS)S 168 x(installation,)S 170 x(use)S 169 x(the)S 170 x(modem)S 169 x(speci\211ed)S 169 x(in)S 169 x(step)S 9876 X 598 y(1.)S 8980 X 897 y(f.)S 592 x(Unless)S 185 x (a)S 184 x(different)S 185 x(TCP/IP)S 185 x(package)S 186 x(is)S 184 x (desired,)S 190 x(also)S 184 x(install)S 184 x(the)S 185 x(Simple)S 9876 X 598 y(TCP/IP)S 167 x(Service.)S 8083 X 896 y(3.)S 482 x(Close)S 165 x(the)S 166 x(Network)S 166 x(dialog)S 167 x(box)S 166 x(and)S 167 x (reboot)S 166 x(the)S 166 x(PC.)S 8083 X 897 y F36(Ini)S 2 x(tiating)S 167 x(the)S 166 x(Connectio)S 2 x(n)S 8083 X 697 y F151(T)S -45 x(o)S 166 x(start)S 165 x(the)S 166 x(PPP)S 167 x(connection,)S 168 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 897 y(1.)S 482 x(Double-click)S 166 x(on)S 167 x(the)S 166 x(My)S 167 x(Computer)S 166 x(folder)S 166 x (and)S 166 x(the)S 166 x(Dial-up)S 166 x(Network)S 166 x(icon.)S 8083 X 896 y(2.)S 482 x(Enter)S 180 x(the)S 180 x(dial-in)S 180 x(information)S 181 x(for)S 180 x(the)S 181 x(remote)S 180 x(site)S 179 x(and)S 181 x (click)S 181 x(on)S 180 x(the)S 181 x(Connect)S 8980 X 598 y(button.)S 4497 19499 XY F28(1.9)S 399 x(Connecting)S 201 x(from)S 199 x(an)S 200 x (OpenVMS)S 200 x(Alpha)S 199 x(Client)S 200 x(to)S 200 x(a)S 199 x(LA)S -44 x(T)S 199 x(Server)S 8083 X 797 y F36(Ini)S 2 x(tiating)S 167 x (the)S 166 x(Connectio)S 2 x(n)S 8083 X 698 y F151(T)S -45 x(o)S 166 x (start)S 165 x(the)S 166 x(PPP)S 167 x(connection,)S 168 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 896 y(1.)S 482 x(T)S -26 x(ype)S 167 x(the)S 166 x(following)S 166 x(command)S 166 x(at)S 166 x(the)S 166 x(DCL)S 166 x(prompt:)S 8980 X 897 y F238($)S 1 SC 239 x(PPPD)S 240 x(DIAL_OUT)S 240 x F239(LAT-dev)S 2 x(ice-name)S 0 SC 8980 X 896 y F151(where)S 174 x F152(LA)S -37 x(T)S -64 x(-device-name)S 175 x F151 (is)S 173 x(the)S 175 x(name)S 174 x(of)S 174 x(the)S 175 x(LA)S -28 x (T)S 174 x(device)S 175 x(that)S 174 x(will)S 174 x(support)S 174 x (the)S 8980 X 598 y(PPP)S 167 x(connection.)S 8083 X 897 y(2.)S 482 x (Access)S 165 x(the)S 166 x(LA)S -27 x(T)S -46 x(,)S 167 x(and)S 166 x (the)S 166 x(LA)S -27 x(T)S 166 x(prompt)S 166 x(\(Local>\),)S 166 x (type)S 167 x(connect)S 167 x(ppp.)S 8083 X 896 y(3.)S 482 x(Complete)S 189 x(the)S 191 x(connection)S 191 x(by)S 190 x(pressing)S 191 x(CTRL-@.)S 297 x(This)S 190 x(switches)S 190 x(the)S 190 x(serial)S 8980 X 598 y (connection)S 167 x(from)S 166 x(terminal)S 166 x(mode)S 166 x(to)S 166 x(PPP)S 167 x(mode.)S 5 SC 26962 38258 XY F38(7)S EP PP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Helvetica-Bold %%+ Courier Courier-Oblique NewCenturySchlbk-Italic %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (USERTAGCOLOR) %%+ (FOOTCOLOR) % %%Page: (8) 8 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 4497 4636 XY F28(1.10)S 399 x(Setting)S 200 x(Up)S 199 x(a)S 200 x (LA)S -44 x(T)S 199 x(Service)S 8083 X 797 y F151(Set)S 173 x(up)S 174 x (a)S 174 x(LA)S -28 x(T)S 174 x(service)S 174 x(if)S 173 x(you)S 175 x (want)S 173 x(to)S 173 x(another)S 175 x(system)S 173 x(via)S 174 x (a)S 173 x(Local)S 174 x(Area)S 173 x(T)S -30 x(ransport)S 8083 X 598 y (\(LA)S -27 x(T\).)S 181 x(T)S -45 x(o)S 180 x(do)S 181 x(this,)S 185 x (you)S 182 x(must:)S 279 x(create)S 181 x(the)S 181 x(LA)S -27 x(T)S 181 x(service)S 181 x(itself,)S 184 x(con\211g)S 2 x(ure)S 181 x(the)S 182 x(LA)S -28 x(T)S 8083 X 597 y(server)S -36 x(,)S 166 x(and)S 167 x (con\211gu)S 2 x(re)S 166 x(the)S 166 x(port)S 166 x(through)S 168 x (which)S 166 x(you)S 167 x(are)S 166 x(connecting)S 2 x(.)S 4497 7625 XY F36(1.10.1)S 399 x(Creating)S 166 x(the)S 167 x(LA)S -37 x(T)S 166 x (Service)S 8980 X 697 y 7812 24 R 17094 8322 XY(Note)S 299 x 7812 24 R 8980 9219 XY F151(In)S 170 x(order)S 170 x(to)S 170 x(perform)S 170 x (this)S 169 x(procedure,)S 172 x(you)S 171 x(must)S 170 x(have)S 170 x (SETPRIV)S 169 x(privilege)S 171 x(on)S 8980 X 597 y(the)S 166 x(related)S 166 x(LA)S -28 x(T)S 167 x(server)S -37 x(.)S 8980 X 698 y 17340 24 R 8083 11709 XY(T)S -45 x(o)S 166 x(create)S 166 x(the)S 166 x(LA)S -27 x (T)S 166 x(service,)S 167 x(follow)S 165 x(these)S 166 x(steps:)S 8083 X 897 y(1.)S 482 x(At)S 174 x(the)S 175 x(Local>)S 175 x(prompt,)S 177 x (enter)S 175 x(the)S 175 x(SETPRIV)S 173 x(command)S 175 x(and)S 175 x (the)S 175 x(corresponding)S 8980 X 598 y(password.)S 8083 X 896 y(2.)S 482 x(Once)S 166 x(you)S 167 x(have)S 167 x(successfully)S 166 x(logged)S 167 x(in,)S 167 x(enter)S 166 x(the)S 167 x(following)S 166 x(DCL)S 165 x(command:)S 8980 X 897 y F238($)S 1 SC 239 x(SET)S 240 x(SERVICE)S 240 x F239(service-n)S 2 x(ame)S 239 x F238(PORT)S 240 x F239(port-numb)S 2 x(er)S 0 SC 8980 X 897 y F151(where)S 178 x F152(service-name)S 178 x F151(is)S 177 x(the)S 178 x(name)S 178 x(of)S 178 x(the)S 178 x(LA)S -28 x(T)S 178 x(service)S 179 x(and)S 178 x F152(port-number)S 179 x F151(is)S 177 x(the)S 8980 X 597 y(number)S 167 x(of)S 166 x(the)S 166 x (port)S 166 x(through)S 167 x(which)S 167 x(you)S 167 x(are)S 166 x (connecting)S 2 x(.)S 8980 X 797 y(This)S 166 x(modi\211es)S 166 x(an)S 166 x(existing)S 167 x(LA)S -28 x(T)S 167 x(service)S 166 x(or)S 166 x (creates)S 166 x(a)S 166 x(new)S 166 x(one.)S 4497 18285 XY F36(1.10.2)S 399 x(Con\211guri)S 2 x(ng)S 166 x(the)S 167 x(LA)S -37 x(T)S 166 x (Server)S 8083 X 697 y F151(Ensure)S 191 x(that)S 190 x(the)S 190 x (server)S 191 x(groups)S 191 x(connecting)S 191 x(to)S 190 x(the)S 191 x (LA)S -28 x(T)S 191 x(have)S 191 x(the)S 190 x(appropriate)S 8083 X 598 y(privileges.)S 262 x(If)S 172 x(necessary)S -55 x(,)S 174 x(you)S 173 x(can)S 172 x(chang)S 2 x(e)S 172 x(these)S 172 x(privileges)S 172 x (by)S 173 x(entering)S 173 x(a)S 172 x(command)S 8083 X 598 y(similar)S 166 x(to)S 165 x(the)S 167 x(following:)S 8083 X 896 y F238(Local>)S 1 SC 240 x(CHANGE)S 240 x(SERVER)S 241 x(GROUPS)S 240 x F239(group-list)S 241 x(or)S 239 x(all)S 240 x F238(ENABLED)S 0 SC 8083 X 897 y F151(For)S 167 x(more)S 166 x(detailed)S 165 x(information)S 167 x(see)S 166 x (the)S 166 x(Digital)S 165 x(LA)S -27 x(T)S 166 x(documentation.)S 4497 22967 XY F36(1.10.3)S 399 x(Con\211guri)S 2 x(ng)S 166 x(Connectio)S 2 x(ns)S 166 x(through)S 168 x(the)S 166 x(LA)S -37 x(T)S 8083 X 698 y F151(W)S -19 x(ith)S 167 x(PPP)S 167 x(LA)S -27 x(T)S 166 x(connec)S 2 x(tions,)S 166 x(you)S 168 x(also)S 166 x(have)S 167 x(to)S 167 x(con\211gur)S 2 x(e)S 166 x(the)S 167 x(Alpha)S 166 x(system)S 166 x(to)S 166 x(create)S 8083 X 597 y(a)S 166 x(device)S 167 x(name)S 166 x(which)S 166 x(connec)S 2 x(ts)S 165 x(to)S 166 x(the)S 166 x(service)S 167 x(you)S 167 x(created.)S 8083 X 897 y(T)S -45 x(o)S 345 x(do)S 346 x(this)S 345 x(you)S 346 x (need)S 346 x(to)S 346 x(edit)S 345 x(the)S 8083 X 598 y(\211le)S 180 x (SYS$CO)S -2 x(MMON:[SYSMGR]LA)S -28 x(T$SYST)S -28 x(ARTUP)S -64 x (.COM,)S 179 x(and)S 179 x(add)S 179 x(the)S 180 x(following)S 8083 X 597 y(lines)S 166 x(for)S 166 x(each)S 167 x(service)S 166 x(to)S 166 x (which)S 167 x(you)S 167 x(want)S 165 x(to)S 166 x(connect:)S 8083 X 897 y F238(lcp)S 240 x(create)S 240 x(port)S 240 x(lta)S F239(nnn)S F238(:)S 240 x(/applicat)S 2 x(ion)S 8083 X 498 y(lcp)S 240 x(set)S 239 x(port)S 240 x(lta)S F239(nnn)S F238(:)S 241 x(/application)S 241 x (/node=)S F239(node-)S 2 x(name)S 239 x F238(/service)S 2 x(=)S F239 (service-nam)S 2 x(e)S 8083 X 897 y F151(where)S 172 x F152(nnn)S 174 x F151(is)S 171 x(number)S 173 x(associated)S 171 x(with)S 172 x(the)S 172 x(LA)S -28 x(T)S 173 x(server)S -37 x(,)S 174 x F152(node-n)S 2 x (ame)S 172 x F151(is)S 171 x(the)S 172 x(name)S 173 x(of)S 8083 X 598 y (the)S 166 x(LA)S -27 x(T)S 166 x(box,)S 167 x(and)S 167 x F152(service-name)S 166 x F151(is)S 166 x(the)S 166 x(name)S 166 x(of)S 166 x(the)S 166 x (LA)S -27 x(T)S 166 x(service.)S 8083 X 896 y(T)S -45 x(o)S 166 x(retrieve)S 166 x(the)S 167 x(node)S 166 x(name)S 166 x(from)S 166 x(the)S 167 x (LA)S -28 x(T)S -45 x(,)S 166 x(issue)S 166 x(the)S 166 x(SHOW)S 165 x (SER)S -19 x(VER)S 165 x(command.)S 4497 31236 XY F28(1.1)S -32 x(1)S 399 x(T)S -33 x(roubleshoo)S 2 x(ting)S 200 x(T)S -11 x(ips)S 8083 X 797 y F151(The)S 181 x(following)S 179 x(table)S 180 x(provides)S 180 x (suggestions)S 180 x(for)S 180 x(handling)S 181 x(problems)S 179 x(that)S 179 x(you)S 181 x(may)S 8083 X 598 y(encoun)S 2 x(ter)S 184 x(while)S 184 x(initiating)S 184 x(a)S 185 x(PPP)S 184 x(connec)S 2 x(tion.)S 286 x(These)S 184 x(problems)S 184 x(are)S 184 x(organized)S 8083 X 598 y(according)S 167 x(to)S 166 x(speci\211c)S 167 x(system)S 165 x (con\211g)S 2 x(urations)S 166 x(and)S 166 x(listed)S 165 x(alphabetically)S -55 x(.)S 5 SC 4497 38258 XY F38(8)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Courier-Oblique NewCenturySchlbk-Italic %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (USERTAGCOLOR) %%+ (FOOTCOLOR) % %%Page: (9) 9 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 8083 4211 XY 19128 24 R 8083 4709 XY F40(Problem)S 15655 X(Suggestions)S 8083 X 299 y 19128 24 R 8083 5605 XY(All)S 149 x(Con\211gurations)S 8083 X 299 y 19128 24 R 8083 6502 XY F155(PPPD)S 149 x(error)S 150 x (message:)S 8083 X 498 y F234(%PPPD-E-PPPNOTAVAIL,)S 8083 X 498 y(point-to-point)S 174 x(driver)S 8083 X 499 y(is)S 168 x(not)S 168 x(installed)S 168 x (%PPPD-)S 8083 X 498 y(F-ABORT,)S 180 x(fatal)S 179 x(error)S 8083 X 498 y(encountered;)S 179 x(operation)S 8083 X 498 y(terminated)S 15655 6502 XY F155(Make)S 151 x(sure)S 150 x(that)S 152 x(the)S 151 x(PPP)S 151 x (drivers)S 150 x(are)S 152 x(installed)S 152 x(properly)S -49 x(.)S 15655 X 498 y(Access)S 148 x(the)S 150 x(SYSMAN)S 150 x(utilit)S 2 x (y)S 149 x(and)S 150 x(do)S 150 x(the)S 150 x(following:)S 15655 X 897 y F238($)S 1 SC 239 x(MCR)S 240 x(SYSMAN)S 0 SC 15655 X 498 y(SYSMAN>)S 1 SC 240 x(IO)S 240 x(CONNECT)S 240 x(ASN0/NOADA/)S 2 x(DRIVER=SYS$A)S 2 x(SNDRIVER)S 0 SC 15655 9391 XY(SYSMAN>)S 1 SC 240 x(IO)S 240 x(CONNECT)S 240 x(PPP0/NOADA/)S 2 x(DRIVER=SYS$P)S 2 x(PPDRIVER)S 0 SC 15655 10388 XY (SYSMAN>)S 1 SC(EXIT)S 0 SC 8083 X 797 y 19128 24 R 8083 11782 XY F40 (LA)S -33 x(T)S 149 x(Con\211gurations)S 8083 X 299 y 19128 24 R 8083 12679 XY F155(LA)S -25 x(T)S 150 x(error)S 150 x(mess)S -2 x(age:)S 8083 X 498 y F234(LOCAL-550-SLIP)S 160 x(or)S 159 x(PPP)S 159 x(not)S 8083 X 498 y (enabled)S 166 x(on)S 165 x(port)S 165 x(or)S 165 x(async)S 8083 X 498 y (interface)S 150 x(disabled.)S 15655 12679 XY F155(Issue)S 167 x(the)S 168 x(following)S 168 x(DCL)S 167 x(command)S 168 x(to)S 168 x(ensure)S 167 x(that)S 15655 X 498 y(you)S 160 x(have)S 160 x(enabled)S 161 x (PPP)S 160 x(on)S 161 x(the)S 160 x(port)S 161 x(to)S 161 x(which)S 160 x(you)S 160 x(are)S 15655 X 498 y(connecting:)S 15655 X 897 y F238 ($)S 1 SC 239 x(SHOW)S 240 x(PORT)S 240 x F239(number)S 0 SC 15655 X 697 y F155(Check)S 158 x(the)S 158 x(ENABLED)S 157 x(CHARACTERISTICS)S 158 x(settings)S 15655 X 498 y(for)S 162 x(PPP)S -57 x(.)S 162 x(If)S 162 x(it)S 163 x(is)S 162 x(not)S 163 x(there,)S 166 x(enter)S 162 x (the)S 163 x(DCL)S 162 x(command)S 15655 X 499 y(SET)S 149 x(PORT)S 149 x F156(number)S 149 x F155(PPP)S 150 x(ENABLE.)S 8083 X 747 y(Can)S 160 x(connect)S 161 x(to)S 161 x(a)S 161 x(LA)S -25 x(T)S 160 x(service,)S 8083 X 498 y(but)S 154 x(cannot)S 154 x(connect)S 154 x(to)S 154 x(the)S 153 x(Alpha)S 8083 X 498 y(computer)S 15655 17013 XY(Make)S 173 x(sure)S 171 x(that)S 174 x(the)S 172 x(LA)S -24 x(T$SYST)S -24 x(ARTUP)S -58 x (.COM)S 171 x(\211le)S 15655 X 498 y(contains)S 150 x(the)S 150 x(correct)S 150 x(server)S 149 x(name.)S 8083 18756 XY(Cannot)S 171 x(connect)S 170 x(to)S 171 x(the)S 170 x(LA)S -25 x(T)S 8083 X 498 y(service;)S 149 x(receive)S 150 x(error:)S 8083 X 498 y F234(SERVICE)S 172 x(NOT)S 172 x(OFFERED)S 173 x(ON)S 8083 X 499 y(REQUESTED)S 150 x(PORT)S F155 (.)S 15655 18756 XY(Enter)S 175 x(the)S 176 x(SHOW)S 176 x(PORT)S 174 x F156(number)S 175 x F155(command)S 175 x(and)S 15655 X 498 y(check)S 157 x(the)S 158 x(Default)S 159 x(Protocol)S 158 x(and)S 158 x(LA)S -24 x(T)S 157 x(Access)S 157 x(Dynamic)S 15655 X 498 y(parameters.)S 236 x(If)S 156 x(either)S 156 x(of)S 156 x(these)S 155 x(parameters)S 156 x(are)S 156 x(not)S 155 x(set)S 15655 X 499 y(properly)S -49 x(,)S 149 x(enter)S 150 x(one)S 150 x(of)S 150 x(the)S 150 x(following)S 150 x (commands:)S 15655 X 896 y F238(CHANGE)S 240 x(PORT)S 240 x F239(number)S 240 x F238(Default)S 240 x(Protocol)S 241 x(LAT)S 15655 X 498 y(CHANGE)S 240 x(PORT)S 240 x F239(number)S 240 x F238(Access)S 240 x(Dynamic)S 8083 X 598 y F155(Cannot)S 153 x(initiate)S 153 x(or)S 152 x(receive)S 153 x(a)S 152 x(PPP)S 8083 X 498 y(connection)S 15655 X -498 y(V)S -42 x (erify)S 163 x(that)S 164 x(your)S 163 x(server)S 162 x(group)S 163 x (has)S 163 x(privileges)S 163 x(on)S 163 x(the)S 15655 X 498 y(port.)S 243 x(Y)S -50 x(ou)S 159 x(can)S 160 x(also)S 159 x(change)S 159 x(the)S 159 x(port)S 160 x(accessed)S 159 x(by)S 159 x(your)S 15655 X 498 y (server)S 150 x(group)S 151 x(by)S 150 x(entering)S 152 x(the)S 151 x (DCL)S 150 x(command)S 150 x(CHANGE)S 15655 X 498 y(PORT)S 149 x F156 (port-number)S 150 x F155(GROUPS.)S 8083 X 797 y 19128 24 R 8083 25033 XY F40(Linux)S 149 x(Con\211gurations)S 8083 X 299 y 19128 24 R 8083 25929 XY F155(PPPD)S 149 x(image)S 150 x(not)S 150 x(found)S 15655 X(V)S -42 x (erify)S 156 x(that)S 156 x(the)S 155 x(PPPD)S 155 x(image)S 155 x(is)S 155 x(in)S 156 x(the)S 155 x(user)S 25 x(')S -17 x(s)S 155 x(path)S 156 x(and)S 15655 X 498 y(is)S 158 x(installed)S 160 x(proper)S 2 x (ly)S -50 x(.)S 242 x(If)S 160 x(the)S 159 x(image)S 159 x(is)S 158 x (not)S 160 x(installed)S 160 x(in)S 15655 X 499 y(the)S 150 x(kernel)S 149 x(proper)S 2 x(ly)S -50 x(,)S 149 x(you)S 149 x(must)S 149 x(rebuild)S 151 x(the)S 149 x(kernel.)S 8083 X 747 y(Receiving)S 172 x(connection)S 173 x(error)S 8083 X 498 y(messages)S 15655 X -498 y(On)S 161 x(the)S 163 x(Linux)S 162 x(system,)S 163 x(use)S 162 x(the)S 162 x(debug)S 163 x(command)S 162 x(and)S 15655 X 498 y(review)S 158 x(the)S 159 x (message)S 157 x(log)S 159 x(\(/var/log/mess)S -2 x(ages\).)S 242 x (This)S 158 x(log)S 15655 X 498 y(lists)S 168 x(the)S 169 x(messages)S 167 x(passed)S 169 x(between)S 169 x(the)S 169 x(client)S 170 x(and)S 15655 X 498 y(server)S 149 x(and)S 150 x(can)S 150 x(indicate)S 151 x (where)S 149 x(the)S 150 x(connection)S 150 x(failed)S 2 x(.)S 8083 X 299 y 19128 24 R 5 SC 26962 38258 XY F38(9)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%+ Courier Courier-Oblique NewCenturySchlbk-Italic %%+ Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) %%+ (USERTAGCOLOR) %%+ (FOOTCOLOR) % %%Trailer %%Pages: 9 %%BoundingBox: 0 0 612 792 %%DocumentFonts: Courier-Oblique Courier %%+ NewCenturySchlbk-Italic NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Helvetica-Bold %%+ Helvetica %%DocumentNeededFonts: Courier-Oblique %%+ Courier NewCenturySchlbk-Italic NewCenturySchlbk-Roman %%+ NewCenturySchlbk-Bold Helvetica-Bold %%+ Helvetica %%DocumentProcessColors: %%DocumentCustomColors: (BLACK) %%+ (FOOTCOLOR) %%+ (USERTAGCOLOR) %%CMYKCustomColor: 0.0 0.0 0.0 1.0 (BLACK) %%+ 0.0 0.0 0.0 1.0 (USERTAGCOLOR) %%+ 0.0 0.0 0.0 1.0 (UNDEFINED) %%+ 0.0 0.0 0.0 1.0 (UNDEFINED) %%+ 0.0 0.0 0.0 1.0 (HEADCOLOR) %%+ 0.0 0.0 0.0 1.0 (FOOTCOLOR) % DVC$PSJob restore end %DEC_DVC$dict end %Color5044Dict % %%EOF