[pfSense-discussion] multiwan ftp proxy

2007-11-14 Thread D.Pageau
What is the current status on multi-wan ftp proxying ? I have dig around on pfsense FAQ, forum, blog, wiki, ticket (btw, is it too many source of information ?) Some info (outdated ?) on FAQ (or is it blog or forum or wiki or cvs ?) says that is not supported and will be when someone will cod

Re: [pfSense-discussion] authpf package

2005-10-26 Thread D.Pageau
Right just like pfsense pure-ftpd package does. ssh need to be open on WAN interface and all user that have real shell could be disabled for security concern. Unfortunatly authpf is a user shell not a deamon and does not have a any authentication mecanism. On 10/26/2005 1:40 PM, Bill Marque

[pfSense-discussion] authpf package

2005-10-26 Thread D.Pageau
I'm currently building a new package for pfsense, authpf. authpf is an authentification shell that can change pf filterrules according to the authentificated user. Kind of port knocking, but much more cleaner. http://www.openbsd.org/faq/pf/authpf.html authpf is not in freebsd port distribut

[pfSense-discussion] authpf package

2005-09-07 Thread D.Pageau
In the past I have used openbsd authpf wich is a special shell that add dynamic rules in pf firewall. It's basically the same idea of port knocking where port are blocked by default and can be opened but it's much more powerfull. http://www.openbsd.org/faq/pf/authpf.html I'd like to get that