help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] only 127.0.0.1


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] only 127.0.0.1
Date: Fri, 04 Jan 2002 12:56:07 +0200

> my radiusd starts only on localhost address 127.0.0.1. How can I force
> the radiusd to start on real IP address ?

Use source-ip statement in your raddb/config, e.g.:

option {
       source-ip 10.10.11.1;
       ....
};

For more information, refer to

  http://www.gnu.org/software/radius/manual/html_chapter/radius_8.html#SEC24

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]