Re: Proxy Errors

Ken Dail <[email protected]> Tue, 8 Jul 2008 12:33:28 -0600
Newsgroups gmane.comp.gnu.radius.general
Message-ID <[email protected]>
On Jul 8, 2008, at 12:01 PM, Sergey Poznyakoff wrote:

> Can I have a look at your configuration  
> (config,realms,hints,users,huntgroups)?
Here they are:

Config:
option {
	max-requests 1024;
	max-processes 40;
	# Uncomment and edit these if you need to:
#	log-dir "/var/log";
#	acct-dir "/var/acct";
	resolve no;
};

logging {
	prefix-hook compat_log_prefix;
	channel default {
		file "radius.log";
		print-category yes;
		print-level yes;
	};
	channel info {
		file "radius.info";
		print-pid yes;
	};
	channel debug {
		file "radius.debug";
	};
	channel notice {
		syslog auth.notice;
	};
	category auth {
		print-auth yes;
		print-failed-pass yes;
	};
	category info {
		channel info;
	};
	category =debug {
		channel debug;
	#level radpdu,radsrv;
	};
	category notice {
		channel notice;
	};
	category * {
		channel default;
	};
};

auth {
	max-requests 255;
	#time-to-live 120;
	request-cleanup-delay 1;
	detail yes;
	strip-names yes;
#	checkrad-assume-logged yes;
	checkrad-assume-logged no;
	port 1645;
};

acct {
	max-requests 255;
	#time-to-live 120;
	request-cleanup-delay 1;
	port 1646;
};

#snmp {
#	storage {
#		max-port-count 2048;
#	};
#};

mlc {
     method sql;
};

Realms:
localhost               localhost:1645                  strip
amigo.net               localhost:1645                  strip
my.amigo.net            localhost:1645                  strip
chaffee.net             localhost:1645                  strip
vanion.com              localhost:1645                  strip
ris.net			localhost:1645			strip

No Hints

users:
DEFAULT NAS-Identifier = shell.amigo.net,
	Auth-Type = Local, Password-Location = SQL
         Service-Type = Authenticate-Only

DEFAULT Auth-Type = Local, Simultaneous-Use = 1, Password-Location = SQL
         Service-Type = Framed-User,
         Framed-Protocol = PPP,
         Framed-IP-Netmask = 255.255.255.255,
         Framed-MTU = 576,
         Idle-Timeout = 1800,
         Session-Timeout = 43200

No Huntgroups