Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 2000 14:32:38 -0700 (PDT)
From:      Jason Lin <jason_lin@yahoo.com>
To:        freebsd-net@freebsd.org
Subject:   Need help with Freebsd pppoe server setup
Message-ID:  <20001028213238.14616.qmail@web1610.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
i,

I've followed the instructions for setting up a
freebsd pppoe server found in the isp-wireless
archive.

http://isp-lists.isp-planet.com/isp-wireless/0008/msg00911.html

I've also installed ICRadius(v.0.16), and made sure
that it is working.

http://icradius.hislora.com.au

But I am getting the following error in the ppp log
when i try to connect from a client machine using
RASPPPOE software:

ppp[]: Warning: Label pppoe-in rejected -direct
connection: Configuration lable not found

Here's my /ppp/ppp.conf file:

#pppoe-in
pppoe-in: 
 allow users
 enable chap
 enable pap 
 allow mode direct 
 set mru 1492 
 set mtu 1492
 set speed sync 
 enable lqr
 set ifaddr 10.0.0.1 10.0.0.2-10.0.0.10
 accept dns
 load server
 set radius /etc/raddb/radius.conf

10.0.0.1 is the IP Addr of the pppoe interface
/etc/raddb/radius.conf is the radius.conf file for
ICRadius

Here's my radius.conf
#/etc/raddb/radius.conf
server localhost
login root
password mypassword
radius_db radius

acctcheck_table radacct
authreply_table radreply

groupcheck_table radgroupcheck
groupreply_table radgroupreply

usergroup_table usergroup

realms_table realms
realmgroup_table realmgroup

sensitiveusername off
deletestalesession on

sqltrace off


TIA

jason
jason@freesco.org



__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/


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




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