Hi all,
I would authenticate users allowed to access the webserver of an 877 through a radius server. I read a lot of documentation about freeradius and I'm a newbie both with it and Cisco regarding AAA aspects.
What I did on the 877 is:
- - - - - - - - - - ! version 12.4 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router aaa new-model ! ! aaa group server radius 4HTTP-ACCESS server 192.168.31.200 auth-port 1812 acct-port 1813 ! aaa authentication login HTTP-ACCESS group 4HTTP-ACCESS ! aaa session-id common ! username alex password 0 alex interface Vlan1 ip address 192.168.31.203 255.255.255.0 ! no ip http server ip http authentication aaa login-authentication HTTP-ACCESS ip http secure-server
- - - - - - - - - - - -
I tried also the following:
no aaa authentication login HTTP-ACCESS group 4HTTP-ACCESS aaa authentication login HTTP-ACCESS local
tring to use alex/alex as credentials but it didn't work
the web server works as deleting "ip http authentication aaa login-authentication HTTP-ACCESS" I can access the first webpage.
So there is something i'm lacking with using AAA method.
where?
many thanks in advance,
Alex.