Hi All,<br><br>I am trying to add two default entries in users file for two ip pool.<br><br>can it is possible to add two entries of default in users file ? If yes then how ?<br><br>Please help me its very critical.<br><br>
I have configured two ippool which looks like:<br>===================================================================<br>In Users file:<br><br>DEFAULT Auth-Type := aag, Service-Type == Framed-User, Framed-Protocol == 7, Pool-Name := myippool<br>
        Service-Type == Framed-User,<br>        Framed-Protocol == 7,<br>        Fall-Through == no,<br>        Acct-Interim-Interval = 500<br><br>DEFAULT Auth-Type := aag, Service-Type == Framed-User, Framed-Protocol == 7, Pool-Name := my_sec_ippool<br>
        Service-Type == Framed-User,<br>        Framed-Protocol == 7,<br>        Acct-Interim-Interval = 500<br><br><br>In radiusd.conf<br><br>ippool myippool {<br>                 range-start = 192.168.2.129<br>                 range-stop = 192.168.182.254<br>
                 netmask = 255.255.255.0<br>                 cache-size = 800<br>                 session-db = ${raddbdir}/db.ippool<br>                 ip-index = ${raddbdir}/db.ipindex<br>                 override = no<br>
                 maximum-timeout = 0<br>                #key = "%{NAS-IP-Address} %{NAS-Port}"<br>}<br><br>ippool my_sec_ippool {<br>                 range-start = 192.168.1.1<br>                 range-stop = 192.168.182.254<br>
                 netmask = 255.255.255.0<br>                 cache-size = 800<br>                 session-db = ${raddbdir}/db.ippool1<br>                 ip-index = ${raddbdir}/db.ipindex1<br>                 override = no<br>
                 maximum-timeout = 0<br>                #key = "%{NAS-IP-Address} %{NAS-Port}"<br>}<br><br>==================================================================== <br><br>When i am executing ./radiusd -X always getting IPs for only one ggsn.<br>
<br>Please help me its very critical.<br><br>Thanks in Advance.<br><br>Regards<br>Ranjan<br>