From feedda8e0f49a3b89632ae1239a6d658842694f5 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 10 Sep 2010 15:31:35 +0200 Subject: [PATCH] More docs on the inner tunnel stuff --- raddb/sites-available/inner-tunnel | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/raddb/sites-available/inner-tunnel b/raddb/sites-available/inner-tunnel index 5fcead4..84825bb 100644 --- a/raddb/sites-available/inner-tunnel +++ b/raddb/sites-available/inner-tunnel @@ -16,6 +16,19 @@ server inner-tunnel { # It is listening on "localhost", so that it can only be used from # the same machine. # +# $ radtest USER PASSWORD 127.0.0.1:18120 0 testing123 +# +# If it works, you have configured the inner tunnel correctly. To check +# if PEAP will work, use: +# +# $ radtest -t mschap USER PASSWORD 127.0.0.1:18120 0 testing123 +# +# If that works, PEAP should work. If that command doesn't work, then +# +# FIX THE INNER TUNNEL CONFIGURATION UNTIL IT WORKS. +# +# Do NOT keep testing PEAP. It won't help. +# listen { ipaddr = 127.0.0.1 port = 18120 -- 2.1.4