no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


faq:techies03 [2011/04/30 18:58] (current) – created clemens
Line 1: Line 1:
 +<code>
 +[03] CAN I USE SLIP OR PPP WITH SDF?
  
 +   Yes you can.  You can find software and configuration guides in
 +   ~ftp/pub/internet.
 +
 +   The majority of SLIP/PPP software configuration requires this 
 +   information:
 +
 +   nameserver=63.68.131.237
 +   gateway=63.68.131.237
 +   netmask=255.255.255.0
 +   ip=
 +
 +   Other less important configuration:
 +
 +   host name=CPM (or whatever you want to call your computer)
 +   domain=lonestar.org
 +   POP3 server=mail.freeshell.org
 +   SMTP server=mail.freeshell.org
 +
 +   SLIP/PPP software usually require you to create a LOGIN script
 +   which connects you with your service provider.  This is called
 +   a "CHAT SCRIPT" .. and to use SLIP/PPP on SDF, your script needs
 +   to follow this outline:
 +
 +   output       : \r         ; (\13 or ^M)
 +   look for     : ogin:
 +   respond with : cochese    ; where "cochese" is your SDF login
 +   look for     : sword:
 +   respond with : RELGUD     ; where "RELGUD" is cochese's password
 +   look for     : $
 +   respond with : slip       ; Note, this is for SLIP only, if you 
 +                             ; wish to use PPP, then have your respond
 +                             ; with "ppp".
 +</code>
 +
 +[[techies|back]]