server eduroam-inner-tunnel {

# The following inner-tunnel virtual server config was taken from wiki.eduroam.org, but the listen stanza with port=18120 was added

listen {
    ipaddr = 127.0.0.1
    port = 18120
    type = auth
}

 
authorize {
        auth_log
        eap
        files
        mschap
        pap
}
 
authenticate {
        Auth-Type PAP {
                pap
        }
        Auth-Type MS-CHAP {
                mschap
        }
        eap
}
 
post-auth {
        reply_log
        Post-Auth-Type REJECT {
                reply_log
        }
 
}
}
