Go to main content

Managing Serial Networks Using UUCP and PPP in Oracle® Solaris 11.4

Exit Print View

Updated: February 2022
 
 

How to Create an Executable Chat Program


Note - PPP was removed in the Oracle Solaris 11.4 SRU 24 release.
  1. Use your text editor to create an executable chat program, such as the preceding example.
  2. Make the chat program executable.
    # chmod +x /etc/ppp/chatprogram
  3. Invoke the chat program.
    connect /etc/ppp/chatprogram

    Chat programs do not have to be located within the /etc/ppp file system. You can store chat programs in any location.