PPTP forward port per user

2008-08-10 Thread Sascha Kiefer
Hi, i would like to be able to forward an internal ports of users through the VPN. The idea is that a user picks 2-3 ports (or maybe just one) tcp port out of a given port-pool, and when he connects to the VPN, this portforwarding is established for him. Any idea how to do this? I'm using

Radius missed user logout

2008-06-17 Thread Sascha Kiefer
Hi, I'm running mysql + radius. Now it happened, that a user is no longer connected, but radius still things he is connected. My NAS vpn server died; probably thats why. What do i have to do make this straight? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Radius on server X; VPN on server Y; Samba on server Z

2008-06-10 Thread Sascha Kiefer
Hi, I have the following: * Radius on server X * VPN on server Y * Samba on server Z Each server is located on a different continent. :-) Ok, user foo now connects to the VPN server and gets authorized by radius. Fine. Now, i want him to allow to connect to the samba server. Ideally without

RE: simple web interface

2008-06-03 Thread Sascha Kiefer
I use daloradius But it sucks also. Looks nicer and a little bit easier to use. I'm working on my own ... Regards, Sascha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vittore Zen Sent: Dienstag, 3. Juni 2008 14:26 To:

Freeradius and OpenVpn

2008-06-02 Thread Sascha Kiefer
Hi, I set up a openvpn server with radius plugin. Everything seems to run. Now, i submit my username + password using the openvpn win client from openvpn.se . For debugging, i enabled password logging in radius Mon Jun 2 03:44:14 2008 : Auth: Login incorrect: [hugo/boss] (from client ds01 port

RE: mysql simultaneous login detection

2008-05-23 Thread Sascha Kiefer
Sorry iff this already mentioned: You also have to un-comment the simultaneous-use query in sql.conf -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Freitag, 23. Mai 2008 12:56 To: [EMAIL PROTECTED]; FreeRadius users mailing

Custom properties check

2008-05-14 Thread Sascha Kiefer
Hi, I'm freeradius combined with mysql. Is it possible to check custom property values of existens. Like let the user logon iff xyz == 1 I guess it is just a matter of writing the sql. But which queries do i have to customize? Regards, Sascha - List info/subscribe/unsubscribe? See

Pptpd / MySql / MD5

2008-05-07 Thread Sascha Kiefer
Hi, Thanks to http://wiki.freeradius.org/PopTop i can authenticate my vpn users using an remote radius server using MS-CHAPv2 Passwords are stored in clear in the mysql database. PopTop is responsible for the remoteip. Everything works. Now, is it possible? * to use md5 passwords in db; i had