Date: Mon, 26 Apr 1999 13:35:05 -0400 From: ryanm <ryanm@accn.org> To: "freebsd-isp@FreeBSD.ORG" <freebsd-isp@FreeBSD.ORG> Subject: FreeBSD + Radiator Message-ID: <3724A3C9.550FA7AC@accn.org>
next in thread | raw e-mail | index | archive | help
Hello fellow FreeBSD Admin's/Users,
I am sorry if this is a little off topic but I am assuming
some of you are
using Radiator at your ISP's on FreeBSD.
I am trying to get radiator to do some fall-through
statements. This is what
I am trying to achieve. I want to setup my users database to
check for 2 realms
realm1.org and commnet.realm1.org. If it finds a
username@realm.org I want it to set
the timelimit to 2 hours and allow logins 24/7. If it finds
commnet.realm1.org after
username@ I want to restrict these user's to Monday-Friday
from 12 p.m. till 12 a.m.
and force session limits of 10 minutes on them and no more
than 5 logins per day.
After reading through the various documentation I came up
with:
DEFAULT Service-Type = Full
MaxSessions = 1
Idle-Timeout = 900
SessionTimeout = 7200
Fall-Through = true
DEFAULT Service-Type = Restricted
MaxSessions = 1
IdleTimeout = 600
SessionTimeout = 900
Fall-Through = true
full User-Password = "test",Service-Type = Full
Framed-Protocol = PPP,
Framed-IP-Netmask = 255.255.255.0,
Framed-Routing = None,
Framed-MTU = 1500,
Framed-Compression = Van-Jacobson-TCP-IP
rest User-Password = "test",Service-Type = Restricted
Framed-Protocol = PPP,
Framed-IP-Netmask = 255.255.255.0,
Framed-Routing = None,
Framed-MTU = 1500,
Framed-Compression = Van-Jacobson-TCP-IP
realm.org Service-Type = Full
MaxSessions = 1
Idle-Timeout = 900
SessionTimeout = 7200
commnet.realm.org Service-Type = Restricted, Time =
"MoTuWeThFr0000-1200"
MaxSessions = 1
IdleTimeout = 600
SessionTimeout = 900
If anyone can provide me with any hints/suggestions fixes I
would appreciate it after
spending hour after hour reading doc's and trying things It
just does not seem to work
correctly or how I want it to. Also does anyone know why
there is not a logfile created
contiuosly?? For some reason only errors are getting send to
my logfile.
Thanks for any information I would appreciate any help,
Thanks again,
Ryan
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3724A3C9.550FA7AC>
