<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi all;<BR>
 <BR>
On the cisco VPN logs i am getting:<BR>
 <BR>
1259 03/12/2010 09:52:50.500 SEV=5 PPP/2 RPT=54 90.12.02.113 <BR>Group [00-16-55-01-b0-a7] User [federal]<BR>disconnected. <STRONG>Cannot resolve an IP address for remote peer</STRONG>.<BR>
 <BR>
THanks<BR>
 <BR>
Lucio<BR> <BR>
<HR id=stopSpelling>
From: luciocfgodoy@hotmail.com<BR>To: freeradius-users@lists.freeradius.org<BR>Subject: IP Problems with Simultanaous Logins across 2 NAS - Cisco VPN3000<BR>Date: Thu, 11 Mar 2010 18:55:49 +0000<BR><BR>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>
Hi All;<BR> <BR>I have Freeradius 2 setup with the MySQL database back-end and it is working really well with one Cisco VPN 3060, I also allow multiple logins from the same user.<BR> <BR>But yesterday i have added a second VPN server and whole thing stop working, user gets authenticated across the 2 NAS, but i belive the freeradius is getting confused with the 2 NAS.<BR> <BR>As a test I have edited the:  ippool.conf<BR> <BR>FROM: <BR> <BR>## The ORDER BY clause of this query tries to allocate the same IP-address<BR>## which user had last session...<BR>#####allocate-find = "SELECT framedipaddress FROM ${ippool_table} \<BR>##### WHERE pool_name = '%{control:Pool-Name}' AND (expiry_time < NOW() OR expiry_time IS NULL) \<BR>##### ORDER BY (username <> '%{User-Name}'), \<BR>##### (callingstationid <> '%{Calling-Station-Id}'), \<BR>##### expiry_time \<BR>##### LIMIT 1 \<BR>##### FOR UPDATE"<BR> <BR>TO: <BR> <BR># ## If you prefer to allocate a random IP address every time, i<BR># ## use this query instead<BR> allocate-find = "SELECT framedipaddress FROM ${ippool_table} \<BR>  WHERE pool_name = '%{control:Pool-Name}' \<BR>  AND expiry_time = NULL \<BR>  ORDER BY RAND() \<BR>  LIMIT 1 \<BR>  FOR UPDATE"<BR><BR>All worked well and then it stopped. <BR> <BR>Is there any other place i have to change to allow simultaneus logins across 2 NAS, pls?<BR> <BR> <BR>Many thanks<BR> <BR>Lucio<BR><BR>
<HR>
Not got a Hotmail account? <A href="http://clk.atdmt.com/UKM/go/197222280/direct/01/">Sign-up now - Free</A>                                        <br /><hr />Got a cool Hotmail story? <a href='http://clk.atdmt.com/UKM/go/195013117/direct/01/' target='_new'>Tell us now</a></body>
</html>