Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
FreeRADIUS Beginner's Guide

You're reading from   FreeRADIUS Beginner's Guide Master authentication, authorization, and accessing your network resources using FreeRADIUS

Arrow left icon
Product type Paperback
Published in Sep 2011
Publisher Packt
ISBN-13 9781849514088
Length 344 pages
Edition 1st Edition
Arrow right icon
Toc

Table of Contents (16) Chapters Close

Preface 1. Introduction to AAA and RADIUS FREE CHAPTER 2. Installation 3. Getting Started with FreeRADIUS 4. Authentication 5. Sources of Usernames and Passwords 6. Accounting 7. Authorization 8. Virtual Servers 9. Modules 10. EAP 11. Dictionaries 12. Roaming and Proxying 13. Troubleshooting A. Pop Quiz Answers Index

Have a go hero – adding more AVPs to the auth request

Try some of these tasks as a further challenge:

  • The number of AVPs received by FreeRADIUS is fewer when we use radclient instead of radtest. See if you can add those missing ones to the standard input for the radclient.
  • Radtest also offers the option to read AVPs from a file. Create a file with the required AVPs and use it with radclient. Use the Packet-Type attribute in the file to specify the packet type inside the file.
  • If you use the Packet-Type inside a file remember the following important points:
    • Specify the packet type as auto on the command line.
    • The Packet-Type value is the numeric of the RADIUS packet code. This means that an Access-Request packet will have a value of 1.
    • You also need to specify an AVP for the destination port. Failing to do so will cause it not to be sent. Access-Request requires the following entry. Packet-Dst-Port=1812.

The following can be used as an example to work from:

User-Name = alice
User-Password...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image