For all I know, the top of the output could be 10,000 (or more) lines up. Funny thing about endless loops, they tend to go on for quite a while. If you want, I'll post my conf files, which should be the same as the top of the output, no? The <a href="http://example.com">example.com</a> realm should be in proxy.conf if you want any other confs just ask and I will post.<br>

<span style="font-family: courier new,monospace;">$ grep -v -e \# proxy.conf</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">proxy server {</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    default_fallback = no</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">}</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">home_server localhost {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    type = auth</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    ipaddr = 127.0.0.1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    port = 1812</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    secret = testing123</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    require_message_authenticator = no</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    response_window = 20</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    zombie_period = 40</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    revive_interval = 120</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    status_check = status-server</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    check_interval = 30</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    num_answers_to_alive = 3</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    coa {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        irt = 2</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">        mrt = 16</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        mrc = 5</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">        mrd = 30</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    }</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">}</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">home_server <a href="http://virtual.example.com">virtual.example.com</a> {</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">        virtual_server = <a href="http://virtual.example.com">virtual.example.com</a></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">}</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">home_server_pool my_auth_failover {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    type = fail-over</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    home_server = localhost</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">}</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">realm <a href="http://example.com">example.com</a> {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    auth_pool = my_auth_failover</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">     nostrip</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">}</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">realm LOCAL {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">}</span><br style="font-family: courier new,monospace;">

<br style="font-family: courier new,monospace;">Like I said before though, I am running the default config (except for the nostrip line) so if authhost isn't set by default, I didn't add it.<br><br>~Huckle Berry<br>

<br><br><div class="gmail_quote">On Tue, Jan 19, 2010 at 1:40 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">Huckle Berry wrote:<br>
<br>
> Maybe proxy to itself was a bad way to describe it, you can interpret<br>
> the output yourself if you'd like. I took the last 4096 lines of output<br>
<br>
</div>  ... from an endless loop which repeats the same thing.<br>
<br>
  Why not send the *top* of the output, before it starts to loop back to<br>
itself?<br>
<br>
  The debug output you posted does NOT match the other configs you sent.<br>
 It clearly shows that the server is proxying to "<a href="http://example.com" target="_blank">example.com</a>".  This<br>
happens ONLY if you add "authhost" to the realm configuration for<br>
<a href="http://example.com" target="_blank">example.com</a>.<br>
<br>
  The config you posted for <a href="http://example.com" target="_blank">example.com</a> did *not* have an "authhost" entry.<br>
<br>
  And if you had posted the *top* of the debug output, it would have<br>
included the configuration for the "<a href="http://example.com" target="_blank">example.com</a>" realm.  Which would<br>
have showed *why* it was proxying<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>