home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / sdf / faq / HACKER / 03 < prev    next >
Text File  |  2003-04-29  |  1KB  |  35 lines

  1. [03] CAN I USE SLIP OR PPP WITH SDF?
  2.  
  3.    Yes you can.  You can find software and configuration guides in
  4.    ~ftp/pub/internet.
  5.  
  6.    The majority of SLIP/PPP software configuration requires this 
  7.    information:
  8.  
  9.    nameserver=63.68.131.237
  10.    gateway=63.68.131.237
  11.    netmask=255.255.255.0
  12.    ip=<not necessary>
  13.  
  14.    Other less important configuration:
  15.  
  16.    host name=CPM (or whatever you want to call your computer)
  17.    domain=lonestar.org
  18.    POP3 server=mail.freeshell.org
  19.    SMTP server=mail.freeshell.org
  20.  
  21.    SLIP/PPP software usually require you to create a LOGIN script
  22.    which connects you with your service provider.  This is called
  23.    a "CHAT SCRIPT" .. and to use SLIP/PPP on SDF, your script needs
  24.    to follow this outline:
  25.  
  26.    output       : \r         ; (\13 or ^M)
  27.    look for     : ogin:
  28.    respond with : cochese    ; where "cochese" is your SDF login
  29.    look for     : sword:
  30.    respond with : RELGUD     ; where "RELGUD" is cochese's password
  31.    look for     : $
  32.    respond with : slip       ; Note, this is for SLIP only, if you 
  33.                              ; wish to use PPP, then have your respond
  34.                              ; with "ppp".
  35.