From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Volker Augustin" Subject: Re: How can I view detailed log of IPTABLES Date: Wed, 18 Jun 2003 15:41:33 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <001d01c3359f$56d5a4e0$1405a8c0@ew2> References: <88116A11E9DFD411870900508BEC3831803B62@CPQ01> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Deshwal Chand , "Netfilter (E-mail)" hi, simply set up a log-chain for accepting and/or rejecting packages first jump to the log chain, then reject, deny, allow... from there :) do a simple google for 'iptables+logfile' , this results in a lot of sites with many hints. i did the same thing, you also may have to change your settings in /etc/syslog.conf ;) it realy depends on what you like to log... dont log too much, this will result in a very-big logfile, .....(think of your hd-space in /var/ or somewhere else...) volker ----- Original Message ----- From: "Deshwal Chand" To: "Netfilter (E-mail)" Sent: Wednesday, June 18, 2003 2:27 PM Subject: How can I view detailed log of IPTABLES > Hi > > I have IPTABLES 1.2.5 at Redhat 2.4.7-10. I am not able to see the logs > generated by IPTABLES. May I haven't enalbed logging for iptables. How can I > enable logging? > > > Chand >