[2818] in linux-net channel archive
co-existance of pppd and mgetty ?
daemon@ATHENA.MIT.EDU (Allen Curtis)
Tue May 7 11:26:13 1996
Date: Sun, 05 May 1996 12:49:22 -0700
From: Allen Curtis <ajcurtis@westworld.com>
To: linux-ppp@vger.rutgers.edu, linux-net@vger.rutgers.edu
I need to created a dial-in capability for a machine with a single
serial port modem. I thought that I could do this with mgetty and still
allow me the flexibility to use pppd for internet access etc. So I:
1) Added mgetty to my inittab file:
d2:45:respawn:/usr/local/sbin/mgetty -x 3 -D ttyS1
2) When I attempt to use pppd it dials the phone but it appears to loose
the connection immediately after it is made.
3) Remove mgetty and everything works again.
Any ideas?
Thank you for the help. :)