Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ras , radius and cisco 3620

Status
Not open for further replies.

olivierdan

Technical User
Jun 7, 2001
4
0
0
FR
Hi everybody ,
I am trying to configure a 3620 whith ras and radius, but That doesn't work !!!
Fist I succed (i dont know how !) to have a answer from the router but nothing happend !! I have a fail authen. for chap :(

I can connect ON the router with radius, but I cant have an IP address
Here my conf. file
Building configuration...

Building configuration...

Current configuration : 2663 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname rtras0
!
logging rate-limit console 10 except errors
aaa new-model
aaa authentication login default enable group radius
aaa authentication login no_radius enable
aaa authentication ppp default group radius
aaa accounting exec default start-stop group radius
aaa accounting network default start-stop group radius
enable secret 5 $1$E.Tv$BgIpclgVdvATSmT/Yj6iV0
enable password password
!
username titi password 0 albert
ip subnet-zero
no ip routing
!
!
no ip finger
!
isdn switch-type primary-net5
!
!
controller E1 1/0
framing NO-CRC4
pri-group timeslots 1-31
!
controller E1 1/1
pri-group timeslots 1-30
!
!
interface Loopback0
no ip address
no ip route-cache
!
interface FastEthernet1/0
ip address 192.168.3.50 255.255.255.0
no ip route-cache
no ip mroute-cache
speed auto
half-duplex
!
interface Serial1/0:15
transmit-interface Group-Async0
ip unnumbered FastEthernet1/0
encapsulation ppp
no ip route-cache
dialer-group 1
isdn switch-type primary-net5
isdn incoming-voice modem
no fair-queue
compress stac
no cdp enable
ppp authentication pap chap ms-chap
!
interface Serial1/1:15
ip unnumbered Loopback0
encapsulation ppp
no ip route-cache
isdn switch-type primary-net5
ppp authentication pap chap ms-chap
!
interface Group-Async0
ip unnumbered FastEthernet1/0
encapsulation ppp
no ip route-cache
async mode interactive
peer default ip address pool pool1
ppp authentication pap chap ms-chap
group-range 1 30
!
interface Dialer0
ip unnumbered Loopback0
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer in-band
dialer-group 1
peer default ip address pool pool1
no fair-queue
no cdp enable
ppp authentication chap pap ms-chap
ppp multilink
!
interface Dialer1
ip unnumbered Loopback0
encapsulation ppp
no ip route-cache
dialer in-band
dialer-group 1
peer default ip address pool pool1
no fair-queue
no cdp enable
ppp authentication chap pap ms-chap
ppp multilink
!
ip local pool pool1 192.168.3.70 192.168.3.100
ip default-gateway 192.168.3.5
ip classless
ip default-network 192.168.3.0
no ip http server
!
!
map-class dialer DATA
access-list 101 permit ip any any
!
dialer dnis group dialer_d1
dialer-list 1 protocol ip list 101
radius-server host 192.168.3.52 auth-port 1645 acct-port 1646
radius-server retransmit 3
radius-server key 123456789
!
line con 0
login authentication no_radius
transport input none
line 1 30
modem Dialin
modem autoconfigure discovery
flowcontrol hardware
line aux 0
line vty 0 4
password cisco
!
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top