The Muppett
05-09-2002, 08:58 AM
I am currently working on a project to build a PPP server on my RH 6.1 linux box.
I have access to the serial port via getty added to INITTAB that works ok, I have dialed the system from a terminal emulation program and that works OK via mgetty in inittab.
Now I want to use PPP over a null modem and the PPPD seems to start ok with the command PPPD -DETACH CRTSCTS LOCK LOCALIP : REMOTEIP /DEV/TTYS0 38400 & run at each end of two linux boxes with a null modem cable strung between them, it shows a PID and reports that PPPD starts sucessfully in MESSAGES.
But what I want to know is should an interface show up in the IFCONFIG or do I need to start/configure an interface.
I want to understand each stage of the process so I am testing each senario as I go.
Anybody got any pointers.
Thanks in advance.....
I have access to the serial port via getty added to INITTAB that works ok, I have dialed the system from a terminal emulation program and that works OK via mgetty in inittab.
Now I want to use PPP over a null modem and the PPPD seems to start ok with the command PPPD -DETACH CRTSCTS LOCK LOCALIP : REMOTEIP /DEV/TTYS0 38400 & run at each end of two linux boxes with a null modem cable strung between them, it shows a PID and reports that PPPD starts sucessfully in MESSAGES.
But what I want to know is should an interface show up in the IFCONFIG or do I need to start/configure an interface.
I want to understand each stage of the process so I am testing each senario as I go.
Anybody got any pointers.
Thanks in advance.....