Hi All,

i am in the process of setting up a radius server and i am failing to get the allocation of ip address work. here are the configuration on my cisco 2511 and radius server. i followed some examples in the goodies.

2511 nas configuration

!
! Last configuration change at 09:38:23 UTC Tue Aug 5 2003 by mikem
! NVRAM config last updated at 06:58:59 UTC Tue Aug 5 2003
!
version 12.1
no service single-slot-reload-enable
no service pad
service timestamps debug datetime
service timestamps log datetime
service password-encryption
!
hostname dialnas1
!
logging buffered informational
aaa new-model
aaa authentication login default group radius local enable
aaa authentication ppp default group radius
enable password 7 xxxx
!
username ron password 7 xxxxxx
!
!
!
ip subnet-zero
no ip source-route
ip domain-name uz.ac.zw
ip name-server 10.3.3.128
ip name-server 196.4.80.60
!
async-bootp dns-server 10.3.3.128 196.4.80.60
chat-script bausch-proxima "" "AT&F&D2S0=1M0" "OK" ""
!
!
!
interface Ethernet0
 description access server network
 ip address 10.17.17.2 255.255.0.0
!
interface Serial0
 no ip address
 shutdown
 no fair-queue
!
interface Serial1
 no ip address
 shutdown
!
interface Async1
 ip unnumbered Ethernet0
 ip access-group spoofing-filter in
 encapsulation ppp
 ip tcp header-compression passive
 no ip mroute-cache
 async mode interactive
 peer default ip address 10.17.17.240
 no cdp enable
 ppp authentication chap
!
interface Group-Async2
 ip unnumbered Ethernet0
 encapsulation ppp
 async mode interactive
 peer default ip address pool dialup
 no cdp enable
 ppp authentication pap chap
 group-range 2 16
!
router rip
 network 10.0.0.0
!
ip local pool dialup 10.17.50.1 10.17.50.16
ip classless
ip route 10.0.0.0 255.0.0.0 10.17.1.1
ip http server
!
dialer-list 1 protocol ip permit
radius-server host 10.17.17.1 auth-port 1645 acct-port 1646
radius-server retransmit 3
radius-server key xxxx
!
line con 0
line 1
 exec-timeout 0 0
 modem Dialin
 transport input all
 autoselect during-login
 autoselect ppp
 stopbits 1
 speed 115200
 flowcontrol hardware
line 2 16
 exec-timeout 0 0
 modem InOut
 modem autoconfigure type default
 transport input all
 autoselect during-login
 autoselect ppp
 stopbits 1
 speed 115200
 flowcontrol hardware
line aux 0
 no exec
 transport input all
 stopbits 1
 flowcontrol hardware
line vty 0 4
 privilege level 15
 password 7 *****
 transport preferred none
!
ntp clock-period 17179919
ntp server x.x.x.x
end


radiator configuration


DbDir           /etc/radiator
LogFile         /var/log/radius/%Y-logfile
Trace           4
<Client DEFAULT>
        Secret  crux10
        DupInterval 0
</Client>

<Client 10.17.17.2>
        Identifier dialnas1
        Secret  crux10
        DupInterval 0
</Client>
<Realm DEFAULT>
        <AuthBy FILE>
                Filename %D/users
        </AuthBy>
        # Log accounting to a detail file
        AcctLogFileName %L/detail
</Realm>

thank you in advance for your assistance.

regards,

ronnie

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

Reply via email to