Hey People!,<br>
I am not saying that you are lying, I even didnt think like that, I never intend to insult you,<br>
for god sake, I am asking for help - that mean that you are the masters and I am the student<br>
yes, it annyoing me - I start to do something with radius cause I felt
that is good idea to know how to do it, and how it works but I meet the
wall I can't crush so I am often have to countig to 10 to stay on
ground.<br>
back to the subject:<br>
<br>
proxy.conf<br>
proxy server {<br>
        default_fallback = no<br>
<br>
}<br>
home_server localhost {<br>
        type = auth<br>
        ipaddr = 127.0.0.1<br>
        port = 1812<br>
        secret = testing123<br>
        require_message_authenticator = no<br>
        response_window = 20<br>
        zombie_period = 40<br>
        revive_interval = 120<br>
        status_check = status-server<br>
        check_interval = 30<br>
        num_answers_to_alive = 3<br>
        coa {<br>
                irt = 2<br>
                mrt = 16<br>
                mrc = 5<br>
                mrd = 30<br>
        }<br>
}<br>
<br>
home_server <a href="http://virtual.example.com">virtual.example.com</a> {<br>
            virtual_server = <a href="http://virtual.example.com">virtual.example.com</a><br>
}<br>
home_server_pool my_auth_failover {<br>
        type = fail-over<br>
        home_server = localhost<br>
}<br>
<br>
realm <a href="http://example.com">example.com</a> {<br>
#        auth_pool = my_auth_failover #commented by me /by Ivan suggestion/<br>
}<br>
realm LOCAL {<br>
}<br>
realm NULL {<br>
        secret          = password<br>
}<br><br><div class="gmail_quote">On Wed, May 20, 2009 at 10:21 AM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Bartosz Chodzinski wrote:<br>
> could you give me good freeradius guide for dummies - I think I need it :)<br>
<br>
</div>$ man radiusd<br>
<br>
  It contains a section describing how to make changes to the<br>
configuration files.<br>
<br>
  For EAP, see <a href="http://deployingradius.com" target="_blank">http://deployingradius.com</a><br>
<br>
  The front page contains 4 steps to get EAP working.  Follow the steps.<br>
 Start with the DEFAULT configuration.  Do NOT make changes unless the<br>
guide says to.  EAP *will* work.<br>
<div><div></div><div class="h5"><br>
  Alan DeKok.<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div><br>