How can I tell mgetty to answer only ppp traffic
in order to do authentication and disallow all
other incoming traffic on my dialin server ?
Erik
Erik
I haven't tried this, but you might want to try changing the last line of
login.config (or adding if it's not there) to:
* - - /bin/false
HTH
ROSCO
Quote:> How can I tell mgetty to answer only ppp traffic
> in order to do authentication and disallow all
> other incoming traffic on my dialin server ?
> Erik
Set up AutoPPP and remove the default (logon) line.Quote:>How can I tell mgetty to answer only ppp traffic
>in order to do authentication and disallow all
>other incoming traffic on my dialin server ?
> >How can I tell mgetty to answer only ppp traffic
> >in order to do authentication and disallow all
> >other incoming traffic on my dialin server ?
> Set up AutoPPP and remove the default (logon) line.
Regards,
ROSCO
> >How can I tell mgetty to answer only ppp traffic
> >in order to do authentication and disallow all
> >other incoming traffic on my dialin server ?
> Set up AutoPPP and remove the default (logon) line.
This doesn't work. You have to add something like:
* - - /bin/false
as the default login line, as internally mgetty tries /bin/login if it
doesn't get a match in login.config. Note that you may also want to change
"login-prompt" in mgetty.config - probably something like <PRESS ENTER>. I
just tried this and it works great.
Regards,
ROSCO