Aquileo | Recent changes to bugshttps://sourceforge.net/p/iptablelog/bugs/2015-01-20T10:41:08.719000ZRecent changes to bugsAquileo | Where to find the file feed_db.pl?2015-01-20T10:41:08.719000Z2015-01-20T10:41:08.719000ZPavlovsky Romanhttps://sourceforge.net/u/toxi22/https://sourceforge.net09713af07f1f08226c82e94a6a0d28390cd8f30e<div class="markdown_content"><p>Hello.<br /> Where to find the file feed_db.pl?<br /> Version iptablelog-v0.9</p></div>Aquileo | to_host.php, Correct the Query (new) --> sorry2009-03-06T13:06:14Z2009-03-06T13:06:14ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.netc39cd80a960ee6000a7e2951872b8a1e566d4440<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>Aquileo | to_host.php, Correct the Query2009-03-06T13:02:25Z2009-03-06T13:02:25ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net66bf0d8dc4e9363d58bfc48fd6c6b4dfc3619d18<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>Aquileo | HOST and DATE blank v0.92008-03-07T17:13:19Z2008-03-07T17:13:19ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net47d6da69d206d7d187f94df97f76da2f1802f4a6<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>Aquileo | utils/db_mysql.php broken2008-02-19T04:57:00Z2008-02-19T04:57:00ZKirill Kokoshkohttps://sourceforge.net/u/srcsharki/https://sourceforge.net02d03c3d1bb83ce5d67f9ecb8d0a1f50943dbf0e<div class="markdown_content"><p>First line in utils/db_mysql.php should be:</p> <p>&lt;?php</p></div>Aquileo | Timestamps in 0.9 - Fixed2007-10-26T09:47:30Z2007-10-26T09:47:30ZJames Stewarthttps://sourceforge.net/u/jims101/https://sourceforge.net7a14158c19c507ff16006f5d4ee294b839571633<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>Aquileo | Top Domains box and from_domain don't regcognise ccTLDs2006-08-05T12:12:37Z2006-08-05T12:12:37ZChris Butlerhttps://sourceforge.net/u/crispygoth/https://sourceforge.neta61c47a7409211db6c861bbcc2efe37000185907<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>Aquileo | Not feeding when backgrounded2005-07-12T14:21:58Z2005-07-12T14:21:58ZTronhttps://sourceforge.net/u/userid-166434/https://sourceforge.net08aaef67d75739908b7afbe608a6973025105220<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>Aquileo | Not feeding when backgrounded2005-07-12T08:27:05Z2005-07-12T08:27:05ZTronhttps://sourceforge.net/u/userid-166434/https://sourceforge.netda0a8ff97322e48c050a3f36127a9ca8aea5b278<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>Aquileo | iptableslig have 3 errores in Fedora Core 22004-11-23T09:23:18Z2004-11-23T09:23:18Zjiangyong263https://sourceforge.net/u/jiangyong263/https://sourceforge.netb3cbec4eed9639f4b58c9b23ff9b7aa9148f052b<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>