Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2001 00:16:43 -0800 (PST)
From:      parthasarathi biswas <parthax@yahoo.com>
To:        questions@freebsd.org
Subject:   Dialin Server
Message-ID:  <20010228081643.18017.qmail@web804.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hello!
I have configured a dialin server.The configuration
procedure that I followed was for Lock Speed config.
1.Edited /etc/ttys.
2.Created a file /usr/local/bin/ppplogin
pplogin contains:
#!/bin/sh
exec /usr/sbin/ppp -direct incoming
3.I created my ppp.conf file accordingly:
#################################################################
# PPP  Sample Configuration File# Originally written
by Toshiharu OHNO
# Simplified 5/14/1999 by wself@cdrom.com#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.2 1999/08/27
23:24:08 peter Exp $
#################################################################default:
 set log Phase Chat LCP IPCP CCP tun command
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5
\"\" AT OK-AT-OK 
ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"incoming:
 set log Phase Chat LCP IPCP CCP tun command set
device /dev/ttyd0
 set speed 115200 enable pap chap  set dns 192.168.0.1
enable passwdauth
 allow users bill sanjil hillary enable proxy set
hangup "\"\" ate0q1 OK"

4.creted ppp.secret file
bill  password
hillary password

Iam dialing from win98 clients.I have put ppplogin
into /etc/shells.I have created a group called ppp
with GID 100 but to be very frank I do not know what r
the rights of this group I do not know how to assign
them also and the rights abt the other groups??and the
list of groups. and their rights.??

secondly I have created users with group ppp and shell
as ppplogin.

I get the the login prompt also I give login as bill
and its password.after this I get 4 lines of ASCII
characters and then it disconnects automatically..I do
not know where the problem lies>>Can anybody help me.
What could be all the possible causes fo the error.

Pls advise
Brgds/Partha

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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