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

Summary

This chapter is the introduction and foundation on which we will build that. As a rehash on important points discussed, be sure to know the following facts:

Name

Stands for

Short description

AAA

Authentication, Authorization, and Accounting

The three components required for proper control of access and usage.

NAS

Network Access Server

A device controlling access to the network for example, a VPN server. Acts as the RADIUS client.

AVP

Attribute Value Pair

A three-field component inside a RADIUS packet used to contain a specified field and its data.

VSA

Vendor-Specific Attributes

An extension of the AVP managed by a specific vendor.

  • AAA is a security architecture model.
  • RADIUS is a specific implementation of AAA.
  • FreeRADIUS is a practical application of RADIUS.
  • Thus we have AAA → RADIUS → FreeRADIUS.
  • RADIUS is all about central control and is the de facto standard supported by NAS vendors.
  • RADIUS is a client/server protocol. It uses UDP and listens on port 1812 for authentication and port 1813 for accounting requests.
  • RADIUS data packets have a code field, which specifies the type of RADIUS packet.
  • RADIUS data packets have zero or more AVPs, which contain the data used in RADIUS.
  • FreeRADIUS implements the RADIUS protocol along with its various extensions as specified in RFCs.
  • FreeRADIUS is a very popular, widely used, and very flexible RADIUS server.

This chapter was a FreeRADIUS starter. The main course begins with the next chapter where we'll be installing FreeRADIUS and starting to use it.

Pop quiz – RADIUS knowledge

  1. Explain the term NAS device.
  2. What are the start and end points of a session?
  3. Which protocol and ports does RADIUS use?
  4. What do the RADIUS client and server require for successful communication?
  5. What packet does the RADIUS client send when authenticating a user?
  6. Who initiates a Disconnect Request packet and who receives it?
  7. Name three components of an Attribute Value Pair (AVP).
  8. Alice connects with username alice@freeradius.org to a network. What is the name of the realm to which Alice belongs?
You have been reading a chapter from
FreeRADIUS Beginner's Guide
Published in: Sep 2011
Publisher: Packt
ISBN-13: 9781849514088
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