Stateful firewalling for fun and profit (corrected)

2002-12-02 Thread Dax Kelson
Without using stateful rules, a default DROP policy means that you must have explicit rules to ACCEPT the return packets from locally initiated stuff. This can be very hard to get right (if it is even possible to get right). IMO, the following stateful rules work well and simplify things a great d

Re: Stateful firewalling for fun and profit

2002-12-02 Thread Dax Kelson
On Mon, 2002-12-02 at 16:48, jdow wrote: > I have some details and quibbles, Dax. > > First there is no iptables DENY rule. This is now "DROP". From the > netfilter web site: "The DENY target is now DROP, finally." This > rule simply drops the packet on the floor and does nothing at all > with it.

Re: Stateful firewalling for fun and profit

2002-12-02 Thread jdow
I have some details and quibbles, Dax. First there is no iptables DENY rule. This is now "DROP". From the netfilter web site: "The DENY target is now DROP, finally." This rule simply drops the packet on the floor and does nothing at all with it. Second, more amplification of the above from the ne

Stateful firewalling for fun and profit

2002-12-02 Thread Dax Kelson
Without using stateful rules, a default DENY policy means that you must have explicit rules to ACCEPT the return packets from locally initiated stuff. This can be very hard to get right (if it is even possible to get right). IMO, the following stateful rules work well and simplify things a great d