[pfSense Support] Using_OpenVPN_With_FreeRADIUS

2011-01-07 Thread Shibashish
My openvpn works with keys. I want authentication for the same and using
this doc for reference...
http://doc.pfsense.org/index.php/Using_OpenVPN_With_FreeRADIUS

The doc says to add in... /etc/radius.conf

acct 192.168.1.1:1892 password
auth 192.168.1.1:1893 password

But, in netstat, i see the ports running as..

udp4   0  0 192.168.1.1.1813*.*
udp4   0  0 192.168.1.1.1812*.*

radiusd -X shows...

Module: Instantiated radutmp (radutmp)
Listening on authentication 192.168.1.1:1812
Listening on accounting 192.168.1.1:1813
Ready to process requests.


*Should the port nos. be changed in radius.conf?*
I'm not able to get the authentication working.

ShiB.
while ( ! ( succeed = try() ) );


[pfSense Support] Squid traffic management Maximum download size not working

2011-01-07 Thread Shali K.R.
Dear all,

i added 51200 ( 50 MB) in Maximum download size of proxy  page  but its not
working i checked squid.conf file it shows
reply_body_max_size 52428800 allow all but i can download large files. is
there any way to configure it properly

-- 
Thanks  Regards

Shali K R
Server Administrator
Vidya Academy of Science  Technology
Thrissur,Kerala.
Mob:9846303531


AW: [pfSense Support] Squid traffic management Maximum download size not working

2011-01-07 Thread Fuchs, Martin
Hi !

I found the error, i'll try to fix it as soon as time permits...

Until then please change the following lines

/usr/local/pkg/squid.inc: line 896:
FROM   $conf .= 'reply_body_max_size ' . ($down_limit * 1024) .  allow all\n;
TO  $conf .= 'reply_body_max_size ' . ($down_limit * 1024) .  deny 
all\n;

Then configure and save again !

Regards,

Martin !
Von: Shali K.R. [mailto:sh...@vidyaacademy.ac.in]
Gesendet: Freitag, 7. Januar 2011 10:17
An: support@pfsense.com
Betreff: [pfSense Support] Squid traffic management Maximum download size not 
working

Dear all,

i added 51200 ( 50 MB) in Maximum download size of proxy  page  but its not 
working i checked squid.conf file it shows
reply_body_max_size 52428800 allow all but i can download large files. is there 
any way to configure it properly

--
Thanks  Regards

Shali K R
Server Administrator
Vidya Academy of Science  Technology
Thrissur,Kerala.
Mob:9846303531



Re: [pfSense Support] Squid traffic management Maximum download size not working

2011-01-07 Thread Shali K.R.
Thank you sir its working fine now

On Fri, Jan 7, 2011 at 4:00 PM, Fuchs, Martin martin.fu...@trendchiller.com
 wrote:

  Hi !



 I found the error, i’ll try to fix it as soon as time permits…



 Until then please change the following lines



 /usr/local/pkg/squid.inc: line 896:

 FROM   $conf .= 'reply_body_max_size ' . ($down_limit * 1024) .  allow
 all\n;

 TO  $conf .= 'reply_body_max_size ' . ($down_limit * 1024) .  deny
 all\n;



 Then configure and save again !



 Regards,



 Martin !

 *Von:* Shali K.R. [mailto:sh...@vidyaacademy.ac.in]
 *Gesendet:* Freitag, 7. Januar 2011 10:17
 *An:* support@pfsense.com
 *Betreff:* [pfSense Support] Squid traffic management Maximum download
 size not working



 Dear all,

 i added 51200 ( 50 MB) in Maximum download size of proxy  page  but its not
 working i checked squid.conf file it shows
 reply_body_max_size 52428800 allow all but i can download large files. is
 there any way to configure it properly

 --
 Thanks  Regards

 Shali K R
 Server Administrator
 Vidya Academy of Science  Technology
 Thrissur,Kerala.
 Mob:9846303531




-- 
Thanks  Regards

Shali K R
Server Administrator
Vidya Academy of Science  Technology
Thrissur,Kerala.
Mob:9846303531


AW: [pfSense Support] Squid traffic management Maximum download size not working

2011-01-07 Thread Fuchs, Martin
:)

Von: Shali K.R. [mailto:sh...@vidyaacademy.ac.in]
Gesendet: Freitag, 7. Januar 2011 11:39
An: support@pfsense.com
Betreff: Re: [pfSense Support] Squid traffic management Maximum download size 
not working

Thank you sir its working fine now
On Fri, Jan 7, 2011 at 4:00 PM, Fuchs, Martin 
martin.fu...@trendchiller.commailto:martin.fu...@trendchiller.com wrote:
Hi !

I found the error, i'll try to fix it as soon as time permits...

Until then please change the following lines

/usr/local/pkg/squid.inc: line 896:
FROM   $conf .= 'reply_body_max_size ' . ($down_limit * 1024) .  allow all\n;
TO  $conf .= 'reply_body_max_size ' . ($down_limit * 1024) .  deny 
all\n;

Then configure and save again !

Regards,

Martin !
Von: Shali K.R. 
[mailto:sh...@vidyaacademy.ac.inmailto:sh...@vidyaacademy.ac.in]
Gesendet: Freitag, 7. Januar 2011 10:17
An: support@pfsense.commailto:support@pfsense.com
Betreff: [pfSense Support] Squid traffic management Maximum download size not 
working

Dear all,

i added 51200 ( 50 MB) in Maximum download size of proxy  page  but its not 
working i checked squid.conf file it shows
reply_body_max_size 52428800 allow all but i can download large files. is there 
any way to configure it properly

--
Thanks  Regards

Shali K R
Server Administrator
Vidya Academy of Science  Technology
Thrissur,Kerala.
Mob:9846303531



--
Thanks  Regards

Shali K R
Server Administrator
Vidya Academy of Science  Technology
Thrissur,Kerala.
Mob:9846303531



RE: [pfSense Support] Using_OpenVPN_With_FreeRADIUS

2011-01-07 Thread Hans Maes
 
-Original message-
To:support@pfsense.com; 
From:Shibashish shi...@gmail.com
Sent:Fri 07-01-2011 09:40
Subject:[pfSense Support] Using_OpenVPN_With_FreeRADIUS
My openvpn works with keys. I want authentication for the same and using this 
doc for 
reference... http://doc.pfsense.org/index.php/Using_OpenVPN_With_FreeRADIUS
 
The doc says to add in... /etc/radius.conf
 
acct 192.168.1.1:1892 password
auth 192.168.1.1:1893 password
 
But, in netstat, i see the ports running as..
 
udp4       0      0 192.168.1.1.1813        *.*
udp4       0      0 192.168.1.1.1812        *.*

 
radiusd -X shows...

Module: Instantiated radutmp (radutmp)
Listening on authentication 192.168.1.1:1812
Listening on accounting 192.168.1.1:1813
Ready to process requests.

 
 
Should the port nos. be changed in radius.conf?
I'm not able to get the authentication working.


The official port for radius is 1812, the official port for radaccounting is 
1813.

I remember filling in a documentation bug report a while ago about the default 
radius port in pfsense being wrongly set to 1892 in the web interface. This was 
fixed soon after, but maybe the person who wrote the howto you mention made the 
same mistake.


Regards,

Hans

 


[pfSense Support] Re: squid continues downloading but LAN client stalls

2011-01-07 Thread David Burgess
On Fri, Jan 7, 2011 at 10:58 AM, David Burgess apt@gmail.com wrote:
 I am trying to download a large iso from microsoft.com. At some point
 (different every time), the download stalls on the client.


Sorry, forgot to mention what I'm using.

2.0-BETA5 (amd64)
built on Tue Jan 4 02:47:18 EST 2011

squid 2.7.9_4

Further, after some time wget on the client did transfer a few more
bytes and then stalled again, twice.

db

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org