|
From: Antony R. <ant...@gm...> - 2008-02-08 02:58:23
|
HI pls help me i installed in psql in system "A"(192.168.1.1), my local systems is "B"( 192.168.1.2) ,when i connect to psql in my system "B" it shuld forward to system "A" ...letknow the procedure for configure iptable command ... Regards M.Anthony On Dec 3, 2007 1:41 AM, <ipt...@li...> wrote: > Send Iptablelog-users mailing list submissions to > ipt...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/iptablelog-users > or, via email, send a message with subject or body 'help' to > ipt...@li... > > You can reach the person managing the list at > ipt...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Iptablelog-users digest..." > > > Today's Topics: > > 1. Iptablelog 0.9 released (Daniel Tarbuck) > 2. Re: IPTables logs (Daniel TArbuck) > 3. (no subject) (an...@ne...) > 4. Iptablelog on fc6 (Sasa) > 5. Re: Iptablelog on fc6 (Daniel S. Tarbuck) > 6. Re: Iptablelog on fc6 (Sasa) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 04 Apr 2007 14:49:35 -0700 > From: Daniel Tarbuck <ta...@fu...> > Subject: [Iptablelog-users] Iptablelog 0.9 released > To: ipt...@li... > Message-ID: <461...@fu...> > Content-Type: text/plain; charset="iso-8859-1" > > > I am pleased to announce my first release of this package. > > Iptablelog 0.9 is very different from previous version. The db_feed.pl > script is no longer needed and the database schema is completely > different. There is no way to use the new version with old data. > > Iptablelog 0.9 requires ulogd. Information on ulogd is available here: > http://netfilter.org/projects/ulogd/index.html. Ulogd is included with > most Linux distributions. A sample database schema and ulogd.conf file > is included with iptablelog 0.9. > > Iptablelog 0.9 requires MySQL to store the captured logs. Iptablelog is > designed to be database independent and it should be trivial to add > support for any database supported by PHP. > > Iptablelog 0.9 is written in PHP and designed to be used with the Apache > web server. > > Iptablelog 0.9 should be considered beta software. Feedback and > improvements (patches and/or graphics) are appreciated. > > > Daniel Tarbuck > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: smime.p7s > Type: application/x-pkcs7-signature > Size: 4621 bytes > Desc: S/MIME Cryptographic Signature > > ------------------------------ > > Message: 2 > Date: Tue, 24 Apr 2007 17:57:19 -0400 > From: Daniel TArbuck <ju...@fu...> > Subject: Re: [Iptablelog-users] IPTables logs > To: ipt...@li... > Cc: Austin Weidner <wei...@gm...> > Message-ID: <462...@fu...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > Hello Austin, > > Thanks for your interest. > > You need to add a cron job... Name resolution is an offline process (it > takes way too much processing time to do it online). There is a script > in the conf directory (iptables_resolve.default). You can edit this > file (change the $iptablelog_path variable and the db_connect settings > to match your install) and drop it into /etc/cron.hourly/ (assuming your > are using a distribution with this cron structure). > > Remember that not all hosts have reverse DNS available and that > hostnames are cached for 60 days before they are checked again (this > value may be configurable in the future). > > > Daniel Tarbuck > > Austin Weidner wrote: > > Daniel: > > Thanks for reviving this project. I have spent most of today installing > > ulogd and the software. One thing I can't seem to get straight is the > > hostnames, they aren't automatically resolving. If I go in to the admin > > area and do it, it will resolv them. But I thought previous versions did > > it automatically? > > > > my config file: > > > > # Table format (ulog or native, native is default) > > # Note: ulog schema is not compatible with ignored ports > > $host_resolution_avail = 1; > > > > Also, one other thing... there is no option in the config for table > > format, just comments. I have ulog, but it seems to be working fine. > > > > Thanks again, > > Austin Weidner > > > > ------------------------------ > > Message: 3 > Date: Wed, 21 Nov 2007 10:22:53 +0530 (IST) > From: an...@ne... > Subject: [Iptablelog-users] (no subject) > To: ipt...@li... > Message-ID: <3565.192.168.1.100.1195620773.squirrel@192.168.1.3> > Content-Type: text/plain;charset=iso-8859-1 > > > > > > ------------------------------ > > Message: 4 > Date: Fri, 30 Nov 2007 11:31:48 +0100 > From: "Sasa" <sa...@sh...> > Subject: [Iptablelog-users] Iptablelog on fc6 > To: <ipt...@li...> > Message-ID: <031c01c8333c$36b3da70$0f0...@pi...> > Content-Type: text/plain; format=flowed; charset="iso-8859-1"; > reply-type=original > > Hi, I have installed 0.9 on Fedora Core 6 with: > > mysql-server-5.0.27-1.fc6 > ulogd-1.24.2.fc6 > httpd-2.2.6-1.fc6 > > ..but I have the following error: > > Can't execute query > SELECT COUNT(id) FROM ulog u WHERE 1=1 > MySQL Error: Table 'iptables.ulog' doesn't exist > This script cannot continue, terminating. > > ..but I haven't db.sql, how can I do fill database iptables ? > Thanks. > > ------ > > Salvatore. > > > > > ------------------------------ > > Message: 5 > Date: Fri, 30 Nov 2007 09:59:00 -0800 > From: "Daniel S. Tarbuck" <ta...@fu...> > Subject: Re: [Iptablelog-users] Iptablelog on fc6 > To: Sasa <sa...@sh...> > Cc: ipt...@li... > Message-ID: <200...@ww...> > Content-Type: text/plain; charset="iso-8859-1" > > > > You can create the database tables with the iptables.mysql script in > the conf directory. Something like: > > mysql -p {password} {database} < iptables.mysql > > Should help fix the problem. > > > Daniel Tarbuck > > > ----- Message from sa...@sh... --------- > Date: Fri, 30 Nov 2007 11:31:48 +0100 > From: Sasa <sa...@sh...> > Reply-To: Sasa <sa...@sh...> > Subject: [Iptablelog-users] Iptablelog on fc6 > To: ipt...@li... > > > > Hi, I have installed 0.9 on Fedora Core 6 with: > > > > mysql-server-5.0.27-1.fc6 > > ulogd-1.24.2.fc6 > > httpd-2.2.6-1.fc6 > > > > ..but I have the following error: > > > > Can't execute query > > SELECT COUNT(id) FROM ulog u WHERE 1=1 > > MySQL Error: Table 'iptables.ulog' doesn't exist > > This script cannot continue, terminating. > > > > ..but I haven't db.sql, how can I do fill database iptables ? > > Thanks. > > > > ------ > > > > Salvatore. > > > > > > > ------------------------------------------------------------------------- > > SF.Net email is sponsored by: The Future of Linux Business White Paper > > from Novell. From the desktop to the data center, Linux is going > > mainstream. Let it simplify your IT future. > > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > > _______________________________________________ > > Iptablelog-users mailing list > > Ipt...@li... > > https://lists.sourceforge.net/lists/listinfo/iptablelog-users > > > > > ----- End message from sa...@sh... ----- > > > > -- > > Daniel Tarbuck <ta...@fu...> > FutureWest Computer Services > x.509: https://www.futurewest.ca/ca.crt > Web: http://www.futurewest.ca > > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: smime.p7s > Type: application/pkcs7-signature > Size: 3435 bytes > Desc: S/MIME Cryptographic Signature > > ------------------------------ > > Message: 6 > Date: Sun, 2 Dec 2007 21:11:36 +0100 > From: "Sasa" <sa...@sh...> > Subject: Re: [Iptablelog-users] Iptablelog on fc6 > To: "Daniel S. Tarbuck" <ta...@fu...> > Cc: ipt...@li... > Message-ID: <019401c8351f$8aa88f60$0f0...@pi...> > Content-Type: text/plain; format=flowed; charset="iso-8859-1"; > reply-type=response > > Hi and thanks for your support, > now with: > mysql -p {password} {database} < iptables.mysql > > I haven't the previous error but in browser I dont't view nothing in: > > http://10.0.0.139/iptablelog/ > > ..view only: > Last packets filtered by tag ALL: > Records 0 to 0 of 0 > TagDateHost [X] Int. [X]Proto.Src IPDest. IP [X]Dest. port > Records 0 to 0 of 0 > Show Source Port > > > I have used the 0.4 version and I had the script feed_db. pl but in this > new > version there are many news, now how can I do start on boot iptablelog ? > Pheraps I don't view nothing because iptablelog isn't started ?? > Thanks. > > ------ > > Salvatore. > > > ----- Original Message ----- > From: "Daniel S. Tarbuck" <ta...@fu...> > To: "Sasa" <sa...@sh...> > Cc: <ipt...@li...> > Sent: Friday, November 30, 2007 6:59 PM > Subject: Re: [Iptablelog-users] Iptablelog on fc6 > > > > > You can create the database tables with the iptables.mysql script in > the conf directory. Something like: > > mysql -p {password} {database} < iptables.mysql > > Should help fix the problem. > > > Daniel Tarbuck > > > ----- Message from sa...@sh... --------- > Date: Fri, 30 Nov 2007 11:31:48 +0100 > From: Sasa <sa...@sh...> > Reply-To: Sasa <sa...@sh...> > Subject: [Iptablelog-users] Iptablelog on fc6 > To: ipt...@li... > > > > Hi, I have installed 0.9 on Fedora Core 6 with: > > > > mysql-server-5.0.27-1.fc6 > > ulogd-1.24.2.fc6 > > httpd-2.2.6-1.fc6 > > > > ..but I have the following error: > > > > Can't execute query > > SELECT COUNT(id) FROM ulog u WHERE 1=1 > > MySQL Error: Table 'iptables.ulog' doesn't exist > > This script cannot continue, terminating. > > > > ..but I haven't db.sql, how can I do fill database iptables ? > > Thanks. > > > > ------ > > > > Salvatore. > > > > > > > ------------------------------------------------------------------------- > > SF.Net email is sponsored by: The Future of Linux Business White Paper > > from Novell. From the desktop to the data center, Linux is going > > mainstream. Let it simplify your IT future. > > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > > _______________________________________________ > > Iptablelog-users mailing list > > Ipt...@li... > > https://lists.sourceforge.net/lists/listinfo/iptablelog-users > > > > > ----- End message from sa...@sh... ----- > > > > -- > > Daniel Tarbuck <ta...@fu...> > FutureWest Computer Services > x.509: https://www.futurewest.ca/ca.crt > Web: http://www.futurewest.ca > > > > > ------------------------------ > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > > ------------------------------ > > _______________________________________________ > Iptablelog-users mailing list > Ipt...@li... > https://lists.sourceforge.net/lists/listinfo/iptablelog-users > > > End of Iptablelog-users Digest, Vol 2, Issue 1 > ********************************************** > |