This is a discussion on Re: (no subject) within the FreeRADIUS Users forums, part of the Networking and Network Related category; On 5/8/05, metlosh@esndb.net <metlosh@esndb.net> wrote: > Hello, I have a problem and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 5/8/05, metlosh@esndb.net <metlosh@esndb.net> wrote:
> Hello, I have a problem and I hope that You can help me, please!? >=20 > version: 1.0.0 > I want use (Free)RADIUS for AAA on IPv6. > Only one router, one RADIUS server and one user. User(IPv6 address) conne= ct with Telnet to > Router(IPv6 address) > Questions: > Can RADIUS solve this problem? > Can be RADIUS on Linux with IPv6 address?(problem with: radius-server hos= t 192.168.2.2 auth-port > 1812 acct-port 1813 - there is not IPv6 address) > if yes, I need configuration of RADIUS > if no, and it is on IPv4 address, need configuration of RADIUS > Example: If all addresses are IPv4) > Conf. on router: > Router(config)# aaa new-model > Router(config)# radius-server host 192.168.2.2 auth-port 1812 acct-port 1= 813 > Router(config)# radius-server retransmit 1 > Router(config)# radius-server key radius > Router(config)# aaa authentication login default group radius > Router(config)# aaa authorization exec default group radius > Conf. of RADIUS: > clients.conf: > client 192.168.2.1 { > secret =3D radius > shortname =3D ethernet > nastype =3D cisco > } > users: > test Auth-Type :=3D Local, User-Password =3D=3D "test" >=20 > I read RFC 3162 but it didn't help me... > best solution for me is: >=20 > Router(config)# aaa new-model > Router(config)# radius-server host !!different!! 2001::2/64(IPv6) auth-po= rt 1812 acct-port 1813 > Router(config)# radius-server retransmit 1 > Router(config)# radius-server key radius > Router(config)# aaa authentication login default group radius > Router(config)# aaa authorization exec default group radius > Conf. of RADIUS: > clients.conf: > client !!different!!2001:1::/64(Ipv6) { > secret =3D radius > shortname =3D ethernet > nastype =3D cisco > !!different!! > and there something like : Login-IPv6-Host > NAS-IPv6-Address > } > users: > test Auth-Type :=3D Local, User-Password =3D=3D "test" > > but this in not possible:) > PLEASE HELP! > Try the latest CVS and try your IPv6 client configuration For now, I guess, Login-IPv6-Host & NAS-IPv6-Address are not supported. -Raghu - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |