====== Topologie ======


{{ :radius:radius.png |}}


====== Runnig config ======

!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$fpBb$tj00jBjqIp6t/wDpZYBng1
!
aaa new-model
!
!
aaa group server radius IAS
server 192.168.56.2 auth-port 1812 acct-port 1813
!
aaa authentication login userAuthentication local group IAS
aaa authorization exec userAuthorization local group IAS if-authenticated
aaa authorization network userAuthorization local group IAS
aaa accounting exec default start-stop group IAS
aaa accounting system default start-stop group IAS
!
aaa session-id common
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.56.4 255.255.255.0
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 192.168.64.4 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet2/0
no ip address
shutdown
duplex auto
speed auto
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
ip radius source-interface FastEthernet0/0
!
!
!
radius-server host 192.168.56.2 auth-port 1645 acct-port 1646 key Xsara_2202
radius-server host 192.168.56.2 auth-port 1812 acct-port 1813 key Xsara_2202
!
control-plane
!
!
!
!
!
!
!
!
!
privilege exec level 1 show configuration
privilege exec level 1 show
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
authorization exec userAuthorization
login authentication userAuthentication
transport input telnet ssh
line vty 5 15
authorization exec userAuthorization
login authentication userAuthentication
transport input telnet ssh
!
!
end


====== sources ======

[[http://blog.skufel.net/2012/06/how-to-integrating-cisco-devices-access-with-microsoft-npsradius/]]

[[http://www.unix-experience.fr/2012/freeradius-serveur-radius-opensource/]]

 
radius/topologie.txt · Dernière modification: 2019/05/11 14:35 (modification externe)     Haut de page