On Jul 11, 6:14*am, Daneel Yaitskov <rtfm.rtfm.r...@gmail.com> wrote:
> Hi,
>
> I have *two computers and com cable. I am going to make a connection
> between them, using the PPP protocol. But I am dashed that all guides
> which I already saw gives examples for modem connections. I don't know
> what must I write in the chat file, because I haven't any modems. Also I
> will be happy any helpful hints about the question.
This can be simple or complicated, depending on *your* setup.
At the simplest, neither serial device is connected to a getty(1), and
you can eliminate the chat script altogether.
At the most complex, one or both serial devices are connected to
getty(1) processes, and your chat script will reflect the necessary
commands to log on and initiate a ppp connection.
Its up to you. Personally, I'd ensure that neither serial device is
run by getty(1), and simply start the ppp daemon on each side,
directed to the local serial device. No chat script at all.
|