Date: Wed, 30 Jan 2002 13:08:50 +0200 From: Mindaugas <mindaugas77@delfi.lt> To: freebsd-questions@FreeBSD.ORG Subject: Dial-in server qustion Message-ID: <11215466647.20020130130850@delfi.lt>
index | next in thread | raw e-mail
Hello ,
I have computer with fresh FreeBSD4.4 instaliation.
I want to make it as dial-in ppp server (from win98 box could make
dial conection to FBSD box over ppp protocol, like internet service
provider).
And I dont know how to make it work (user-ppp).
In file /etc/ttys I made change
> ttyd1 "/usr/libexec/getty std.57600" dialup on secure
(my modem is attached to com2)
In file /etc/gettytab
default:\
:pp=/etc/ppp/pppserver:\
In /etc/ppp I made file pppserver (and set permisions 555)
#!/bin/sh
exec /usr/sbin/ppp -direct incoming
In file /etc/ppp/ppp.conf
default:
(added line) allow users mindaugas
incoming:
enable chap pap passwdauth
allow users mindaugas
What I still doing wrong, because I can't make dial conection from
win98 box to FBSD box over ppp protocol.
If I in win98 box select to use SLIP conection then all goes OK, but
if selected PPP then nothing hapening (I can't conect to FBSD).
--
Best regards,
Mindaugas mindaugas77@delfi.lt
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?11215466647.20020130130850>
