Hello Jamie -

On Fri, 30 Jul 1999, Jamie Orzechowski wrote:
> I am having a problem with my proxy setup ...
> 
> All out local users login with just "username"
> 
> anyone that is romaing through us will use [EMAIL PROTECTED]
> 
> when someone logs into the system with a [EMAIL PROTECTED] I need to to send
> this radius infomation to central radius server (208.137.248.41)
> 
> this radius server handles the stripping of the @ symbol and send it to the
> proper ISP's radius ...
> 
> I just need a config that will send anyone that logs in with an @domain.com
> and sends their radius to 208.137.248.41 and then anyone loggin in with
> "username" is processed locally ... here is my current config ... I need to
> know how to change <Realm ripnet.com> to
> 
> <Realm anyhwhere.com>
> 
> -----------------------------
> <Realm ripnet.com>
> AcctLogFileName %L/detail.proxy
> 
>   <AuthBy RADIUS>
>     Host 208.137.248.41
>     Secret xxxxxxxx
>   </AuthBy>
> </Realm>
> 
> <Realm DEFAULT>
> AcctLogFileName %L/detail
> PasswordLogFileName /var/log/radius/password.log
> 
>   AuthByPolicy ContinueWhileReject
>         <AuthBy RODOPI>
>                 DBSource        dbi:Sybase:rodopi
>                 DBUsername      Rodopi
>                 DBAuth          xxxxxxxxxx
>         </AuthBy>
>     <AuthBy FILE>
>         Filename /usr/local/etc/raddb/users
>     </AuthBy>
> </Realm>
> 

I am assuming that the rest of your config is correct.

# Realm DEFAULT to deal with [EMAIL PROTECTED]
# Forward requests to 208.137.248.41
<Realm DEFAULT>
AcctLogFileName %L/detail.proxy

  <AuthBy RADIUS>
      Host 208.137.248.41
      Secret xxxxxxxx
  </AuthBy>
</Realm>

# Empty Realm to deal with local users
<Realm>
AcctLogFileName %L/detail
PasswordLogFileName /var/log/radius/password.log

  AuthByPolicy ContinueWhileReject
              <AuthBy RODOPI>
                              DBSource              dbi:Sybase:rodopi
                              DBUsername          Rodopi
                              DBAuth                  xxxxxxxxxx
              </AuthBy>
      <AuthBy FILE>
              Filename /usr/local/etc/raddb/users
      </AuthBy>
</Realm>

hth

Hugh

--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to