home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / isdnpm29.zip / multie.txt < prev    next >
Text File  |  1997-05-04  |  1KB  |  57 lines

  1.  
  2. From version 2.8 onwards IsdnPm can be operated in multiple mode.
  3. This allows you to define several IP interfaces: 'sl0' 'sl1' 'sl2'.
  4. This is useful and/or required when you wish to get a connection to
  5. both the internet and an intranet via ISDNPM.
  6.  
  7. To do so, start the first IsdnPm connection as usual.
  8. For any further 'instance' of IsdnPm make the following entries:
  9.  
  10.     IsdnPm -p<configpath> -i<n>
  11.  
  12.  
  13.         <n>             :  instance 1....9
  14.  
  15.         <configpath>    :  specify the path where the files 'isdn.cfg'
  16.                            and 'isdnuser.cfg' can be found for this instance
  17.  
  18.     Example :
  19.  
  20.         IsdnPm.exe -pC:\mptn\etc\i1 -i1
  21.  
  22.  
  23. !!! NOTE !!!
  24.  
  25. Please note that each instance requires you to configure a separate
  26. IP interface in 'isdn.cfg'.
  27.  
  28.     [ip]
  29.  
  30.     if_name     : sl1
  31.     if_unit     : 1
  32.  
  33.  
  34. !!! NOTE !!!
  35.  
  36.  
  37. Also, each instance requires a modification of file names for
  38.  
  39.     IsdnSet.cmd , isdnres.cmd and the name of the PIPE for the communication
  40.     with IsdnPm.
  41.  
  42.     for instance O ( default) the file names are :
  43.  
  44.         'ISDNSET.CMD' , 'ISDNRES.CMD'  und 'ISDNPM.CMD'
  45.  
  46.     for instance ( -i1 ) the file names are :
  47.  
  48.         'ISDNSET1.CMD' , 'ISDNRES1.CMD'  and 'ISDNPM1.CMD'
  49.  
  50.     for instance 2 ( -i2 ) the file names are :
  51.  
  52.         'ISDNSET2.CMD' , 'ISDNRES2.CMD'  and 'ISDNPM2.CMD'
  53.  
  54.  
  55.     ...........
  56.  
  57.