Alan DeKok wrote:
Athiqur Rahman wrote:
Pointer to some kind of documentation will be appreciated as well

  See raddb/sites-available/copy-acct-to-home-server

  This is documented.  Reading the config files that come with the
server (even their *filenames*) can help.

  Alan DeKok.

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
I still can not forward accounting packets.

I am currenlty doing no username, passworless login on my NAS.

Below is my users file

DEFAULT         Auth-Type := Accept
       Port-Limit = 2,
       Framed-IP-Address = 255.255.255.254,
       Framed-IP-Netmask = 255.255.255.255,
       Service-Type = Framed-User,
       Framed-Protocol = PPP,
       Session-Timeout = 86400,
       Idle-Timeout = 900

So I assume that the realm that I have to create in the proxy.conf file will be a NULL realm?

realm NULL {
       type            = radius
       authhost        = 1.2.3.4:1812
       accthost        = 1.2.3.4:1813
       secret          =  testing123
       nostrip
}

looking at the debug information from radiusd -X i can not see it attemtping to send the accounting packets to the server 1.2.3.4


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to