Aquileo | Recent changes to bugshttps://sourceforge.net/p/iptablelog/bugs/Recent changes to bugsenTue, 20 Jan 2015 10:41:08 -0000Aquileo | Where to find the file feed_db.pl?https://sourceforge.net/p/iptablelog/bugs/54/<div class="markdown_content"><p>Hello.<br /> Where to find the file feed_db.pl?<br /> Version iptablelog-v0.9</p></div>Pavlovsky RomanTue, 20 Jan 2015 10:41:08 -0000https://sourceforge.net09713af07f1f08226c82e94a6a0d28390cd8f30eAquileo | to_host.php, Correct the Query (new) --> sorryhttps://sourceforge.net/p/iptablelog/bugs/53/<div class="markdown_content"><p>Line where: $query = "SELECT ....<br /> find there: 'INET_NTOA(u.ip_saddr) AS ip_src FROM ulog u LEFT OUTER JOIN<br /> host_cache shc ON u.ip_daddr = shc.ip'</p> <p>change to: 'host_cache shc ON u.ip_saddr = shc.ip'<br /> may be helps to correct display of frontend in Report</p></div>AnonymousFri, 06 Mar 2009 13:06:14 -0000https://sourceforge.netc39cd80a960ee6000a7e2951872b8a1e566d4440Aquileo | to_host.php, Correct the Queryhttps://sourceforge.net/p/iptablelog/bugs/52/<div class="markdown_content"><p>Line where: $query = "SELECT ....<br /> find there: 'INET_NTOA(u.ip_saddr) AS ip_src FROM ulog u LEFT OUTER JOIN host_cache shc ON u.ip_daddr = shc.ip'<br /> change to: INET_NTOA(u.ip_saddr) AS ip_src FROM ulog u LEFT OUTER JOIN host_cache shc ON u.ip_daddr = shc.ip'<br /> may be helps to correct display of frontend in Report</p></div>AnonymousFri, 06 Mar 2009 13:02:25 -0000https://sourceforge.net66bf0d8dc4e9363d58bfc48fd6c6b4dfc3619d18Aquileo | HOST and DATE blank v0.9https://sourceforge.net/p/iptablelog/bugs/51/<div class="markdown_content"><p>ulogd -V 0.23<br /> iptablelog 0.9</p> <p>HOST and DATE field blank.</p> <p>e.g.hogg@rgu.ac.uk</p></div>AnonymousFri, 07 Mar 2008 17:13:19 -0000https://sourceforge.net47d6da69d206d7d187f94df97f76da2f1802f4a6Aquileo | utils/db_mysql.php brokenhttps://sourceforge.net/p/iptablelog/bugs/50/<div class="markdown_content"><p>First line in utils/db_mysql.php should be:</p> <p>&lt;?php</p></div>Kirill KokoshkoTue, 19 Feb 2008 04:57:00 -0000https://sourceforge.net02d03c3d1bb83ce5d67f9ecb8d0a1f50943dbf0eAquileo | Timestamps in 0.9 - Fixedhttps://sourceforge.net/p/iptablelog/bugs/49/<div class="markdown_content"><p>I notice that the new version of iptableslog (0.9) is set up to retrieve the timestamp of packets from a new field "local_time". This is a unix timestamp stored as an INT.</p> <p>I don't know about other versions of ulogd, but using ulogd v1.23 with the mysql plugin on CentOS 5 there is no "local_time" field. However, the same data is stored by ulogd in the field "oob_time_sec".</p> <p>To get timestamps working with iptableslog 0.9, I simply performed a search and replace in the iptableslog directory, replacing "local_time" with "oob_time_sec".</p> <p>If this is the usual method of logging timestamps for ulogd then perhaps this can be incorporated into a later release?</p></div>James StewartFri, 26 Oct 2007 09:47:30 -0000https://sourceforge.net7a14158c19c507ff16006f5d4ee294b839571633Aquileo | Top Domains box and from_domain don't regcognise ccTLDshttps://sourceforge.net/p/iptablelog/bugs/48/<div class="markdown_content"><p>The Top Domains box and the from_domain.php page do not<br /> recognise ccTLDs such as ".co.uk" or ".com.au".</p> <p>The attached patch changes the SQL in these pages to<br /> check the length of the final part of the domain name.<br /> If the final part is a two letter ccTLD (instead of a<br /> three-letter gTLD), it will take the last THREE parts<br /> of the domain, instead of the last two.</p></div>Chris ButlerSat, 05 Aug 2006 12:12:37 -0000https://sourceforge.neta61c47a7409211db6c861bbcc2efe37000185907Aquileo | Not feeding when backgroundedhttps://sourceforge.net/p/iptablelog/bugs/47/<div class="markdown_content"><p>Hi, all,</p> <p>I recently switched to Debian testing and tried to get<br /> iptablelogs back up and running. However, when starting<br /> feed_db.pl with the "--background"-option, nothing is<br /> written to the database. Without that option (i.e.<br /> interactive mode) everything works fine. I'm using<br /> feed_db.pl,v 1.8 2002/11/12 20:43:18.</p> <p>Any ideas or updates?</p> <p>Cheers,<br /> Tron</p></div>TronTue, 12 Jul 2005 14:21:58 -0000https://sourceforge.net08aaef67d75739908b7afbe608a6973025105220Aquileo | Not feeding when backgroundedhttps://sourceforge.net/p/iptablelog/bugs/46/<div class="markdown_content"><p>Hi, all,</p> <p>I recently switched to Debian testing and tried to get<br /> iptablelogs back up and running. However, when starting<br /> feed_db.pl with the "--background"-option, nothing is<br /> written to the database. Without that option (i.e.<br /> interactive mode) everything works fine. I'm using<br /> feed_db.pl,v 1.8 2002/11/12 20:43:18.</p> <p>Any ideas or updates?</p> <p>Cheers,<br /> Tron</p></div>TronTue, 12 Jul 2005 08:27:05 -0000https://sourceforge.netda0a8ff97322e48c050a3f36127a9ca8aea5b278Aquileo | iptableslig have 3 errores in Fedora Core 2https://sourceforge.net/p/iptablelog/bugs/45/<div class="markdown_content"><p>iptableslog: iptables_logger_v0.4.tar.gz<br /> OS: redhat Fedora Core 2</p> <p>1: Creation of the database<br /> grant select right to a user used by the php interface:</p> <p>mysql&gt; grant select on iptables.* to <br /> iptables_user@localhost identified by 'xx';<br /> Query OK, 0 rows affected (0.00 sec)</p> <p>mysql&gt; grant create temporary tables on iptables.* <br /> iptables_user@localhost identified by 'xx';<br /> ERROR 1064: You have an error in your SQL <br /> syntax near 'temporary table on iptables.* <br /> iptables_user@localhost identified by 'jyong263'' at line 1</p> <p>now, I have modification :<br /> mysql&gt; grant all on iptables_user@localhost identified <br /> by 'jyong263';</p> <p>2: Add the correct LOG rule to netfilter rules<br /> you should check that the following king of lines <br /> apprears in your logs (/var/log/syslog for example) :</p> <p>Sep 24 21:33:56 nuage kernel: [IPTABLES DROP] : <br /> IN=ppp0 OUT= MAC= SRC=62.202.81.132 <br /> DST=193.253.186.217 LEN=48 TOS=0x00 PREC=0x00 <br /> TTL=111 ID=25302 DF PROTO=TCP SPT=3795 <br /> DPT=12345 WINDOW=16384 RES=0x00 SYN URGP=0 OPT <br /> (0204058401010402)</p> <p>but no the logs file<br /> why?</p> <p>3: Install database feeder</p> <p>start the script as root (or any user that can read the <br /> iptables logs) by :</p> <p>/etc/init.d/iptablelog start</p> <p>but system hints:<br /> Starting iptables logfile analyzer: /etc/init.d/iptablelog: <br /> line 22: start-stop-daemon: command not found</p> <p>now, the webpage come up but the log file is empty <br /> (Records 0 to 0 of 0) .</p> <p>help me ,thanks</p></div>jiangyong263Tue, 23 Nov 2004 09:23:18 -0000https://sourceforge.netb3cbec4eed9639f4b58c9b23ff9b7aa9148f052b