<div>I am running FreeRADIUS Version 2.1.8 with mysql as backend database in lab environment.</div><div><br></div><div>I am authenticating PPP customers from two different network segments behind two cisco NAS devices.</div>
<div>All PPP customers are defined in single mysql database with realm suffixes @domain1 and @domain2.</div><div><br></div><div>---- start of proxy.conf ----</div><div><div>realm domain1 {</div><div>        type            = radius</div>
<div>        authhost        = LOCAL</div><div>        accthost        = LOCAL</div><div>        # allowed-nas = 1.1.1.1</div><div>        nostrip</div><div>}</div><div><br></div><div>realm domain2 {</div><div>        type            = radius</div>
<div>        authhost        = LOCAL</div><div>        accthost        = LOCAL</div><div>        # allowed-nas = 2.2.2.2</div><div>        nostrip</div><div>}</div></div><div><br></div><div><div><div>realm external {</div>
<div>...</div><div>}</div><div><br></div><div>realm external2 {</div><div>...</div><div>}</div></div></div><div>---- end of proxy.conf ----</div><div><br></div><div>I would like to know if there is any possible way to attach a list of allowed NAS clients to realm domain2 for example, so that RADIUS discard requests comming from nas 2.2.2.2 with realm @domain1?</div>
<div><br></div><div><br></div>