Re: iptables loggin problem

2003-08-20 Thread Rudy Gevaert
On Tue, Aug 19, 2003 at 12:17:16PM -0600, Jamin W. Collins wrote: > On Tue, Aug 19, 2003 at 06:22:33PM +0200, Rudy Gevaert wrote: > > > > I would like to see a logging from all dropped packets. How can I > > achieve this? Thanks in advance, > > By using the other chains and the other tables. I

Re: iptables loggin problem

2003-08-19 Thread Jamin W. Collins
On Tue, Aug 19, 2003 at 06:22:33PM +0200, Rudy Gevaert wrote: > > I would like to see a logging from all dropped packets. How can I > achieve this? Thanks in advance, By using the other chains and the other tables. If you want all dropped packets, you'll need to add logging rules to the first

iptables loggin problem

2003-08-19 Thread Rudy Gevaert
Hello, I have the following rules for my forward chain: Chain FORWARD (policy DROP) target prot opt source destination ACCEPT tcp -- anywhere schamper.ugent.be tcp dpt:netbios-ssn DROP tcp -- anywhere anywhere tcp dpt:135 DROP