Hello everyone! I am serious newbie and I apologize for my poor netiquette. I am such a newbie that I cannot tell you what version of free radius that I am running for I know not where to look. It is running on red hat 9 box with mysql. Currently we resell dial-up access; we have to provide the provider with a "realm". We currently have only one realm but we need 2. I do not want to keep the users separate; in other words I want the users that are in there now to be able to use both realms with their user name; i.e. someone@realm1.com and someone@realm2.com only one entry for both realms in the dialup admin. I also already have all the IPs entered for the access provider as they were left over from the initial configuration. So far I have checked in radius.conf: proxy_requests = yes $INCLUDE ${confdir}/proxy.conf Proxy.conf has: ####################################################################### # # Configuration for the proxy realms. # # The information given here is used in conjunction with the 'realms' # file. This format is preferred, as it is more flexible. The realms # listed here take priority over those listed in the 'realms' file. # #this one works realm oldrealm.com { type = radius authhost = LOCAL accthost = LOCAL # nostrip } #this is the second realm that I added #it does not work; nothing comes across the log script that I use #but the error the customer sees is invalid username realm newrealm.com { type = radius authhost = LOCAL accthost = LOCAL # nostrip } At the bottom it has default realm DEFAULT { type = radius authhost = localhost:1812 accthost = localhost:1813 secret = sharedsecret } cd /var/www/dialup_admin/conf admin.conf: general_base_dir: /var/www/dialup_admin general_radiusd_base_dir: /usr/local general_domain: old_domain.com #here it has the old domain; is there a way #to add a second or am I just completely lost. Sorry to be so general; I #would really appreciate any help. Thanks, J.D. See you @ AppState.Net's Wireless Technology Open House - Boone NC Jan. 26 Covering Watauga County with Broadband for Everyone 828-265-3773 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.7/214 - Release Date: 12/23/2005
You should probably look into the strip realms config item since you only want a single username for all realms. -- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 Off. 325-691-1301 Cell 325-439-0533 fax 325-695-6841
In dialupadmin/ admin.conf: # Realm setup # # Set general_strip_realms to yes in order to stip realms from usernames. # By default realms are not striped #general_strip_realms : yes Should the above line "not" be commented out? Thanks for your help; J.D. See you @ AppState.Net's Wireless Technology Open House - Boone NC Jan. 26 Covering Watauga County with Broadband for Everyone 828-265-3773 -----Original Message----- From: freeradius-users-bounces+jd=appstate.net@lists.freeradius.org [mailto:freeradius-users-bounces+jd=appstate.net@lists.freeradius.org] On Behalf Of Lewis Bergman Sent: Tuesday, December 27, 2005 4:02 PM To: FreeRadius users mailing list Subject: Re: Adding multiple realms You should probably look into the strip realms config item since you only want a single username for all realms. -- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 Off. 325-691-1301 Cell 325-439-0533 fax 325-695-6841 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.7/214 - Release Date: 12/23/2005 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.7/214 - Release Date: 12/23/2005
participants (2)
-
JD -
Lewis Bergman