'ABORT' 'BUSY' 'ABORT' 'ERROR' 'ABORT' 'NO CARRIER' 'ABORT' 'NO DIALTONE' 'ABORT' 'Invalid Login' 'ABORT' 'Login incorrect' '' 'ATZ' 'SAY' '\nDialing MIT at 1-617-258-6824...\n' 'OK' 'ATDT1-617-258-6824' 'CONNECT' '' 'SAY' '\nLogging in...\n' # # # The following line waits for your login prompt # and then send your username. It should look like # 'ogin:--ogin:' 'USERNAME' 'ogin:--ogin:' 'USERNAME' # # # The following line waits for the password prompt # and then sends your password. It should look like # 'sword:' '\qPASSWORD' # That \q before your actual password tells the chat progrm # that it should *not* echo your password to any logging # facility that might be active (for debugging, etc.): 'ord:' '\qPASSWORD' 'SAY' '\nWaiting to set terminal type...\n' 'erminal--erminal' 'vt100' 'SAY' '\nWaiting for command prompt...\n' # # # The following line needs to wait for your command prompt # and then send the command 'slirp -P'. Since my command # prompt is the tilde character "~", I have that line as # '~' 'slirp -P' # If you have some other character as your command prompt, # e.g., the percent character '%', then you should change it to # '%' 'slirp -P' '~' 'slirp -P' 'Ready' '\c' 'SAY' '\nSlirp is running.\n'