Re: Packet of Disconnect PHP

2011-08-03 Thread Arran Cudbard-Bell
the wireless, so I need to send a packet of disconnect. Is there a way to do this in php? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html Arran Cudbard-Bell a.cudba...@freeradius.org RADIUS - Half the complexity of Diameter - List info/subscribe/unsubscribe

RE: Packet of Disconnect PHP

2011-08-03 Thread Marius Pesé
8:21 AM To: FreeRadius users mailing list Subject: Re: Packet of Disconnect PHP Its possible... IIRC (and this was a long long time a go) type is just an integer value http://www.php.net/manual/en/function.radius-create-request.php and also though there are two constants defined, it can actually

Re: Packet of Disconnect PHP

2011-08-03 Thread Marinko Tarlać
+marius=mindspring.co...@lists.freeradius.org [mailto:freeradius-users-bounces+marius=mindspring.co...@lists.freeradius.org] On Behalf Of Arran Cudbard-Bell Sent: Wednesday, August 03, 2011 8:21 AM To: FreeRadius users mailing list Subject: Re: Packet of Disconnect PHP Its possible... IIRC

Packet of Disconnect PHP

2011-08-02 Thread mark fennema
they can continue using the internet until they disconnect from the wireless, so I need to send a packet of disconnect. Is there a way to do this in php? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRADIUS 2 server + FreeRADIUS client - something like POD (packet of disconnect)

2008-11-17 Thread Phil Mayers
On Mon, Nov 17, 2008 at 02:28:20AM +0200, NiTr0 wrote: I use FreeRADIUS v2.0.1 on server side and FreeRADIUS client library v1.1.6 with pptpd/pppd on client side. Is there something like Mpd-drop-user attribute for MPD5? Or I must hangup sessions only by unusual way with 3rd-party

FreeRADIUS 2 server + FreeRADIUS client - something like POD (packet of disconnect)

2008-11-16 Thread NiTr0
I use FreeRADIUS v2.0.1 on server side and FreeRADIUS client library v1.1.6 with pptpd/pppd on client side. Is there something like Mpd-drop-user attribute for MPD5? Or I must hangup sessions only by unusual way with 3rd-party client-server apps (for ex., telnet, snmp, etc)? - List

packet of disconnect for pptpd

2008-04-01 Thread sina borrami
hi ho can i send a packet of disconnect with radclient for pptpd - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Packet of Disconnect

2005-10-13 Thread Ashwin Gobind
Can freeradius handle a Disconnect Request (Attribute 40). If so how ? “This e-mail is sent on the Terms and Conditions that can be accessed by Clicking on this link http://www.vodacom.net/legal/email.aspx - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Packet of Disconnect

2005-10-13 Thread Alan DeKok
Ashwin Gobind [EMAIL PROTECTED] wrote: Can freeradius handle a Disconnect Request (Attribute 40). No. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Packet of Disconnect

2005-10-13 Thread Jay Barnell
When will it be able to? jay At 10:48 AM 10/13/2005, you wrote: Ashwin Gobind [EMAIL PROTECTED] wrote: Can freeradius handle a Disconnect Request (Attribute 40). No. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List

Re: Packet of Disconnect

2005-10-13 Thread Alan DeKok
receives a disconnect packet, it has to check to see IF it had an Access-Request with the same contents, WOULD that request be forward to the IP that the disconnect request came from. That's hard. It's easier to punt on the problem. We could implement limited support for disconnect, where local

Re: Packet of Disconnect

2005-03-02 Thread Paul Hampson
On Tue, Mar 01, 2005 at 12:52:52PM +1100, Mitchell, Michael J wrote: The information is in the PoD request. Kind of. From the NAS's perspecitive, the PoD only needs to contains the Acct-Session-Id. However obviously in order to proxy a request we at least need the NAS-IP-Address. I use

Packet of Disconnect

2005-02-28 Thread Paulo Rolo
Hello, Does FreeRadius supports Packet of Disconnect Proxy? I have used successfully radclient (v1.72.2) to generate PoD packets to NAS, but I was unable to understand if Freeradius supports to proxy this packets from radclient to NAS? It seems that FR server ignores this requests

Re: Packet of Disconnect

2005-02-28 Thread Michael Mitchell
this functionality to freeRADIUS (I think you've expressed reluctance in the past?) then I'm happy to clean my work up and supply some more formal patches. regards, Mike Paulo Rolo wrote: Hello, Does FreeRadius supports Packet of Disconnect Proxy? I have used successfully radclient (v1.72.2

Re: Packet of Disconnect

2005-02-28 Thread Alan DeKok
Michael Mitchell [EMAIL PROTECTED] wrote: Of course if Alan is interested in adding this functionality to freeRADIUS (I think you've expressed reluctance in the past?) then I'm happy to clean my work up and supply some more formal patches. I've been reluctant to have the server decide to

Re: Packet of Disconnect

2005-02-28 Thread Alan DeKok
[EMAIL PROTECTED] (Paul Hampson) wrote: I haven't looked at the PoD support too closely, but how does FreeRADIUS know where the PoD is to be proxied to? The information is in the PoD request. To ensure that bad things don't happen, the PoD *should* be treated sort of like an Access-Accept,

RE: Packet of Disconnect

2005-02-28 Thread Mitchell, Michael J
The information is in the PoD request. Kind of. From the NAS's perspecitive, the PoD only needs to contains the Acct-Session-Id. However obviously in order to proxy a request we at least need the NAS-IP-Address. I use this to map back to a Realm or a NAS which will ultimately handle the PoD.