Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 1995 22:40:21 -0400 (EDT)
From:      Ken Wong <kwong@fathergoose.net6c.io.org>
To:        tony@thing.sunquest.com
Cc:        hackers@freebsd.org
Subject:   Re: client & server ppp
Message-ID:  <199508110240.WAA00338@fathergoose.net6c.io.org>
In-Reply-To: <9508081845.AA09868@thing.sunquest.com> from "tony@thing.sunquest.com" at Aug 8, 95 11:45:47 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 2) Kermit seems happy to dial the port even when getty is still connected, but
>    pppd detects that getty (or the login it spawns due to line activity) has 
>    the device open and thus pppd fails.
> 
> Clearly in the client.ppp.start and client.ppp.stop scripts I can:
> 	"Off" getty in ttys, HUP init
> 	"E1Q0" to the modem
> 
> 	start client ppp session
> 	end-ppp session
> 
> 	"On" getty in ttys, HUP init
> 	"E0Q1" to the modem"
> 
> Is anyone aware of alternatives avoiding some or all of the above ?

start pppd inside kermit
	... after connected and login
	!pppd /dev/cuaa1
	sleep 10
	quit

Ken Wong



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508110240.WAA00338>