<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1109</id>
	<title>Nabble - Cistron - Radius</title>
	<updated>2009-11-16T14:10:33Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Cistron---Radius-f1109.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cistron---Radius-f1109.html" />
	<subtitle type="html">&lt;a href=&quot;http://www.radius.cistron.nl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cistron Radius&lt;/a&gt;&amp;nbsp;is an authentication and accounting server for terminal servers that speak the RADIUS protocol.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26380560</id>
	<title>Re: Can we see the passwords?</title>
	<published>2009-11-16T14:10:33Z</published>
	<updated>2009-11-16T14:10:33Z</updated>
	<author>
		<name>Aaron Malone</name>
	</author>
	<content type="html">On Monday 16 November 2009, Frank DeChellis wrote:
&lt;br&gt;&amp;gt; We are using Cistron 1.6.7.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there a way top get the radius.log file to display all passwords,
&lt;br&gt;&amp;gt; not just incorrect passwords?
&lt;br&gt;&lt;br&gt;I haven't tried it myself, but according to the docs, the &amp;quot;-z&amp;quot; option 
&lt;br&gt;does this.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Aaron Malone (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26380560&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aaron@...&lt;/a&gt;)
&lt;br&gt;System Administrator, Poplar Bluff Internet, Inc.
&lt;br&gt;PO Box 190 | Poplar Bluff, MO 63902 | 877.686.9114
&lt;br&gt;-
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can-we-see-the-passwords--tp26380396p26380560.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26380396</id>
	<title>Can we see the passwords?</title>
	<published>2009-11-16T13:58:46Z</published>
	<updated>2009-11-16T13:58:46Z</updated>
	<author>
		<name>Frank DeChellis</name>
	</author>
	<content type="html">&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;Can we see the passwords?&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;FONT FACE=&quot;Verdana, Helvetica, Arial&quot;&gt;&lt;SPAN STYLE='font-size:12.0px'&gt;Hi there,&lt;BR&gt;
&lt;BR&gt;
We are using Cistron 1.6.7.&lt;BR&gt;
&lt;BR&gt;
Is there a way top get the radius.log file to display all passwords, not just incorrect passwords?&lt;BR&gt;
&lt;BR&gt;
Thanks&lt;BR&gt;
Frank&lt;BR&gt;
&lt;BR&gt;
Frank DeChellis&lt;BR&gt;
President, Internet Access Worldwide&lt;BR&gt;
Welland, Ontario, Canada&lt;BR&gt;
www.iaw.com&lt;BR&gt;
&lt;BR&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;

&lt;br /&gt;-
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can-we-see-the-passwords--tp26380396p26380396.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25148953</id>
	<title>ippool.conf</title>
	<published>2009-08-26T01:45:30Z</published>
	<updated>2009-08-26T01:45:30Z</updated>
	<author>
		<name>james-320</name>
	</author>
	<content type="html">Hi Guys,
&lt;br&gt;&lt;br&gt;I altered /usr/local/etc/raddb/sql/mysql/ippool.conf to choose an ippool
&lt;br&gt;based on both the {nas-identifier} and the {calledstationid} as below :-
&lt;br&gt;&lt;br&gt;## The ORDER BY clause of this query tries to allocate the same
&lt;br&gt;IP-address
&lt;br&gt;## which user had last session...
&lt;br&gt;allocate-find = &amp;quot;SELECT framedipaddress FROM ${ippool_table} \
&lt;br&gt;&amp;nbsp;WHERE nasid = '%{NAS-Identifier}' \
&lt;br&gt;&amp;nbsp;AND {calledstationid = '%{Called-Station-Id}}' \
&lt;br&gt;&amp;nbsp;AND (expiry_time &amp;lt; NOW() OR expiry_time IS NULL) \
&lt;br&gt;&amp;nbsp;ORDER BY (username &amp;lt;&amp;gt; '%{User-Name}'), \
&lt;br&gt;&amp;nbsp;(callingstationid &amp;lt;&amp;gt; '%{Calling-Station-Id}'), \
&lt;br&gt;&amp;nbsp;expiry_time \
&lt;br&gt;&amp;nbsp;LIMIT 1 \
&lt;br&gt;&amp;nbsp;FOR UPDATE&amp;quot;
&lt;br&gt;&lt;br&gt;i created a 'nasid' column within the 'nas' table and populated
&lt;br&gt;accordingly, howwever, upon trying to start freeradius i get this :-
&lt;br&gt;&lt;br&gt;FreeRADIUS Version 2.1.6, for host i386-pc-solaris2.10, built on May 22
&lt;br&gt;2009 at 14:22:28
&lt;br&gt;Copyright (C) 1999-2009 The FreeRADIUS server project and contributors.
&lt;br&gt;There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
&lt;br&gt;PARTICULAR PURPOSE.
&lt;br&gt;You may redistribute copies of FreeRADIUS under the terms of the
&lt;br&gt;GNU General Public License v2.
&lt;br&gt;Starting - reading configuration files ...
&lt;br&gt;including configuration file /usr/local/etc/raddb/radiusd.conf
&lt;br&gt;including files in directory /usr/local/etc/raddb/modules/
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/acct_unique
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/always
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/attr_filter
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/attr_rewrite
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/chap
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/checkval
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/counter
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/detail
&lt;br&gt;including configuration file
&lt;br&gt;/usr/local/etc/raddb/modules/detail.example.com
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/detail.log
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/digest
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/echo
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/etc_group
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/exec
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/expiration
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/expr
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/files
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/inner-eap
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/ippool
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/krb5
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/ldap
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/linelog
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/logintime
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/mac2ip
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/mac2vlan
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/otp
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/mschap
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/pam
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/pap
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/passwd
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/perl
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/policy
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/preprocess
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/radutmp
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/realm
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/smbpasswd
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/smsotp
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/sql_log
&lt;br&gt;including configuration file
&lt;br&gt;/usr/local/etc/raddb/modules/sqlcounter_expire_on_login
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/sradutmp
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/unix
&lt;br&gt;including configuration file /usr/local/etc/raddb/modules/wimax
&lt;br&gt;including configuration file /usr/local/etc/raddb/eap.conf
&lt;br&gt;including configuration file /usr/local/etc/raddb/sql.conf
&lt;br&gt;including configuration file /usr/local/etc/raddb/sql/mysql/dialup.conf
&lt;br&gt;including configuration file /usr/local/etc/raddb/sql/mysql/counter.conf
&lt;br&gt;including configuration file /usr/local/etc/raddb/sqlippool.conf
&lt;br&gt;including configuration file /usr/local/etc/raddb/sql/mysql/ippool.conf
&lt;br&gt;WARNING: No such configuration item ippool_table
&lt;br&gt;/usr/local/etc/raddb/sql/mysql/ippool.conf[64]: Reference &amp;quot;UPDATE
&lt;br&gt;${ippool_table} &amp;nbsp;SET nasipaddress = '%{NAS-IP-Address}', pool_key =
&lt;br&gt;'${pool-key}', &amp;nbsp;callingstationid = '%{Calling-Station-Id}', username =
&lt;br&gt;'%{User-Name}', &amp;nbsp;expiry_time = NOW() + INTERVAL ${lease-duration} SECOND
&lt;br&gt;&amp;nbsp;WHERE framedipaddress = '%{Framed-IP-Address}' AND expiry_time IS NULL&amp;quot;
&lt;br&gt;not found
&lt;br&gt;Errors reading /usr/local/etc/raddb/radiusd.conf
&lt;br&gt;&lt;br&gt;&lt;br&gt;any ideas please?
&lt;br&gt;&lt;br&gt;kind regards
&lt;br&gt;&lt;br&gt;james
&lt;br&gt;&lt;br&gt;&lt;br&gt;-
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ippool.conf-tp25148953p25148953.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24484481</id>
	<title>Re: Reg Realm attribute</title>
	<published>2009-07-14T10:44:10Z</published>
	<updated>2009-07-14T10:44:10Z</updated>
	<author>
		<name>Daniel Ap. Martins Rosa</name>
	</author>
	<content type="html">&lt;div&gt;Bala,&lt;br /&gt;&lt;br /&gt;&lt;div dir=&quot;ltr&quot; id=&quot;result_box&quot;&gt;&lt;div dir=&quot;ltr&quot; id=&quot;result_box&quot; style=&quot;text-align: left;&quot;&gt;Try using
NTRADPing. Recently used, and needed to send the
Attribute ERX-Pppoe-Description and get through it. The application
creates a dictionary file in which you include the attribute before
using it in application.&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;I have a doubt in adding
the realm attribute. How to add realm
attribute externally. I have added the realm attribute using jradius
client. When these attributes are sent to another proxy radius server,
the realm attribute is missing.&lt;/div&gt;

&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Regards&lt;/div&gt;
&lt;div&gt;Bala&lt;/div&gt;
																		


&lt;br /&gt;-
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reg-Realm-attribute-tp24476932p24484481.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24476932</id>
	<title>Reg Realm attribute</title>
	<published>2009-07-14T03:17:39Z</published>
	<updated>2009-07-14T03:17:39Z</updated>
	<author>
		<name>jayaraman balasubramanian-2</name>
	</author>
	<content type="html">&lt;div&gt;Hi&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;I have a doubt in adding the realm attribute. How to add realm attribute externally. I have added the realm attribute using jradius client. When these attributes are sent to another proxy radius server, the realm attribute is missing.&lt;/div&gt;

&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Regards&lt;/div&gt;
&lt;div&gt;Bala&lt;/div&gt;
&lt;br /&gt;-
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reg-Realm-attribute-tp24476932p24476932.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23199149</id>
	<title>Second entry for every user</title>
	<published>2009-04-23T08:02:02Z</published>
	<updated>2009-04-23T08:02:02Z</updated>
	<author>
		<name>Frank DeChellis</name>
	</author>
	<content type="html">&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;Second entry for every user&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;FONT FACE=&quot;Verdana, Helvetica, Arial&quot;&gt;&lt;SPAN STYLE='font-size:12.0px'&gt;Hi there,&lt;BR&gt;
&lt;BR&gt;
We are using 1.6.7 on NetBSD and it is receiving AAA info from a Cisco 7401 router.&lt;BR&gt;
&lt;BR&gt;
This radius server serves 3 devices but the users coming in off the cisco router each geenrate 2 lines in our radwtmp file. &amp;nbsp;See below...&lt;BR&gt;
&lt;BR&gt;
Does anybody know what the second line means? &amp;nbsp;And how we can stop it?&lt;BR&gt;
&lt;BR&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN STYLE='font-size:12.0px'&gt;&lt;FONT FACE=&quot;Courier, Courier New&quot;&gt;kathi &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;604RTEgD 69.49.36.105 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Apr 22 05:10 - 05:15 &amp;nbsp;(00:05)&lt;BR&gt;
kathi &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2740beEB &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Apr 22 05:10 - 05:15 &amp;nbsp;(00:05)&lt;BR&gt;
cosmo &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1985RTEg 69.49.35.240 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Apr 22 05:09 - 05:14 &amp;nbsp;(00:04)&lt;BR&gt;
cosmo &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;38080beE &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Apr 22 05:09 - 05:14 &amp;nbsp;(00:04)&lt;BR&gt;
kathi &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1908RTEg 69.49.36.105 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Apr 22 05:09 - 05:10 &amp;nbsp;(00:00)&lt;BR&gt;
kathi &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;39190beE &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Apr 22 05:09 - 05:10 &amp;nbsp;(00:00)&lt;BR&gt;
kathi &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;44140beE &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Apr 22 05:09 - 05:10 &amp;nbsp;(00:00)&lt;BR&gt;
borgatti &amp;nbsp;1084RTEg 69.49.36.82 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Apr 22 05:09 - 05:10 &amp;nbsp;(00:01)&lt;BR&gt;
borgatti &amp;nbsp;8910beEB &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Apr 22 05:09 - 05:10 &amp;nbsp;(00:01)&lt;BR&gt;
kathi &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;970RTEgD 69.49.36.105 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Apr 22 05:09 - 05:09 &amp;nbsp;(00:00)&lt;BR&gt;
kathi &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;29150beE &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Apr 22 05:09 - 05:09 &amp;nbsp;(00:00)&lt;BR&gt;
kathi &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;18190beE &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Apr 22 05:09 - 05:09 &amp;nbsp;(00:00)&lt;BR&gt;
city2 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;305RTEgD 69.49.36.107 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Apr 22 05:09 - 05:14 &amp;nbsp;(00:05)&lt;BR&gt;
city2 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;10410beE &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Apr 22 05:09 - 05:14 &amp;nbsp;(00:05)&lt;BR&gt;
&lt;/FONT&gt;&lt;FONT FACE=&quot;Verdana, Helvetica, Arial&quot;&gt;&lt;BR&gt;
Thanks&lt;BR&gt;
Frank&lt;BR&gt;
&lt;BR&gt;
Frank DeChellis&lt;BR&gt;
President, Internet Access Worldwide&lt;BR&gt;
Welland, Ontario, Canada&lt;BR&gt;
www.iaw.com&lt;BR&gt;
&lt;BR&gt;
&lt;/FONT&gt;&lt;/SPAN&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;

&lt;br /&gt;-
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-entry-for-every-user-tp23199149p23199149.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21395939</id>
	<title>RE: Error in test FreeRadius</title>
	<published>2009-01-10T20:07:20Z</published>
	<updated>2009-01-10T20:07:20Z</updated>
	<author>
		<name>John Brittain</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;
&lt;title&gt;Error in test FreeRadius &lt;/title&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Paulo,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;This is the Cistron mailing list .. not the FreeRadius.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;-John&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21395939&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cistron-radius-bounces+john=dncsi.com@...&lt;/a&gt;
[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21395939&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cistron-radius-bounces+john=dncsi.com@...&lt;/a&gt;] &lt;b&gt;On Behalf Of
&lt;/b&gt;Paulo Cesar Naves Mota&lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Saturday, January 10, 2009 10:35 PM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21395939&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cistron-radius@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Error in test FreeRadius &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style='font-size:10.0pt'&gt;Hello people,&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I`d like to know how to resolve this
problem in configuration:&lt;br&gt;
&lt;br&gt;
[root@serverRH5 raddb]# radtest pc1 123456 localhost 0 mysecret&lt;br&gt;
Sending Access-Request of id 169 to 127.0.0.1 port 1812&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User-Name = &amp;quot;pc1&amp;quot;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User-Password = &amp;quot;123456&amp;quot;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAS-IP-Address = 127.0.0.1&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAS-Port = 0&lt;br&gt;
rad_recv: Access-Reject packet from host 127.0.0.1 port 1812, id=169, length=20&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; My clients.conf&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; client localhost {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ipaddr = 127.0.0.1&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; secret = mysecret&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; require_message_authenticator = no&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
shortname&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = localhost&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nastype = other&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for all&lt;br&gt;
&lt;br&gt;
Best Regards&lt;br&gt;
&lt;br&gt;
Paulo Cesar&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;-
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-in-test-FreeRadius-tp21395438p21395939.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21395438</id>
	<title>Error in test FreeRadius</title>
	<published>2009-01-10T19:34:35Z</published>
	<updated>2009-01-10T19:34:35Z</updated>
	<author>
		<name>Paulo César Naves Mota</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 3.2//EN&quot;&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META NAME=&quot;Generator&quot; CONTENT=&quot;MS Exchange Server version 6.5.7638.1&quot;&gt;
&lt;TITLE&gt;Error in test FreeRadius &lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;!-- Converted from text/plain format --&gt;
&lt;BR&gt;

&lt;P&gt;&lt;FONT SIZE=2&gt;Hello people,&lt;BR&gt;
&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I`d like to know how to resolve this problem in configuration:&lt;BR&gt;
&lt;BR&gt;
[root@serverRH5 raddb]# radtest pc1 123456 localhost 0 mysecret&lt;BR&gt;
Sending Access-Request of id 169 to 127.0.0.1 port 1812&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User-Name = &amp;quot;pc1&amp;quot;&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User-Password = &amp;quot;123456&amp;quot;&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAS-IP-Address = 127.0.0.1&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAS-Port = 0&lt;BR&gt;
rad_recv: Access-Reject packet from host 127.0.0.1 port 1812, id=169, length=20&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; My clients.conf&lt;BR&gt;
&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; client localhost {&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ipaddr = 127.0.0.1&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; secret = mysecret&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; require_message_authenticator = no&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; shortname&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = localhost&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nastype = other&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for all&lt;BR&gt;
&lt;BR&gt;
Best Regards&lt;BR&gt;
&lt;BR&gt;
Paulo Cesar&lt;/FONT&gt;
&lt;/P&gt;

&lt;/BODY&gt;
&lt;/HTML&gt;&lt;br /&gt;-
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-in-test-FreeRadius-tp21395438p21395438.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21350346</id>
	<title>Help with instalation Radius in RHES 5.2 x86_64</title>
	<published>2009-01-08T03:06:42Z</published>
	<updated>2009-01-08T03:06:42Z</updated>
	<author>
		<name>Paulo César Naves Mota</name>
	</author>
	<content type="html">Hello everybody,
&lt;br&gt;&lt;br&gt;I'd like to know if someone can help me, because I am using Red Hat 
&lt;br&gt;Enterprise 5.2 64bits and I am receiving error messages when try install 
&lt;br&gt;(using make) . I am using radiusd-cistron-1.6.8 .
&lt;br&gt;&lt;br&gt;In below the error message:
&lt;br&gt;&lt;br&gt;[root@server src]# make
&lt;br&gt;gcc -Wall -g -c radiusd.c
&lt;br&gt;radiusd.c:77: error: static declaration of ‘radius_pid’ follows 
&lt;br&gt;non-static declaration
&lt;br&gt;radiusd.h:207: error: previous declaration of ‘radius_pid’ was here
&lt;br&gt;radiusd.c: In function ‘main’:
&lt;br&gt;radiusd.c:523: warning: pointer targets in passing argument 6 of 
&lt;br&gt;‘recvfrom’ differ in signedness
&lt;br&gt;radiusd.c:529: warning: pointer targets in passing argument 3 of 
&lt;br&gt;‘radrecv’ differ in signedness
&lt;br&gt;radiusd.c:540: warning: pointer targets in passing argument 6 of 
&lt;br&gt;‘recvfrom’ differ in signedness
&lt;br&gt;radiusd.c:546: warning: pointer targets in passing argument 3 of 
&lt;br&gt;‘radrecv’ differ in signedness
&lt;br&gt;radiusd.c: In function ‘radrespond’:
&lt;br&gt;radiusd.c:620: warning: pointer targets in passing argument 1 of 
&lt;br&gt;‘strNcpy’ differ in signedness
&lt;br&gt;radiusd.c:620: warning: pointer targets in passing argument 2 of 
&lt;br&gt;‘strNcpy’ differ in signedness
&lt;br&gt;make: ** [radiusd.o] Erro 1
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Best Regards
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Paulo César Naves Mota
&lt;br&gt;Administrador de Redes
&lt;br&gt;&amp;nbsp;°v°
&lt;br&gt;/(_)\
&lt;br&gt;&amp;nbsp;^ ^
&lt;br&gt;LinuxUser: 412359
&lt;br&gt;&lt;br&gt;-
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help-with-instalation-Radius-in-RHES-5.2-x86_64-tp21350346p21350346.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18311302</id>
	<title>DAS Feature in  Cistron RADIUS Server</title>
	<published>2008-07-07T00:14:18Z</published>
	<updated>2008-07-07T00:14:18Z</updated>
	<author>
		<name>jpaspm</name>
	</author>
	<content type="html">Hello All,
&lt;br&gt;&lt;br&gt;Does the &amp;nbsp;Cistron RADIUS server supports dynamic authorization feature as
&lt;br&gt;per RFC 5176?
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;--Jayaprakash S
&lt;br&gt;&lt;br&gt;&lt;br&gt;-
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DAS-Feature-in--Cistron-RADIUS-Server-tp18311302p18311302.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17638627</id>
	<title>PoPToP + Radius not working</title>
	<published>2008-06-03T20:43:16Z</published>
	<updated>2008-06-03T20:43:16Z</updated>
	<author>
		<name>Dennis McWherter-Jr</name>
	</author>
	<content type="html">Hello,&lt;br&gt;&lt;br&gt;I have PoPToP and Radius both working fine separately. Unfortunately, when I try to combine them, this is not the case. I&amp;#39;ll give you the debug mode output.&lt;br&gt;&lt;br&gt;(I edited the &amp;quot;service&amp;quot; script to run with the &amp;quot;debug&amp;quot; parameter)&lt;br&gt;
[root@vpnserver1 ~]# service radiusd debug&lt;br&gt;Starting - reading configuration files ...&lt;br&gt;reread_config:&amp;nbsp; reading radiusd.conf&lt;br&gt;Config:&amp;nbsp;&amp;nbsp; including file: /etc/raddb/proxy.conf&lt;br&gt;Config:&amp;nbsp;&amp;nbsp; including file: /etc/raddb/clients.conf&lt;br&gt;
Config:&amp;nbsp;&amp;nbsp; including file: /etc/raddb/snmp.conf&lt;br&gt;Config:&amp;nbsp;&amp;nbsp; including file: /etc/raddb/eap.conf&lt;br&gt;&amp;nbsp;main: prefix = &amp;quot;/usr&amp;quot;&lt;br&gt;&amp;nbsp;main: localstatedir = &amp;quot;/var&amp;quot;&lt;br&gt;&amp;nbsp;main: logdir = &amp;quot;/var/log/radius&amp;quot;&lt;br&gt;
&amp;nbsp;main: libdir = &amp;quot;/usr/lib&amp;quot;&lt;br&gt;&amp;nbsp;main: radacctdir = &amp;quot;/var/log/radius/radacct&amp;quot;&lt;br&gt;&amp;nbsp;main: hostname_lookups = no&lt;br&gt;&amp;nbsp;main: snmp = no&lt;br&gt;&amp;nbsp;main: max_request_time = 30&lt;br&gt;&amp;nbsp;main: cleanup_delay = 5&lt;br&gt;&amp;nbsp;main: max_requests = 1024&lt;br&gt;
&amp;nbsp;main: delete_blocked_requests = 0&lt;br&gt;&amp;nbsp;main: port = 0&lt;br&gt;&amp;nbsp;main: allow_core_dumps = no&lt;br&gt;&amp;nbsp;main: log_stripped_names = no&lt;br&gt;&amp;nbsp;main: log_file = &amp;quot;/var/log/radius/radius.log&amp;quot;&lt;br&gt;&amp;nbsp;main: log_auth = yes&lt;br&gt;&amp;nbsp;main: log_auth_badpass = yes&lt;br&gt;
&amp;nbsp;main: log_auth_goodpass = yes&lt;br&gt;&amp;nbsp;main: pidfile = &amp;quot;/var/run/radiusd/radiusd.pid&amp;quot;&lt;br&gt;&amp;nbsp;main: bind_address = SERVER_IP IP address [SERVER_IP]&lt;br&gt;&amp;nbsp;main: user = &amp;quot;radiusd&amp;quot;&lt;br&gt;&amp;nbsp;main: group = &amp;quot;radiusd&amp;quot;&lt;br&gt;
&amp;nbsp;main: usercollide = no&lt;br&gt;&amp;nbsp;main: lower_user = &amp;quot;no&amp;quot;&lt;br&gt;&amp;nbsp;main: lower_pass = &amp;quot;no&amp;quot;&lt;br&gt;&amp;nbsp;main: nospace_user = &amp;quot;no&amp;quot;&lt;br&gt;&amp;nbsp;main: nospace_pass = &amp;quot;no&amp;quot;&lt;br&gt;&amp;nbsp;main: checkrad = &amp;quot;/usr/sbin/checkrad&amp;quot;&lt;br&gt;
&amp;nbsp;main: proxy_requests = yes&lt;br&gt;&amp;nbsp;proxy: retry_delay = 5&lt;br&gt;&amp;nbsp;proxy: retry_count = 3&lt;br&gt;&amp;nbsp;proxy: synchronous = no&lt;br&gt;&amp;nbsp;proxy: default_fallback = yes&lt;br&gt;&amp;nbsp;proxy: dead_time = 120&lt;br&gt;&amp;nbsp;proxy: post_proxy_authorize = no&lt;br&gt;&amp;nbsp;proxy: wake_all_if_all_dead = no&lt;br&gt;
&amp;nbsp;security: max_attributes = 200&lt;br&gt;&amp;nbsp;security: reject_delay = 1&lt;br&gt;&amp;nbsp;security: status_server = no&lt;br&gt;&amp;nbsp;main: debug_level = 0&lt;br&gt;read_config_files:&amp;nbsp; reading dictionary&lt;br&gt;read_config_files:&amp;nbsp; reading naslist&lt;br&gt;Using deprecated naslist file.&amp;nbsp; Support for this will go away soon.&lt;br&gt;
read_config_files:&amp;nbsp; reading clients&lt;br&gt;read_config_files:&amp;nbsp; reading realms&lt;br&gt;radiusd:&amp;nbsp; entering modules setup&lt;br&gt;Module: Library search path is /usr/lib&lt;br&gt;Module: Loaded exec&lt;br&gt;&amp;nbsp;exec: wait = yes&lt;br&gt;&amp;nbsp;exec: program = &amp;quot;(null)&amp;quot;&lt;br&gt;
&amp;nbsp;exec: input_pairs = &amp;quot;request&amp;quot;&lt;br&gt;&amp;nbsp;exec: output_pairs = &amp;quot;(null)&amp;quot;&lt;br&gt;&amp;nbsp;exec: packet_type = &amp;quot;(null)&amp;quot;&lt;br&gt;rlm_exec: Wait=yes but no output defined. Did you mean output=none?&lt;br&gt;Module: Instantiated exec (exec)&lt;br&gt;
Module: Loaded expr&lt;br&gt;Module: Instantiated expr (expr)&lt;br&gt;Module: Loaded PAP&lt;br&gt;&amp;nbsp;pap: encryption_scheme = &amp;quot;crypt&amp;quot;&lt;br&gt;Module: Instantiated pap (pap)&lt;br&gt;Module: Loaded CHAP&lt;br&gt;Module: Instantiated chap (chap)&lt;br&gt;
Module: Loaded MS-CHAP&lt;br&gt;&amp;nbsp;mschap: use_mppe = yes&lt;br&gt;&amp;nbsp;mschap: require_encryption = yes&lt;br&gt;&amp;nbsp;mschap: require_strong = yes&lt;br&gt;&amp;nbsp;mschap: with_ntdomain_hack = no&lt;br&gt;&amp;nbsp;mschap: passwd = &amp;quot;(null)&amp;quot;&lt;br&gt;&amp;nbsp;mschap: ntlm_auth = &amp;quot;(null)&amp;quot;&lt;br&gt;
Module: Instantiated mschap (mschap)&lt;br&gt;Module: Loaded System&lt;br&gt;&amp;nbsp;unix: cache = no&lt;br&gt;&amp;nbsp;unix: passwd = &amp;quot;(null)&amp;quot;&lt;br&gt;&amp;nbsp;unix: shadow = &amp;quot;/etc/shadow&amp;quot;&lt;br&gt;&amp;nbsp;unix: group = &amp;quot;(null)&amp;quot;&lt;br&gt;&amp;nbsp;unix: radwtmp = &amp;quot;/var/log/radius/radwtmp&amp;quot;&lt;br&gt;
&amp;nbsp;unix: usegroup = no&lt;br&gt;&amp;nbsp;unix: cache_reload = 600&lt;br&gt;Module: Instantiated unix (unix)&lt;br&gt;Module: Loaded eap&lt;br&gt;&amp;nbsp;eap: default_eap_type = &amp;quot;mschapv2&amp;quot;&lt;br&gt;&amp;nbsp;eap: timer_expire = 60&lt;br&gt;&amp;nbsp;eap: ignore_unknown_eap_types = no&lt;br&gt;
&amp;nbsp;eap: cisco_accounting_username_bug = no&lt;br&gt;rlm_eap: Loaded and initialized type md5&lt;br&gt;rlm_eap: Loaded and initialized type leap&lt;br&gt;&amp;nbsp;gtc: challenge = &amp;quot;Password: &amp;quot;&lt;br&gt;&amp;nbsp;gtc: auth_type = &amp;quot;PAP&amp;quot;&lt;br&gt;rlm_eap: Loaded and initialized type gtc&lt;br&gt;
&amp;nbsp;mschapv2: with_ntdomain_hack = no&lt;br&gt;rlm_eap: Loaded and initialized type mschapv2&lt;br&gt;Module: Instantiated eap (eap)&lt;br&gt;Module: Loaded preprocess&lt;br&gt;&amp;nbsp;preprocess: huntgroups = &amp;quot;/etc/raddb/huntgroups&amp;quot;&lt;br&gt;&amp;nbsp;preprocess: hints = &amp;quot;/etc/raddb/hints&amp;quot;&lt;br&gt;
&amp;nbsp;preprocess: with_ascend_hack = no&lt;br&gt;&amp;nbsp;preprocess: ascend_channels_per_line = 23&lt;br&gt;&amp;nbsp;preprocess: with_ntdomain_hack = no&lt;br&gt;&amp;nbsp;preprocess: with_specialix_jetstream_hack = no&lt;br&gt;&amp;nbsp;preprocess: with_cisco_vsa_hack = no&lt;br&gt;&amp;nbsp;preprocess: with_alvarion_vsa_hack = no&lt;br&gt;
Module: Instantiated preprocess (preprocess)&lt;br&gt;Module: Loaded realm&lt;br&gt;&amp;nbsp;realm: format = &amp;quot;suffix&amp;quot;&lt;br&gt;&amp;nbsp;realm: delimiter = &amp;quot;@&amp;quot;&lt;br&gt;&amp;nbsp;realm: ignore_default = no&lt;br&gt;&amp;nbsp;realm: ignore_null = no&lt;br&gt;Module: Instantiated realm (suffix)&lt;br&gt;
Module: Loaded files&lt;br&gt;&amp;nbsp;files: usersfile = &amp;quot;/etc/raddb/users&amp;quot;&lt;br&gt;&amp;nbsp;files: acctusersfile = &amp;quot;/etc/raddb/acct_users&amp;quot;&lt;br&gt;&amp;nbsp;files: preproxy_usersfile = &amp;quot;/etc/raddb/preproxy_users&amp;quot;&lt;br&gt;&amp;nbsp;files: compat = &amp;quot;no&amp;quot;&lt;br&gt;
Module: Instantiated files (files)&lt;br&gt;Module: Loaded Acct-Unique-Session-Id&lt;br&gt;&amp;nbsp;acct_unique: key = &amp;quot;User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port&amp;quot;&lt;br&gt;Module: Instantiated acct_unique (acct_unique)&lt;br&gt;
Module: Loaded detail&lt;br&gt;&amp;nbsp;detail: detailfile = &amp;quot;/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d&amp;quot;&lt;br&gt;&amp;nbsp;detail: detailperm = 384&lt;br&gt;&amp;nbsp;detail: dirperm = 493&lt;br&gt;&amp;nbsp;detail: locking = no&lt;br&gt;Module: Instantiated detail (detail)&lt;br&gt;
Module: Loaded radutmp&lt;br&gt;&amp;nbsp;radutmp: filename = &amp;quot;/var/log/radius/radutmp&amp;quot;&lt;br&gt;&amp;nbsp;radutmp: username = &amp;quot;%{User-Name}&amp;quot;&lt;br&gt;&amp;nbsp;radutmp: case_sensitive = yes&lt;br&gt;&amp;nbsp;radutmp: check_with_nas = yes&lt;br&gt;&amp;nbsp;radutmp: perm = 384&lt;br&gt;
&amp;nbsp;radutmp: callerid = yes&lt;br&gt;Module: Instantiated radutmp (radutmp)&lt;br&gt;Listening on authentication SERVER_IP:1812&lt;br&gt;Listening on accounting SERVER_IP:1813&lt;br&gt;Ready to process requests.&lt;br&gt;rad_recv: Access-Request packet from host SERVER_IP:32801, id=186, length=147&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service-Type = Framed-User&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Framed-Protocol = PPP&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User-Name = &amp;quot;Dennis&amp;quot;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MS-CHAP-Challenge = 0x1f669550992b56424e239114891e5cdd&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MS-CHAP2-Response = 0x5d00aa14c7072301e8c304fe51bfa9ee5a65000000000000000075ca6a2426c70c3ec4d14ed01b4509a6108468c1fbf25dd4&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Calling-Station-Id = &amp;quot;MY_IP&amp;quot;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAS-IP-Address = &lt;a href=&quot;http://127.0.0.1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;127.0.0.1&lt;/a&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAS-Port = 0&lt;br&gt;&amp;nbsp; Processing the authorize section of radiusd.conf&lt;br&gt;modcall: entering group authorize for request 0&lt;br&gt;
&amp;nbsp; modcall[authorize]: module &amp;quot;preprocess&amp;quot; returns ok for request 0&lt;br&gt;&amp;nbsp; modcall[authorize]: module &amp;quot;chap&amp;quot; returns noop for request 0&lt;br&gt;&amp;nbsp; rlm_mschap: Found MS-CHAP attributes.&amp;nbsp; Setting &amp;#39;Auth-Type&amp;nbsp; = mschap&amp;#39;&lt;br&gt;
&amp;nbsp; modcall[authorize]: module &amp;quot;mschap&amp;quot; returns ok for request 0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rlm_realm: No &amp;#39;@&amp;#39; in User-Name = &amp;quot;Dennis&amp;quot;, looking up realm NULL&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rlm_realm: No such realm &amp;quot;NULL&amp;quot;&lt;br&gt;&amp;nbsp; modcall[authorize]: module &amp;quot;suffix&amp;quot; returns noop for request 0&lt;br&gt;
&amp;nbsp; rlm_eap: No EAP-Message, not doing EAP&lt;br&gt;&amp;nbsp; modcall[authorize]: module &amp;quot;eap&amp;quot; returns noop for request 0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; users: Matched entry DEFAULT at line 153&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; users: Matched entry DEFAULT at line 172&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; users: Matched entry DEFAULT at line 184&lt;br&gt;
&amp;nbsp; modcall[authorize]: module &amp;quot;files&amp;quot; returns ok for request 0&lt;br&gt;modcall: leaving group authorize (returns ok) for request 0&lt;br&gt;&amp;nbsp; rad_check_password:&amp;nbsp; Found Auth-Type MS-CHAP&lt;br&gt;auth: type &amp;quot;MS-CHAP&amp;quot;&lt;br&gt;
&amp;nbsp; Processing the authenticate section of radiusd.conf&lt;br&gt;modcall: entering group MS-CHAP for request 0&lt;br&gt;&amp;nbsp; rlm_mschap: No User-Password configured.&amp;nbsp; Cannot create LM-Password.&lt;br&gt;&amp;nbsp; rlm_mschap: No User-Password configured.&amp;nbsp; Cannot create NT-Password.&lt;br&gt;
&amp;nbsp; rlm_mschap: Told to do MS-CHAPv2 for Dennis with NT-Password&lt;br&gt;&amp;nbsp; rlm_mschap: FAILED: No NT/LM-Password.&amp;nbsp; Cannot perform authentication.&lt;br&gt;&amp;nbsp; rlm_mschap: FAILED: MS-CHAP2-Response is incorrect&lt;br&gt;&amp;nbsp; modcall[authenticate]: module &amp;quot;mschap&amp;quot; returns reject for request 0&lt;br&gt;
modcall: leaving group MS-CHAP (returns reject) for request 0&lt;br&gt;auth: Failed to validate the user.&lt;br&gt;Login incorrect: [Dennis/&amp;lt;no User-Password attribute&amp;gt;] (from client VPN port 0 cli MY_IP)&lt;br&gt;Delaying request 0 for 1 seconds&lt;br&gt;
Finished request 0&lt;br&gt;Going to the next request&lt;br&gt;--- Walking the entire request list ---&lt;br&gt;Waking up in 1 seconds...&lt;br&gt;--- Walking the entire request list ---&lt;br&gt;Waking up in 1 seconds...&lt;br&gt;--- Walking the entire request list ---&lt;br&gt;
Sending Access-Reject of id 186 to SERVER_IP port 32801&lt;br&gt;Waking up in 4 seconds...&lt;br&gt;--- Walking the entire request list ---&lt;br&gt;Cleaning up request 0 ID 186 with timestamp 48458194&lt;br&gt;Nothing to do.&amp;nbsp; Sleeping until we see a request.&lt;br&gt;
&lt;br&gt;&lt;br&gt;So that&amp;#39;s where I stand in the debug when trying to connect with the built-in WinXP client to PoPToP with Radius. Like I said, without PoPToP running through Radius, I receive no errors and running radtest no errors. So any ideas? I don&amp;#39;t mean to be incompetent but I&amp;#39;m a little new to the RADIUS scene but, normally pick things up pretty quickly. &lt;br&gt;
&lt;br&gt;Thanks for all your help!&lt;br&gt;Dennis&lt;br&gt;
&lt;br /&gt;-
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PoPToP-%2B-Radius-not-working-tp17638627p17638627.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13752708</id>
	<title>VPOP configuration</title>
	<published>2007-11-14T09:41:52Z</published>
	<updated>2007-11-14T09:41:52Z</updated>
	<author>
		<name>Frank DeChellis</name>
	</author>
	<content type="html">&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;VPOP configuration&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;FONT FACE=&quot;Verdana, Helvetica, Arial&quot;&gt;&lt;SPAN STYLE='font-size:12.0px'&gt;Hi there,&lt;BR&gt;
&lt;BR&gt;
New to the list. &amp;nbsp;We have Cistron 1.6.7nb2.&lt;BR&gt;
&lt;BR&gt;
Where do I find info on configuring a VPOP? &amp;nbsp;I have to filter through 5 DIDs on a dial-up server. &amp;nbsp;I think if I knew the correct term as Cistron refers to it I could find the info.&lt;BR&gt;
&lt;BR&gt;
Thanks&lt;BR&gt;
Frank&lt;BR&gt;
&lt;BR&gt;
Frank DeChellis&lt;BR&gt;
President, Internet Access Worldwide&lt;BR&gt;
Welland, Ontario, Canada&lt;BR&gt;
www.iaw.com&lt;BR&gt;
&lt;BR&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;

&lt;br /&gt;-
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VPOP-configuration-tp13752708p13752708.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-10907201</id>
	<title>Re: Freeradius server can not see any request from clients.</title>
	<published>2007-06-01T00:08:33Z</published>
	<updated>2007-06-01T00:08:33Z</updated>
	<author>
		<name>saradar</name>
	</author>
	<content type="html">hi
&lt;br&gt;i have the same problem. did u get any reply? is your problem solved?
&lt;br&gt;regards
&lt;br&gt;sara
&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;richard Bai wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi, everyone,
&lt;br&gt;&lt;br&gt;I face a very strange problem right now when I configure a freeradius server
&lt;br&gt;with PEAP + LDAP.
&lt;br&gt;&lt;br&gt;I can start the radius in debug mode properly. I get following lines:
&lt;br&gt;Listening on authentication *:1812
&lt;br&gt;Listening on accounting *:1813
&lt;br&gt;Ready to process requests.
&lt;br&gt;&lt;br&gt;Then I did test by using &amp;quot; *radtest username password localhost 0
&lt;br&gt;sharedsecret*&amp;quot;
&lt;br&gt;And the radius server replied with Access-Accept message. So, I think the
&lt;br&gt;serve works just fine.
&lt;br&gt;&lt;br&gt;But when I tested by using &amp;quot;*radtest username password IP of server 0
&lt;br&gt;sharedsecret*&amp;quot; from a client conneted to the server through a hub, I can not
&lt;br&gt;get anything back.
&lt;br&gt;I even did not see any Access-Request information in debug mode on the
&lt;br&gt;radius server. It looks like the radius doesn't receive anything.
&lt;br&gt;However, I sniffered the interface via Ethereal and used &amp;quot; tcpdump -v port
&lt;br&gt;1812 &amp;quot; in the server, I do see the Access-Request packet received by the
&lt;br&gt;interface on the server,
&lt;br&gt;I confirmed that the 1812 port is open.
&lt;br&gt;&lt;br&gt;Please give me some idea. Any advices or solution is welcome.
&lt;br&gt;&lt;br&gt;Thank you very much!
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Best Regards
&lt;br&gt;Richard
&lt;br&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Freeradius-server-can-not-see-any-request-from-clients.-tp6992092p10907201.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-9154792</id>
	<title>epagunsan@hotmail.com wants to talk to you!</title>
	<published>2007-02-25T23:47:35Z</published>
	<updated>2007-02-25T23:47:35Z</updated>
	<author>
		<name>epagunsan</name>
	</author>
	<content type="html"> &lt;br /&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;ts.gif&lt;/strong&gt; (124 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/9154792/0/ts.gif&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/epagunsan%40hotmail.com-wants-to-talk-to-you%21-tp9154792p9154792.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8987437</id>
	<title>Re: Getting error in radius server with dot1X and supplicant on windows XP...</title>
	<published>2007-02-15T07:29:49Z</published>
	<updated>2007-02-15T07:29:49Z</updated>
	<author>
		<name>Roy-26</name>
	</author>
	<content type="html">This is the cistron radius mailing list
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=8987437&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;raghavendra.sadaramachandra@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I am using free radius server with dot1X. and supplicant is on 
&lt;br&gt;&amp;gt; windows XP. Here when I use user name &amp;lt;= 3 letters I am getting 
&lt;br&gt;&amp;gt; following error...
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; * 1.* *Received packet from 192.168.112.90 with invalid 
&lt;br&gt;&amp;gt; Message-Authenticator! (Shared secret is incorrect.)*
&lt;br&gt;&amp;gt; ** 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; and for user name &amp;lt;=3 my client is getting following error.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;*2. **Malformed RADIUS packet from host 192.168.0.1: too short 
&lt;br&gt;&amp;gt; (length 17 &amp;lt; minimum 20).*
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; where as radius RFC say... user name length can be &amp;gt;= 3.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; since user name goes as part of attributes in radius packet... but 
&lt;br&gt;&amp;gt; errors we are getting are totally different.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I mean first we are getting related to message-authenticator where as 
&lt;br&gt;&amp;gt; we are passing username with length &amp;lt;=3. and second error my client 
&lt;br&gt;&amp;gt; getting is related to packet length...another interesting thing is we 
&lt;br&gt;&amp;gt; get these *errors only for PEAP *configuration.... this will work for 
&lt;br&gt;&amp;gt; MD5 and others.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; can any one help me in this. 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; whether we are getting different errors because both of us may be 
&lt;br&gt;&amp;gt; using different versions of RADIUS server? just a guess.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This error may be because of RADIUS client or server?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanx in Advance...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---Raghu.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-error-in-radius-server-with-dot1X-and-supplicant-on-windows-XP...-tp8986714p8987437.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8986714</id>
	<title>Getting error in radius server with dot1X and supplicant on windows XP...</title>
	<published>2007-02-15T06:44:50Z</published>
	<updated>2007-02-15T06:44:50Z</updated>
	<author>
		<name>raghavendra.sadaramachandra</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3020&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=783540312-15022007&gt;&lt;FONT face=Arial size=2&gt;Hi All,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=783540312-15022007&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=783540312-15022007&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT face=Arial size=2&gt;I 
am using free radius server with dot1X. and supplicant is&amp;nbsp;on windows XP. 
Here when I use user name &amp;lt;= 3 letters I am getting following 
error...&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=783540312-15022007&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=783540312-15022007&gt;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&amp;nbsp;&lt;FONT face=Arial size=2&gt;1.&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT face=Arial size=2&gt;&lt;STRONG&gt;Received packet from 
192.168.112.90 with invalid Message-Authenticator!&amp;nbsp;(Shared secret is 
incorrect.)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=783540312-15022007&gt;&lt;STRONG&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=783540312-15022007&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
and for user name &amp;lt;=3&amp;nbsp;my client is getting following 
error.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=783540312-15022007&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;2. 
&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;Malformed RADIUS packet from host 192.168.0.1: too short 
(length 17 &amp;lt; minimum 20)&lt;SPAN class=783540312-15022007&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;where as radius 
RFC say... user name length can be &amp;gt;= 3. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;since user name 
goes as part of attributes in radius packet...&amp;nbsp;but errors we are getting 
are totally different. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;I 
mean&amp;nbsp;first we are getting related to message-authenticator where as we are 
passing username with length &amp;lt;=3.&amp;nbsp;and second error my client getting is 
related to packet length...another interesting thing is we get these 
&lt;STRONG&gt;errors only for PEAP&amp;nbsp;&lt;/STRONG&gt;configuration.... this will work for 
MD5 and others.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=783540312-15022007&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;can any one help 
me in this.&lt;SPAN class=663153914-15022007&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=783540312-15022007&gt;&lt;FONT size=+0&gt;&lt;SPAN class=663153914-15022007&gt;&lt;FONT size=2&gt;&lt;FONT face=Arial&gt;whether&amp;nbsp;we 
are&amp;nbsp;getting different errors because both of us may be using different 
versions of RADIUS server? just a guess. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=783540312-15022007&gt;&lt;FONT size=+0&gt;&lt;SPAN class=663153914-15022007&gt;&lt;FONT size=2&gt;&lt;FONT face=Arial&gt;This&amp;nbsp;error may be 
because of RADIUS client or server?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;Thanx in 
Advance...&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;---Raghu.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;&lt;SPAN class=783540312-15022007&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;

&lt;table&gt;&lt;tr&gt;&lt;td bgcolor=#ffffff&gt;&lt;font color=#000000&gt;&lt;br&gt;
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. &lt;br&gt;
&lt;br&gt;
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.&lt;br&gt;
 &lt;br&gt;
www.wipro.com&lt;br&gt;
&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-error-in-radius-server-with-dot1X-and-supplicant-on-windows-XP...-tp8986714p8986714.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8985240</id>
	<title>Doubt about RADIUS server errors.</title>
	<published>2007-02-15T05:18:59Z</published>
	<updated>2007-02-15T05:18:59Z</updated>
	<author>
		<name>raghavendra.sadaramachandra</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3020&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=783540312-15022007&gt;&lt;FONT face=Arial size=2&gt;Hi,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=783540312-15022007&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=783540312-15022007&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT face=Arial size=2&gt;I 
am using free radius server with dot1X. and supplicant is&amp;nbsp;on windows XP. 
Here when I use user name &amp;lt;= 3 letters I am getting following 
error...&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=783540312-15022007&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=783540312-15022007&gt;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&amp;nbsp;&lt;FONT face=Arial size=2&gt;1.&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT face=Arial size=2&gt;&lt;STRONG&gt;Received packet from 
192.168.112.90 with invalid Message-Authenticator!&amp;nbsp;(Shared secret is 
incorrect.)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=783540312-15022007&gt;&lt;STRONG&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=783540312-15022007&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
and for user name &amp;lt;=3&amp;nbsp;my client is getting following 
error.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=783540312-15022007&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;2. 
&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;Malformed RADIUS packet from host 192.168.0.1: too short 
(length 17 &amp;lt; minimum 20)&lt;SPAN class=783540312-15022007&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;where as radius 
RFC say... user name length can be &amp;gt;= 3. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;since user name 
goes as part of attributes in radius packet...&amp;nbsp;but errors we are getting 
are totally different. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;I 
mean&amp;nbsp;first we are getting related to message-authenticator where as we are 
passing username with length &amp;lt;=3.&amp;nbsp;and second error my client getting is 
related to packet length...another interesting thing is we get these 
&lt;STRONG&gt;errors only for PEAP&amp;nbsp;&lt;/STRONG&gt;configuration.... this will work for 
MD5 and others.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;can any one help 
me in this.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;Thanx in 
Advance...&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;---Raghu.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=783540312-15022007&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;&lt;SPAN class=783540312-15022007&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;

&lt;table&gt;&lt;tr&gt;&lt;td bgcolor=#ffffff&gt;&lt;font color=#000000&gt;&lt;br&gt;
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. &lt;br&gt;
&lt;br&gt;
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.&lt;br&gt;
 &lt;br&gt;
www.wipro.com&lt;br&gt;
&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Doubt-about-RADIUS-server-errors.-tp8985240p8985240.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8916735</id>
	<title>Re: modifying a user name</title>
	<published>2007-02-11T15:59:38Z</published>
	<updated>2007-02-11T15:59:38Z</updated>
	<author>
		<name>Miquel van Smoorenburg</name>
	</author>
	<content type="html">In article &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=8916735&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;6.2.5.6.2.20070206232017.02b949f0@...&lt;/a&gt;&amp;gt;,
&lt;br&gt;Jean M. Vandette &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=8916735&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vandj@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;Greetings all...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I have a client that requires that when he sends users with
&lt;br&gt;&amp;gt;a prefix ie: bla/ that I rewrite or add a realm of @blah.com so it will
&lt;br&gt;&amp;gt;proxy correctly to his radius server. &amp;nbsp;Problem is his dialer program
&lt;br&gt;&amp;gt;will not allow a @ symbol until updated. &amp;nbsp;Anyone with a way to
&lt;br&gt;&amp;gt;make this work?
&lt;br&gt;&amp;gt;I can strip the prefix but am at a loss on how to add the suffix for these
&lt;br&gt;&amp;gt;users.
&lt;br&gt;&lt;br&gt;If you use 1.6.8 you can do:
&lt;br&gt;&lt;br&gt;# Realms file
&lt;br&gt;bla/*		radius.blah.com		wildcard
&lt;br&gt;&lt;br&gt;# Users file
&lt;br&gt;bla/*		Auth-Type = Accept
&lt;br&gt;&lt;br&gt;Mike.
&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/modifying-a-user-name-tp8839969p8916735.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8839969</id>
	<title>modifying a user name</title>
	<published>2007-02-06T20:52:31Z</published>
	<updated>2007-02-06T20:52:31Z</updated>
	<author>
		<name>Jean M. Vandette</name>
	</author>
	<content type="html">Greetings all...
&lt;br&gt;&lt;br&gt;I have a client that requires that when he sends users with
&lt;br&gt;a prefix ie: bla/ that I rewrite or add a realm of @blah.com so it will
&lt;br&gt;proxy correctly to his radius server. &amp;nbsp;Problem is his dialer program
&lt;br&gt;will not allow a @ symbol until updated. &amp;nbsp;Anyone with a way to
&lt;br&gt;make this work?
&lt;br&gt;I can strip the prefix but am at a loss on how to add the suffix for these
&lt;br&gt;users.
&lt;br&gt;&lt;br&gt;Please advise
&lt;br&gt;&lt;br&gt;Jean M. Vandette
&lt;br&gt;&lt;br&gt;&lt;br&gt;*************************************************************************************
&lt;br&gt;*SecureNet Information Services Inc. &amp;nbsp; &amp;nbsp;100 Alexis Nihon Blvd., Suite 283*
&lt;br&gt;*(514) 744-4242 Vox (514) 744-1552 Fax &amp;nbsp;St. Laurent, Quebec &amp;nbsp;H4M 2N7*
&lt;br&gt;********** Providing Quality Public Internet access since 1994***************
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/modifying-a-user-name-tp8839969p8839969.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8776165</id>
	<title>RE: Expert Help Required</title>
	<published>2007-02-02T13:41:17Z</published>
	<updated>2007-02-02T13:41:17Z</updated>
	<author>
		<name>John Brittain</name>
	</author>
	<content type="html">&amp;nbsp;&amp;gt; test Auth-Type = Local, Password = &amp;quot;test&amp;quot;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Service-Type = Framed-User,
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Framed-Protocol = PPP,
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Framed-IP-Address = 1.2.3.3,
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cisco-AVPair = &amp;quot;ip:route= 1.2.3.4 255.255.255.240&amp;quot;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cisco-AVPair = &amp;quot;ip:route=1.2.4.4 255.255.255.252 &amp;quot; 
&lt;br&gt;&lt;br&gt;If the example above is exactly what you tried, then you need to add a
&lt;br&gt;',' (comma) at the end of the first AVPair line.
&lt;br&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Expert-Help-Required-tp8765806p8776165.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8767618</id>
	<title>Re: Expert Help Required</title>
	<published>2007-02-02T06:18:49Z</published>
	<updated>2007-02-02T06:18:49Z</updated>
	<author>
		<name>gg234</name>
	</author>
	<content type="html">no luck and it is not working
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Pete Conkin wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;&amp;gt;
&lt;br&gt;&amp;gt; test Auth-Type = Local, Password = &amp;quot;test&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Service-Type = Framed-User,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Framed-Protocol = PPP,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Framed-IP-Address = 1.2.3.3,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cisco-AVPair = &amp;quot;ip:route= 1.2.3.4 255.255.255.240&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cisco-AVPair = &amp;quot;ip:route=1.2.4.4 255.255.255.252 &amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When i try to restart cistron radius it will stop the process because it
&lt;br&gt;&amp;gt; will not accept two ip routes with two different rage one is /30 and other
&lt;br&gt;&amp;gt; one is /29.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Could some one help me how to add two ip routes for one single user.
&lt;br&gt;&lt;br&gt;&amp;nbsp; This is just a guess ... please test:
&lt;br&gt;&lt;br&gt;&amp;nbsp; Cisco-AVPair = &amp;quot;ip:route= 1.2.3.4 255.255.255.240&amp;quot;
&lt;br&gt;&amp;nbsp; Cisco-AVPair += &amp;quot;ip:route=1.2.4.4 255.255.255.252&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; or pehaps:
&lt;br&gt;&lt;br&gt;&amp;nbsp; Cisco-AVPair = &amp;quot;ip:route#1= 1.2.3.4 255.255.255.240&amp;quot;
&lt;br&gt;&amp;nbsp; Cisco-AVPair += &amp;quot;ip:route#2=1.2.4.4 255.255.255.252&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; Pete
&lt;br&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Expert-Help-Required-tp8765806p8767618.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8767626</id>
	<title>Re: Expert Help Required</title>
	<published>2007-02-02T06:15:26Z</published>
	<updated>2007-02-02T06:15:26Z</updated>
	<author>
		<name>Pete Conkin</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; &amp;nbsp; Cisco-AVPair = &amp;quot;ip:route= 1.2.3.4 255.255.255.240&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; Cisco-AVPair += &amp;quot;ip:route=1.2.4.4 255.255.255.252&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; Oh, ya ... I forgot the comma at the end of the first Cisco-AVPair line.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; or pehaps:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; Cisco-AVPair = &amp;quot;ip:route#1= 1.2.3.4 255.255.255.240&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; Cisco-AVPair += &amp;quot;ip:route#2=1.2.4.4 255.255.255.252&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; Here too :p
&lt;br&gt;&lt;br&gt;&amp;nbsp; Pete
&lt;br&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Expert-Help-Required-tp8765806p8767626.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8767517</id>
	<title>Re: Expert Help Required</title>
	<published>2007-02-02T06:07:28Z</published>
	<updated>2007-02-02T06:07:28Z</updated>
	<author>
		<name>Pete Conkin</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt;
&lt;br&gt;&amp;gt; test Auth-Type = Local, Password = &amp;quot;test&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Service-Type = Framed-User,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Framed-Protocol = PPP,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Framed-IP-Address = 1.2.3.3,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cisco-AVPair = &amp;quot;ip:route= 1.2.3.4 255.255.255.240&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cisco-AVPair = &amp;quot;ip:route=1.2.4.4 255.255.255.252 &amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When i try to restart cistron radius it will stop the process because it
&lt;br&gt;&amp;gt; will not accept two ip routes with two different rage one is /30 and other
&lt;br&gt;&amp;gt; one is /29.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Could some one help me how to add two ip routes for one single user.
&lt;/div&gt;&lt;br&gt;&amp;nbsp; This is just a guess ... please test:
&lt;br&gt;&lt;br&gt;&amp;nbsp; Cisco-AVPair = &amp;quot;ip:route= 1.2.3.4 255.255.255.240&amp;quot;
&lt;br&gt;&amp;nbsp; Cisco-AVPair += &amp;quot;ip:route=1.2.4.4 255.255.255.252&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; or pehaps:
&lt;br&gt;&lt;br&gt;&amp;nbsp; Cisco-AVPair = &amp;quot;ip:route#1= 1.2.3.4 255.255.255.240&amp;quot;
&lt;br&gt;&amp;nbsp; Cisco-AVPair += &amp;quot;ip:route#2=1.2.4.4 255.255.255.252&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; Pete
&lt;br&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Expert-Help-Required-tp8765806p8767517.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8765806</id>
	<title>Expert Help Required</title>
	<published>2007-02-02T04:04:36Z</published>
	<updated>2007-02-02T04:04:36Z</updated>
	<author>
		<name>gg</name>
	</author>
	<content type="html">Hi Guys,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Currently i am using cistron radius with the following configuration for user
&lt;br&gt;&amp;nbsp;
&lt;br&gt;test Auth-Type = Local, Password = &amp;quot;test&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Service-Type = Framed-User,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Framed-Protocol = PPP,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Framed-IP-Address = 1.2.3.3,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cisco-AVPair = &amp;quot;ip:route= 1.2.3.4 255.255.255.240&amp;quot;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Now i want to configure one more route path for this user using Cisco-AVPair = &amp;quot;ip:route= 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;example as follows
&lt;br&gt;&amp;nbsp;
&lt;br&gt;test Auth-Type = Local, Password = &amp;quot;test&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Service-Type = Framed-User,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Framed-Protocol = PPP,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Framed-IP-Address = 1.2.3.3,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cisco-AVPair = &amp;quot;ip:route= 1.2.3.4 255.255.255.240&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cisco-AVPair = &amp;quot;ip:route=1.2.4.4 255.255.255.252 &amp;quot; 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;When i try to restart cistron radius it will stop the process because it will not accept two ip routes with two different rage one is /30 and other one is /29.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Could some one help me how to add two ip routes for one single user.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Thanks for your help
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Expert-Help-Required-tp8765806p8765806.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8736452</id>
	<title>radiusd-cistron fails on x86_64, Help!</title>
	<published>2007-01-31T11:47:20Z</published>
	<updated>2007-01-31T11:47:20Z</updated>
	<author>
		<name>Heron Gallegos</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;I am radiusd-cistron user under NetBSD from 4 (or more) years
&lt;br&gt;working without problems. But now, I must migrate to new
&lt;br&gt;hardware (xeon 64 bits, NetBSD-3.1) but radiusd-cistron fails.
&lt;br&gt;&lt;br&gt;I sent a message to pkgsrc-users mailing list last night and
&lt;br&gt;I hope somebody help me. This is the message with the description
&lt;br&gt;of the problem:
&lt;br&gt;&lt;a href=&quot;http://mail-index.netbsd.org/pkgsrc-users/2007/01/30/0013.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail-index.netbsd.org/pkgsrc-users/2007/01/30/0013.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Also I found (in this list) some messages from another user
&lt;br&gt;with the same problem but under Linux.
&lt;br&gt;&lt;a href=&quot;http://lists.cistron.nl/pipermail/cistron-radius/2006-September/006252.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.cistron.nl/pipermail/cistron-radius/2006-September/006252.html&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://lists.cistron.nl/pipermail/cistron-radius/2006-September/006253.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.cistron.nl/pipermail/cistron-radius/2006-September/006253.html&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://lists.cistron.nl/pipermail/cistron-radius/2006-September/006254.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.cistron.nl/pipermail/cistron-radius/2006-September/006254.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;But I didnt found a solution (or some tip) for this problem.
&lt;br&gt;Does somebody can help me?
&lt;br&gt;&lt;br&gt;Thanks in advance
&lt;br&gt;&lt;br&gt;Heron Gallegos
&lt;br&gt;Saltillo Coahuila Mexico
&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/radiusd-cistron-fails-on-x86_64%2C-Help%21-tp8736452p8736452.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8521585</id>
	<title>RE: RADIUS keeps crashing</title>
	<published>2007-01-23T05:22:12Z</published>
	<updated>2007-01-23T05:22:12Z</updated>
	<author>
		<name>Toshi Esumi-2</name>
	</author>
	<content type="html">Actually this seems to be an accounting-request packet. And every time it receives an accounting-request, it seems to die.
&lt;br&gt;&lt;br&gt;Toshi
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;-----Original Message-----
&lt;br&gt;&amp;gt; From: 	Toshi Esumi &amp;nbsp;
&lt;br&gt;&amp;gt; Sent:	Tuesday, January 23, 2007 2:58 AM
&lt;br&gt;&amp;gt; To:	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=8521585&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cistron-radius@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject:	RADIUS keeps crashing
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Does someone know what's wrong with this request? It suddenly started crashing from these requests from Level3's proxy server.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Toshi
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [root@ns1-sea log]# /usr/local/sbin/radiusd -y -Z -xx
&lt;br&gt;&amp;gt; Starting - reading configuration files ...
&lt;br&gt;&amp;gt; Ready to process requests.
&lt;br&gt;&amp;gt; radrecv: Packet from host 209.244.127.136 code=4, id=173, length=532
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; User-Name = &amp;quot;46995-69594@ctx46995&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Ascend-Pre-Output-Packets = 0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; NAS-IP-Address = 209.244.42.90
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; NAS-Port = 755
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Service-Type = Framed-User
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Ascend-Data-Rate = 28800
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Attr-529-66 = &amp;quot;\000\000\000&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Attr-529-67 = &amp;quot;\000\000\000&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Ascend-Xmit-Rate = 26400
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Called-Station-Id = &amp;quot;7147054308&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Calling-Station-Id = &amp;quot;7143733029&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; NAS-Identifier = &amp;quot;nas26.lax1.Level3.net&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Acct-Status-Type = Stop
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Acct-Delay-Time = 0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Acct-Input-Octets = 1886
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Acct-Output-Octets = 637
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Acct-Session-Id = &amp;quot;337093469&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Acct-Authentic = RADIUS
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Acct-Session-Time = 63
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Acct-Input-Packets = 39
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Acct-Output-Packets = 19
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Ascend-Modem-PortNo = 84
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Event-Timestamp (Unknown Type 3)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; NAS-Port-Type = Async
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Ascend-Modem-ShelfNo = 1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Ascend-Pre-Output-Octets = 0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Tunnel-Server-Endpoint:0 = &amp;quot;209.247.111.228&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Ascend-Modem-SlotNo = 3
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Attr-529-86 = &amp;quot;\000\000\000&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Attr-529-13 = &amp;quot;\000\000\000\002&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Ascend-Disconnect-Cause = 770
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Ascend-PreSession-Time = 32
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Attr-529-20 = &amp;quot;00000000-0000-0000-0000-000000000000&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Attr-529-28 = &amp;quot;\000\000\000\276&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Tunnel-Client-Auth-Id:0 = &amp;quot;nas26.lax1.Level3.net&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Tunnel-Server-Auth-Id:0 = &amp;quot;ac1-hou&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Tunnel-Type:0 = L2TP
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Ascend-Pre-Input-Packets = 0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Acct-Tunnel-Connection-Id:0 = &amp;quot;209.244.42.90-8A35-0624-209.247.111.228-1259-
&lt;br&gt;&amp;gt; 0D52&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Ascend-Connect-Progress = 244
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Ascend-Pre-Input-Octets = 0
&lt;br&gt;&amp;gt; MASTER: accounting process died - exit.
&lt;br&gt;&amp;gt; [root@ns1-sea log]#
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RADIUS-keeps-crashing-tp8519493p8521585.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8519493</id>
	<title>RADIUS keeps crashing</title>
	<published>2007-01-23T02:57:45Z</published>
	<updated>2007-01-23T02:57:45Z</updated>
	<author>
		<name>Toshi Esumi-2</name>
	</author>
	<content type="html">Does someone know what's wrong with this request? It suddenly started crashing from these requests from Level3's proxy server.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Toshi
&lt;br&gt;&lt;br&gt;[root@ns1-sea log]# /usr/local/sbin/radiusd -y -Z -xx
&lt;br&gt;Starting - reading configuration files ...
&lt;br&gt;Ready to process requests.
&lt;br&gt;radrecv: Packet from host 209.244.127.136 code=4, id=173, length=532
&lt;br&gt;&amp;nbsp; &amp;nbsp; User-Name = &amp;quot;46995-69594@ctx46995&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ascend-Pre-Output-Packets = 0
&lt;br&gt;&amp;nbsp; &amp;nbsp; NAS-IP-Address = 209.244.42.90
&lt;br&gt;&amp;nbsp; &amp;nbsp; NAS-Port = 755
&lt;br&gt;&amp;nbsp; &amp;nbsp; Service-Type = Framed-User
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ascend-Data-Rate = 28800
&lt;br&gt;&amp;nbsp; &amp;nbsp; Attr-529-66 = &amp;quot;\000\000\000&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Attr-529-67 = &amp;quot;\000\000\000&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ascend-Xmit-Rate = 26400
&lt;br&gt;&amp;nbsp; &amp;nbsp; Called-Station-Id = &amp;quot;7147054308&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Calling-Station-Id = &amp;quot;7143733029&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; NAS-Identifier = &amp;quot;nas26.lax1.Level3.net&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Acct-Status-Type = Stop
&lt;br&gt;&amp;nbsp; &amp;nbsp; Acct-Delay-Time = 0
&lt;br&gt;&amp;nbsp; &amp;nbsp; Acct-Input-Octets = 1886
&lt;br&gt;&amp;nbsp; &amp;nbsp; Acct-Output-Octets = 637
&lt;br&gt;&amp;nbsp; &amp;nbsp; Acct-Session-Id = &amp;quot;337093469&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Acct-Authentic = RADIUS
&lt;br&gt;&amp;nbsp; &amp;nbsp; Acct-Session-Time = 63
&lt;br&gt;&amp;nbsp; &amp;nbsp; Acct-Input-Packets = 39
&lt;br&gt;&amp;nbsp; &amp;nbsp; Acct-Output-Packets = 19
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ascend-Modem-PortNo = 84
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Event-Timestamp (Unknown Type 3)
&lt;br&gt;&amp;nbsp; &amp;nbsp; NAS-Port-Type = Async
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ascend-Modem-ShelfNo = 1
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ascend-Pre-Output-Octets = 0
&lt;br&gt;&amp;nbsp; &amp;nbsp; Tunnel-Server-Endpoint:0 = &amp;quot;209.247.111.228&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ascend-Modem-SlotNo = 3
&lt;br&gt;&amp;nbsp; &amp;nbsp; Attr-529-86 = &amp;quot;\000\000\000&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Attr-529-13 = &amp;quot;\000\000\000\002&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ascend-Disconnect-Cause = 770
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ascend-PreSession-Time = 32
&lt;br&gt;&amp;nbsp; &amp;nbsp; Attr-529-20 = &amp;quot;00000000-0000-0000-0000-000000000000&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Attr-529-28 = &amp;quot;\000\000\000\276&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Tunnel-Client-Auth-Id:0 = &amp;quot;nas26.lax1.Level3.net&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Tunnel-Server-Auth-Id:0 = &amp;quot;ac1-hou&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Tunnel-Type:0 = L2TP
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ascend-Pre-Input-Packets = 0
&lt;br&gt;&amp;nbsp; &amp;nbsp; Acct-Tunnel-Connection-Id:0 = &amp;quot;209.244.42.90-8A35-0624-209.247.111.228-1259-
&lt;br&gt;0D52&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ascend-Connect-Progress = 244
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ascend-Pre-Input-Octets = 0
&lt;br&gt;MASTER: accounting process died - exit.
&lt;br&gt;[root@ns1-sea log]#
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RADIUS-keeps-crashing-tp8519493p8519493.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-7662060</id>
	<title>unable to make radiusd-cistron: make: *** [radiusd.o] Error 1</title>
	<published>2006-12-03T03:28:23Z</published>
	<updated>2006-12-03T03:28:23Z</updated>
	<author>
		<name>Hira Maharjan</name>
	</author>
	<content type="html">While i make radiusd-cistron-1.6.8 in fedora core 6., i am getting the
&lt;br&gt;following errors. I tried a lot but i couldnot solve it. the platofrm
&lt;br&gt;please do help me.
&lt;br&gt;&lt;br&gt;&lt;br&gt;gcc -Wall -g &amp;nbsp; -c radiusd.c
&lt;br&gt;radiusd.c:77: error: static declaration of radius_pid follows non-static
&lt;br&gt;declaration
&lt;br&gt;radiusd.h:207: error: previous declaration of radius_pid was here
&lt;br&gt;radiusd.c: In function main:
&lt;br&gt;radiusd.c:523: warning: pointer targets in passing argument 6 of
&lt;br&gt;recvfrom differ in signedness
&lt;br&gt;radiusd.c:529: warning: pointer targets in passing argument 3 of radrecv
&lt;br&gt;differ in signedness
&lt;br&gt;radiusd.c:540: warning: pointer targets in passing argument 6 of
&lt;br&gt;recvfrom differ in signedness
&lt;br&gt;radiusd.c:546: warning: pointer targets in passing argument 3 of radrecv
&lt;br&gt;differ in signedness
&lt;br&gt;radiusd.c: In function radrespond:
&lt;br&gt;radiusd.c:620: warning: pointer targets in passing argument 1 of strNcpy
&lt;br&gt;differ in signedness
&lt;br&gt;radiusd.c:620: warning: pointer targets in passing argument 2 of strNcpy
&lt;br&gt;differ in signedness
&lt;br&gt;make: *** [radiusd.o] Error 1
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/unable-to-make-radiusd-cistron%3A-make%3A-***--radiusd.o--Error-1-tp7662060p7662060.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-7661554</id>
	<title>help</title>
	<published>2006-12-03T02:00:30Z</published>
	<updated>2006-12-03T02:00:30Z</updated>
	<author>
		<name>Hira Maharjan</name>
	</author>
	<content type="html">&lt;br&gt;While i make radiusd-cistron-1.6.8 in fedora core 6., i am getting the
&lt;br&gt;following errors. I tried a lot but i couldnot solve it. the platofrm 
&lt;br&gt;please do help me.
&lt;br&gt;&lt;br&gt;&lt;br&gt;gcc -Wall -g &amp;nbsp; -c radiusd.c
&lt;br&gt;radiusd.c:77: error: static declaration of radius_pid follows non-static
&lt;br&gt;declaration
&lt;br&gt;radiusd.h:207: error: previous declaration of radius_pid was here
&lt;br&gt;radiusd.c: In function main:
&lt;br&gt;radiusd.c:523: warning: pointer targets in passing argument 6 of
&lt;br&gt;recvfrom differ in signedness
&lt;br&gt;radiusd.c:529: warning: pointer targets in passing argument 3 of radrecv
&lt;br&gt;differ in signedness
&lt;br&gt;radiusd.c:540: warning: pointer targets in passing argument 6 of
&lt;br&gt;recvfrom differ in signedness
&lt;br&gt;radiusd.c:546: warning: pointer targets in passing argument 3 of radrecv
&lt;br&gt;differ in signedness
&lt;br&gt;radiusd.c: In function radrespond:
&lt;br&gt;radiusd.c:620: warning: pointer targets in passing argument 1 of strNcpy
&lt;br&gt;differ in signedness
&lt;br&gt;radiusd.c:620: warning: pointer targets in passing argument 2 of strNcpy
&lt;br&gt;differ in signedness
&lt;br&gt;make: *** [radiusd.o] Error 1
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/help-tp7661554p7661554.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-6992092</id>
	<title>Freeradius server can not see any request from clients.</title>
	<published>2006-10-25T07:32:00Z</published>
	<updated>2006-10-25T07:32:00Z</updated>
	<author>
		<name>richard Bai</name>
	</author>
	<content type="html">&lt;div&gt;Hi, everyone,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;I face a very strange problem right now when I configure a freeradius server with PEAP + LDAP.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;I can start the radius in debug mode properly. I get following lines:&lt;/div&gt;
&lt;div&gt;Listening on authentication *:1812&lt;/div&gt;
&lt;div&gt;Listening on accounting *:1813&lt;/div&gt;
&lt;div&gt;Ready to process requests.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Then I did test by using &amp;quot; &lt;strong&gt;radtest username password localhost 0 sharedsecret&lt;/strong&gt;&amp;quot;&lt;/div&gt;
&lt;div&gt;And the radius server replied with Access-Accept message. So, I think the serve works just fine.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;But when I tested by using &amp;quot;&lt;strong&gt;radtest username password IP of server 0 sharedsecret&lt;/strong&gt;&amp;quot; from a client conneted to the server through a hub, I can not get anything back.&lt;/div&gt;
&lt;div&gt;I even did not see any Access-Request information in debug mode on the radius server. It looks like the radius doesn't receive anything.&lt;/div&gt;
&lt;div&gt;However, I sniffered the interface via Ethereal and used &amp;quot; tcpdump -v port 1812 &amp;quot; in the server, I do see the Access-Request packet received by the interface on the server, &lt;/div&gt;
&lt;div&gt;I confirmed that the 1812 port is open. &lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Please give me some idea. Any advices or solution is welcome.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Thank you very much!&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Best Regards&lt;/div&gt;
&lt;div&gt;Richard&lt;/div&gt;
&lt;br /&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Freeradius-server-can-not-see-any-request-from-clients.-tp6992092p6992092.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-6847795</id>
	<title>problem in radius</title>
	<published>2006-10-16T21:17:47Z</published>
	<updated>2006-10-16T21:17:47Z</updated>
	<author>
		<name>jericho pineda</name>
	</author>
	<content type="html">hi! sorry if this already been ask.. i am not good in radius thingy..
&lt;br&gt;&lt;br&gt;could you help on this.. i am having problems with our radius server.
&lt;br&gt;&lt;br&gt;1. the radius accounting suddenly expire all clients even though it
&lt;br&gt;was just recently activated.
&lt;br&gt;&lt;br&gt;2. users who normally disconnect are still in the database as 'Active'
&lt;br&gt;which is supposedly 'Idle' already.
&lt;br&gt;&lt;br&gt;2. i have a lot of stuckusers which can be seen thru radwho. i tried
&lt;br&gt;to used radkill but it doesn't go away. how can i remove those users
&lt;br&gt;that are not login anymore.
&lt;br&gt;&lt;br&gt;am using radiusd-cistron-pg-1.6.6-2 in Red Hat Linux release 7.3 (Valhalla)
&lt;br&gt;&lt;br&gt;hope you could help on this.. logfiles of /var/log/radius.log
&lt;br&gt;==
&lt;br&gt;&lt;br&gt;Tue Oct 17 11:10:53 2006: Auth: Database check duplicate record for
&lt;br&gt;[prd0029702] start.
&lt;br&gt;Tue Oct 17 11:10:56 2006: Error: Ignore duplicated record for
&lt;br&gt;[prd0029702] id [44EE5BF0015E].
&lt;br&gt;Tue Oct 17 11:10:56 2006: Auth: Database check duplicate record for
&lt;br&gt;[prd0028953] start.
&lt;br&gt;Tue Oct 17 11:11:02 2006: Error: Ignore duplicated record for
&lt;br&gt;[prd0028953] id [44EE4CA17B14].
&lt;br&gt;Tue Oct 17 11:11:02 2006: Error: Accounting: logout: entry for NAS
&lt;br&gt;bly-dialup.westlink.com.ph port 4 has wrong ID
&lt;br&gt;Tue Oct 17 11:11:02 2006: Auth: Database check duplicate record for
&lt;br&gt;[prd0028052] start.
&lt;br&gt;Tue Oct 17 11:11:09 2006: Error: Ignore duplicated record for
&lt;br&gt;[prd0028052] id [44EE4E597C16].
&lt;br&gt;Tue Oct 17 11:11:09 2006: Auth: Database check duplicate record for
&lt;br&gt;[prd0028740] start.
&lt;br&gt;Tue Oct 17 11:11:12 2006: Error: Ignore duplicated record for
&lt;br&gt;[prd0028740] id [44EE4E587BFF].
&lt;br&gt;Tue Oct 17 11:11:12 2006: Error: Accounting: logout: entry for NAS
&lt;br&gt;bly-dialup.westlink.com.ph port 8 has wrong ID
&lt;br&gt;Tue Oct 17 11:11:12 2006: Auth: Database login update for [prd0029126] start.
&lt;br&gt;Tue Oct 17 11:11:12 2006: Auth: Account [prd0029126] found in SQL Database.
&lt;br&gt;Tue Oct 17 11:11:12 2006: Auth: Account [prd0029126] state idle - set active.
&lt;br&gt;Tue Oct 17 11:11:12 2006: Auth: Database login update for [prd0029126] ok.
&lt;br&gt;Tue Oct 17 11:11:12 2006: Auth: Database check duplicate record for
&lt;br&gt;[prd0029254] start.
&lt;br&gt;Tue Oct 17 11:11:15 2006: Error: Ignore duplicated record for
&lt;br&gt;[prd0029254] id [44EE428F78C7].
&lt;br&gt;Tue Oct 17 11:11:15 2006: Auth: Database login update for [prd0028404] start.
&lt;br&gt;Tue Oct 17 11:11:16 2006: Auth: Account [prd0028404] found in SQL Database.
&lt;br&gt;Tue Oct 17 11:11:16 2006: Auth: Account [prd0028404] state already active.
&lt;br&gt;Tue Oct 17 11:11:16 2006: Auth: Database login update for [prd0028404] ok.
&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problem-in-radius-tp6847795p6847795.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-6833957</id>
	<title>Re: Using Calling-Station-Id for access control</title>
	<published>2006-10-16T04:43:42Z</published>
	<updated>2006-10-16T04:43:42Z</updated>
	<author>
		<name>Benn Boulton</name>
	</author>
	<content type="html">I believe you can.
&lt;br&gt;&lt;br&gt;using the Exec-Program or Exec-Program-Wait attribute you cam call a script
&lt;br&gt;to read the first six (or whatever) number of the calling number and return 
&lt;br&gt;the Session-Timeout = 21600 attribute / value pair
&lt;br&gt;&lt;br&gt;Benn
&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Miquel van Smoorenburg&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=6833957&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;miquels@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=6833957&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cistron-radius@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Sunday, October 15, 2006 9:59 AM
&lt;br&gt;Subject: Re: Using Calling-Station-Id for access control
&lt;br&gt;&lt;br&gt;&lt;br&gt;In article &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=6833957&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;452FFF7F.3080808@...&lt;/a&gt;&amp;gt;,
&lt;br&gt;Kirk Ismay &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=6833957&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;captain@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;I'm using cistron radius with our dial-up network.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I'd like to be able to set up different session time limits from 
&lt;br&gt;&amp;gt;customers coming in from certain area codes and phone exchanges. Can 
&lt;br&gt;&amp;gt;Cistron use regular expressions or wildcard matches in check values? &amp;nbsp; 
&lt;br&gt;&amp;gt;For instance is the following or something similar possible?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;DEFAULT Auth-Type = System, Calling-Station-Id = &amp;quot;807234*&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Session-Timeout = 21600,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fall-Through = Yes
&lt;/div&gt;&lt;br&gt;No. But FreeRadius can do what you want. &lt;a href=&quot;http://www.freeradius.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freeradius.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Mike.
&lt;br&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-Calling-Station-Id-for-access-control-tp6803885p6833957.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-6820934</id>
	<title>Re: Using Calling-Station-Id for access control</title>
	<published>2006-10-15T07:59:46Z</published>
	<updated>2006-10-15T07:59:46Z</updated>
	<author>
		<name>Miquel van Smoorenburg</name>
	</author>
	<content type="html">In article &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=6820934&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;452FFF7F.3080808@...&lt;/a&gt;&amp;gt;,
&lt;br&gt;Kirk Ismay &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=6820934&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;captain@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;I'm using cistron radius with our dial-up network.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I'd like to be able to set up different session time limits from 
&lt;br&gt;&amp;gt;customers coming in from certain area codes and phone exchanges. Can 
&lt;br&gt;&amp;gt;Cistron use regular expressions or wildcard matches in check values? &amp;nbsp; 
&lt;br&gt;&amp;gt;For instance is the following or something similar possible?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;DEFAULT Auth-Type = System, Calling-Station-Id = &amp;quot;807234*&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Session-Timeout = 21600,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fall-Through = Yes
&lt;/div&gt;&lt;br&gt;No. But FreeRadius can do what you want. &lt;a href=&quot;http://www.freeradius.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freeradius.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Mike.
&lt;br&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-Calling-Station-Id-for-access-control-tp6803885p6820934.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-6803885</id>
	<title>Using Calling-Station-Id for access control</title>
	<published>2006-10-13T15:05:03Z</published>
	<updated>2006-10-13T15:05:03Z</updated>
	<author>
		<name>Kirk Ismay</name>
	</author>
	<content type="html">I'm using cistron radius with our dial-up network.
&lt;br&gt;&lt;br&gt;I'd like to be able to set up different session time limits from 
&lt;br&gt;customers coming in from certain area codes and phone exchanges. Can 
&lt;br&gt;Cistron use regular expressions or wildcard matches in check values? &amp;nbsp; 
&lt;br&gt;For instance is the following or something similar possible?
&lt;br&gt;&lt;br&gt;DEFAULT Auth-Type = System, Calling-Station-Id = &amp;quot;807234*&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Session-Timeout = 21600,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fall-Through = Yes
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;Sincerely,
&lt;br&gt;Kirk Ismay
&lt;br&gt;&lt;br&gt;System Administrator
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-Calling-Station-Id-for-access-control-tp6803885p6803885.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-6400319</id>
	<title>Re: Pls help: authentication fail on x86_64 Linux</title>
	<published>2006-09-19T20:08:47Z</published>
	<updated>2006-09-19T20:08:47Z</updated>
	<author>
		<name>S.T. Wong</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I tried both Auth-Type=Local and Auth-Type=Pam. &amp;nbsp;Same result obtained in
&lt;br&gt;both cases. &amp;nbsp; I'm trying to test by compiling Radius 1.6.8 on x86_64 into
&lt;br&gt;32bit executable. Fyi also.
&lt;br&gt;&lt;br&gt;Thanks a lot.
&lt;br&gt;/ST
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; In article &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=6400319&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;3035.137.189.29.184.1158637571.squirrel@...&lt;/a&gt;&amp;gt;,
&lt;br&gt;&amp;gt; S.T. Wong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=6400319&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;st@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;I was running Cistron Radius 1.6.6 on RedHat 8.0 (i386) for years
&lt;br&gt;&amp;gt;&amp;gt;without problem. &amp;nbsp; Recently I try to migrate the server to new hardware
&lt;br&gt;&amp;gt;&amp;gt;running CentOS 4.4 (x86_64) with Cistron Radius 1.6.8. &amp;nbsp;Authentication
&lt;br&gt;&amp;gt;&amp;gt;from all radius clients except local host failed. &amp;nbsp;After some debugging,
&lt;br&gt;&amp;gt;&amp;gt;found that the user password sent from remote radius clients (I used
&lt;br&gt;&amp;gt;&amp;gt;radclient and Perl module Authen::Radius) can't be decrypted correctly
&lt;br&gt;&amp;gt;&amp;gt;on the new machine.
&lt;br&gt;&amp;gt;&amp;gt;However, authentication works if I use executable compiled on the RedHat
&lt;br&gt;&amp;gt;&amp;gt;8 i386 machine and run it on the new x86_64 hardware with the same
&lt;br&gt;&amp;gt;&amp;gt;configuration files. &amp;nbsp; &amp;nbsp;I wonder if the case relates to the md5 code.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;I searched the faq and doc but have no idea about the cause of problem.
&lt;br&gt;&amp;gt;&amp;gt;Would anyone advice if I've anything missed?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think you're the first person to run it on a 64-bit machine..
&lt;br&gt;&amp;gt; the code may have some 32/64 bit problems, or some library may have.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does Auth-Type = Local, Password = &amp;quot;bla&amp;quot; work ? Is PAP broken,
&lt;br&gt;&amp;gt; or CHAP, or both ? That should give you some clues as to where
&lt;br&gt;&amp;gt; to look for the breakage.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Mike.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -
&lt;br&gt;&amp;gt; List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;- 
&lt;br&gt;List info/subscribe/unsubscribe? See &lt;a href=&quot;http://www.radius.cistron.nl/list/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.radius.cistron.nl/list/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Pls-help%3A-authentication-fail-on-x86_64-Linux-tp6381506p6400319.html" />
</entry>

</feed>
