
server inner-tunnel {

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

authorize {
	perl
	files
	#mschap
}

authenticate {
	Auth-Type MS-CHAP {
		mschap
	}
}


} # inner-tunnel server block
