[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] iptables slowing down the website?
- Subject: [ale] iptables slowing down the website?
- From: ups at tree.com (Stephan Uphoff)
- Date: Fri Mar 12 23:02:08 2004
- In-reply-to: Your message of "Fri, 12 Mar 2004 22:27:10 EST." <[email protected]>
Try adding udp for dns.
Christopher Bergeron wrote:
> Does anyone know why the usage of iptables could slow down a webserver?
>
> My website uses mysql, httpd, and dns.
>
> My rules are similar to the following:
>
> DROP all INPUT by default
> let any output flow (OUTPUT ACCEPT)
> INPUT from dns accepted (INPUT -p tcp -j ACCEPT)
> INPUT from httpd accepted (INPUT -p tcp -j ACCEPT)
> INPUT from mysql accepted (INPUT -p tcp -j ACCEPT)
>
> I'm no iptables guru, but my rules make sense (at least to me). Is
> there something that I'm missing?
>
> Thanks in advance,
> CB
>
>
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
>