Date: Wed, 28 Jan 2004 08:02:28 -0200 From: Diego Linke - GAMK <linke@calnet.com.br> To: freebsd-ipfw@freebsd.org Subject: limit question Message-ID: <20040128080228.20b06919.linke@calnet.com.br>
next in thread | raw e-mail | index | archive | help
Hi, I need limit to max 150 conections but just only 3 of same src host. I thought about using something as: ipfw add allow tcp from any to me 110 in via fxp0 setup limit src-addr 3 dst-port 150 But it's not valid. i make: ipfw add allow tcp from any to me 110 in via fxp0 setup limit src-addr dst-port 150 this is validates and work, however not as I need. Somebody have an idea for i implement this ? Thanks :D -- [ Diego Linke - GAMK ] System/Network/Security Administrator E-Mail/Site: gamk@gamk.com.br - http://www.gamk.com.br Public Key: http://www.gamk.com.br/gamk.asc Phone Number: (+5541) 8804-4303 ** BSD "Where uptime is measured in years" **
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040128080228.20b06919.linke>