Hello,<br><br>I am writing you because I need your help on using the tool "radclient".<br>I need to send Packet Of Disconnect (POD). I have one file (for example name "file1") and in this file, I have 3 columns (IP, MSISDN, Acct-Session-Id):<br>
<br>IP MSISDN Acct-Session-Id<br>1.1.1.1 3368894XXXX 500A02B2382F3D8E<br>2.2.2.2 3368739XXXX 500A02B5383F27D9<br><br>I read on this site: "<a href="http://wiki.freeradius.org/Disconnect-Messages">http://wiki.freeradius.org/Disconnect-Messages</a>" and the proposed solution tells us to insert in a file "packet.txt" the attributes that we wish send. In this method we have to create one file for one POD. :(<br>
<br>Now I want to use the file "file1" by selecting the attibutes to send POD one to one in one command (linux command) like this :<br><br>Sending Disconnect-Request of id 214 to 1.1.1.1 port 3799<br><div>Framed-IP-Address=1.1.1.1</div>
<div>Acct-Session-ID=500A02B2382F3D8E<br></div>rad_recv: Disconnect-ACK packet from host 1.1.1.1 port 3799, id= 214, length=20<br><br>Sending Disconnect-Request of id 215 to 2.2.2.2 port 3799<br><div> Framed-IP-Address=2.2.2.2</div>
<div>Acct-Session-ID=500A02B5383F27D9<br></div>rad_recv: Disconnect-ACK packet from host 2.2.2.2 port 3799, id=215, length=20<br><br>I need to know if It's possible to do this (I think by using a loop "for"!!!)? Can you please help me?<br>
<br>Thanks for your help.<br><br>Best regards,<br><br>Ulrich RAMASSAMY<br>Tél: +33671783501<br><br>PS: Sorry for my english^^<br>
<br>
<br>