Under proxy.conf<br><br>realm domain1 {<br>       type             = radius<br>       nostrip      <br>       authhost        = <a href="http://11.11.11.11:1812">11.11.11.11:1812</a><br>       accthost        = <a href="http://11.11.11.11:1813">11.11.11.11:1813</a><br>
       secret          = secret1<br>}<br><br>realm NULL {<br>      type = auth<br>       authhost        = <a href="http://22.22.22.22:1812">22.22.22.22:1812</a><br>       accthost        = <a href="http://22.22.22.22:1813">22.22.22.22:1813</a><br>
       secret          = secret1<br>}<br><br>There is no "<<a href="http://11.11.11.11:1812/" target="_blank">http://11.11.11.11:1812</a>>" or "<<a href="http://11.11.11.11:1812/" target="_blank">http://11.11.11.11:1813</a>>". It is just the format that is include when post from gmai. It is just authhost = <a href="http://11.11.11.11:1812">11.11.11.11:1812</a> and accthost = <a href="http://11.11.11.11:1813">11.11.11.11:1813</a>. It is just authhost = <a href="http://22.22.22.22:1812">22.22.22.22:1812</a> and <a href="http://22.22.22.22:1813">22.22.22.22:1813</a>. <br>
<br>See <b><a href="http://wiki.freeradius.org/Proxy.conf">http://wiki.freeradius.org/Proxy.conf</a>. </b>type = radius is valid. I did not get any error when i compiled it using radiusd -X.<br><br><br>See earlier email for my question:<br>
i have user2 (without domain) and this get rejected, i want it to send
to radius2 server (22.22.22.22) as defined in the NULL domain as
defined in the proxy.conf.  <br><br><br>Can anyone advise and thanks.<br><br><div class="gmail_quote">On Sat, Dec 19, 2009 at 4:26 AM, Alan Buxey <span dir="ltr"><<a href="mailto:A.L.M.Buxey@lboro.ac.uk">A.L.M.Buxey@lboro.ac.uk</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;">Hi,<br>
<div class="im"><br>
> Under proxy.conf<br>
><br>
> realm domain1 {<br>
>        type             = radius<br>
>        nostrip<br>
</div>>        authhost        = <a href="http://11.11.11.11:1812" target="_blank">11.11.11.11:1812</a><<a href="http://11.11.11.11:1812" target="_blank">http://11.11.11.11:1812</a>><br>
>        accthost        = <a href="http://11.11.11.11:1813" target="_blank">11.11.11.11:1813</a><<a href="http://11.11.11.11:1813" target="_blank">http://11.11.11.11:1813</a>><br>
<div class="im">>        secret          = secret1<br>
> }<br>
><br>
> realm NULL {<br>
>       type = auth<br>
</div>>        authhost        = <a href="http://22.22.22.22:1812" target="_blank">22.22.22.22:1812</a><<a href="http://22.22.22.22:1812" target="_blank">http://22.22.22.22:1812</a>><br>
>        accthost        = <a href="http://22.22.22.22:1813" target="_blank">22.22.22.22:1813</a><<a href="http://22.22.22.22:1813" target="_blank">http://22.22.22.22:1813</a>><br>
>        secret          = secret1<br>
> }<br>
<br>
<br>
<snip><br>
<br>
let me give you the info from proxy.conf<br>
<br>
        #  Allowed values are:<br>
        #       auth      - Handles Access-Request packets<br>
        #       acct      - Handles Accounting-Request packets<br>
        #       auth+acct - Handles Access-Request packets at "port",<br>
        #                   and Accounting-Request packets at "port + 1"<br>
        #       coa       - Handles CoA-Request and Disconnect-Request packets.<br>
        #                   See also raddb/sites-available/originate-coa<br>
        type = auth<br>
<br>
type = radius  ?<br>
<br>
hmmm. thats not valid at all.<br>
<br>
also, whats all that <<a href="http://22.22.22.22:1812" target="_blank">http://22.22.22.22:1812</a>> stuff after the address?<br>
just have the address:port  nothing else.  did you copy a config from<br>
some web page?<br>
<br>
alan<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>
</blockquote></div><br>