Re: PF + ALTQ - Bandwidth per customer

2009-02-13 Thread eculp
Quoting Tom Uffner : eculp wrote: Thanks for responding. As I read your answer and my question. I'm pretty sure that I probably didn't ask the question properly. What I need to do is be intermediary between my upstream ISP's and my customers and would like to control the

Re: PF + ALTQ - Bandwidth per customer

2009-02-12 Thread eculp
Quoting Tom Uffner : eculp wrote: I don't remember why but for some reason I have the idea that pf+altq is not bidirectional. Am I mistaken? no solution that does not involve cooperation from your upstream connection(s) is truly bidirectional. it is easy to limit/shape your out

Re: PF + ALTQ - Bandwidth per customer

2008-12-03 Thread eculp
Quoting "Ronnel P. Maglasang" <[EMAIL PROTECTED]>: Александр Шевченко wrote: Using ipfw+dummynet you could easily limit bandwidth per ip: $IPFW pipe 4 config bw 50KByte/s mask dst-ip 0x03ff $IPFW pipe 7 config bw 50KByte/s mask src-ip 0x03ff $IPFW add pipe 4 ip from any to 172.16.16.0/

Re: PF + ALTQ - Bandwidth per customer

2008-12-02 Thread eculp
Quoting Peter Jeremy <[EMAIL PROTECTED]>: On 2008-Dec-02 10:42:27 +0200, Andrei Kolu <[EMAIL PROTECTED]> wrote: That description sounds like it simplifies to "limit bandwidth based on IP address" - which is fairly trivial for ipfw+dummynet or pf+altq. ipfw+dummynet is really ugly traffic "sha

Re: PF and SQUID

2008-06-23 Thread eculp
Quoting Miguel Alcántara <[EMAIL PROTECTED]>: Hi everybody, I'm having a problem for a week. I have to setup PF + SQUID in a P2 machine, with 128RAM and 6GB hard disk and just one nic. I virtualized an interface with an ip 192.168.1.80 and it has squid, the nic has 192.168.1.60 and all the lan i

Re: How to block Domain

2008-03-31 Thread eculp
Quoting Ken <[EMAIL PROTECTED]>: PF how to block domain Outgoing, I assume? Maybe something like the following. block = "{ domain.com, domain2.com, domain3.com }" block out quick from any to $block You can also block addresses and or address blocks addressblock = "{ 207.46.0.0/16 65

Re: preventing ssh brute force attacks, swatch and users and table

2007-04-24 Thread eculp
Quoting Dave <[EMAIL PROTECTED]>: Hello, I've got a machine running ssh and i'm trying to cut down on brute force attacks on it. I'm running pf on a freebsd 6.2 box and have added in swatch to try to curve these attacks. The problem is nothing is being added to either the memory hackers

Greg's side note

2006-10-09 Thread eculp
< snip > On a side note, The default block rule should match both ingress and egress traffic. A system cannot be deemed secure it if implictly allows egress traffic to flow. Makes sense but I haven't done it do to an ignorance of which unprivileged ports need to be enabled for things like sk

Re: pf fails to start

2006-09-07 Thread eculp
Quoting Scott Ullrich <[EMAIL PROTECTED]>: On 9/7/06, KES <[EMAIL PROTECTED]> wrote: Hello pf fails to start if interface doesnt exist or IP address not assigned I have trobles with tun0 (pppeo connection) Look at next picture: 1) power fail, 2) FreeBSD starting, 3) do pppoe connection to p

Re: enable passive/active ftp

2006-07-28 Thread eculp
Quoting elmer <[EMAIL PROTECTED]>: Hi all, I am using pf on freebsd6.1. how do I enable ftp passive and active. Im following the pfmanual but my users cant establish a connection. Is there a debugging for the ftp-proxy? IIRC you need to open the following ports for pasive ftp but I could be

Re: FW: Application layer firewall on FreeBSD, is it possible ?

2005-08-31 Thread eculp
Quoting Daniel Dvořák <[EMAIL PROTECTED]>: ... but you know, proxy is not what I am asking, proxy is not firewall. We do not need to restrict everything and all members. We like full routeable network with full access to IPv6 / IPv4 internet without any necessary action like configure proxy cl