<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed"
style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">Hi,
I'm trying to log request to my Freeradius server from unknown
client...
<br>
<br>
But i can see it only in debug mode <span class="moz-smiley-s2"
title=":("><span>:(</span></span>
<br>
<br>
here is debug(skipped some things)
<br>
<br>
===============
<br>
freeradius -X
<br>
FreeRADIUS Version 2.0.4, for host i486-pc-linux-gnu, built on Sep 7
2008 at 23:35:34 Copyright (C) 1999-2008 The FreeRADIUS server project
and contributors.
<br>
Starting - reading configuration files ...
<br>
including configuration file /etc/freeradius/radiusd.conf
<br>
including configuration file /etc/freeradius/proxy.conf
<br>
including configuration file /etc/freeradius/clients.conf
<br>
including configuration file /etc/freeradius/snmp.conf
<br>
including configuration file /etc/freeradius/sql.conf
<br>
including configuration file /etc/freeradius/sql/mysql/counter.conf
<br>
including configuration file /etc/freeradius/sqlippool.conf
<br>
including configuration file /etc/freeradius/sql/mysql/ippool.conf
<br>
including configuration file /etc/freeradius/policy.conf
<br>
including files in directory <i class="moz-txt-slash"><span
class="moz-txt-tag">/</span>etc/freeradius/sites-enabled<span
class="moz-txt-tag">/</span></i>
<br>
including configuration file /etc/freeradius/sites-enabled/default
<br>
including dictionary file /etc/freeradius/dictionary
<br>
main {
<br>
prefix = "/usr"
<br>
localstatedir = "/var"
<br>
logdir = "/var/log/freeradius"
<br>
libdir = "/usr/lib/freeradius"
<br>
radacctdir = "/var/log/freeradius/radacct"
<br>
<br>
<br>
Module: Linked to module rlm_detail
<br>
Module: Instantiating detail
<br>
detail {
<br>
detailfile = "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>var/log/freeradius/radacct<span
class="moz-txt-tag">/</span></i>%{Client-IP-Address}/detail-%Y%m%d"
<br>
header = "%t"
<br>
detailperm = 384
<br>
dirperm = 493
<br>
locking = no
<br>
log_packet_header = no
<br>
}
<br>
radiusd: #### Loading Virtual Servers ####
<br>
server {
<br>
modules {
<br>
Module: Checking authenticate {...} for more modules to load
<br>
Module: Linked to module rlm_mschap
<br>
Module: Instantiating mschap
<br>
mschap {
<br>
use_mppe = yes
<br>
require_encryption = yes
<br>
require_strong = yes
<br>
with_ntdomain_hack = no
<br>
}
<br>
Module: Instantiating sql
<br>
sql {
<br>
driver = "rlm_sql_mysql"
<br>
server = "localhost"
<br>
port = ""
<br>
login = "radius"
<br>
password = "test123"
<br>
radius_db = "radius"
<br>
read_groups = yes
<br>
sqltrace = no
<br>
sqltracefile = "/var/log/freeradius/sqltrace.sql"
<br>
readclients = yes
<br>
<br>
<br>
Listening on authentication address * port 1812
<br>
Listening on accounting address * port 1813
<br>
Listening on proxy address * port 1814
<br>
Ready to process requests.
<br>
===================================================
<br>
Ignoring request to authentication address * port 1812 from unknown
client
<br>
<br>
===========
<br>
Thanks for your answer!
<br>
</div>
</body>
</html>