<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by kitaserupa2000</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sun, 07 Jun 2026 07:49:57 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>problem with binary log in mysql</title>
            <link>http://forum.lowyat.net/topic/295102</link>
            <description>I have a huge amount of &amp;#39;mysql-bin.000002&amp;#39; to &amp;#39;mysql-bin.NNN&amp;#39; style logs in my mysql directory. &lt;br /&gt;&lt;br /&gt;My question is:&lt;br /&gt;1. Is it possible to run mysql without it log to the binary file?(from my.cnf it says &amp;quot; binary logging is required for replication&amp;quot;&lt;br /&gt;2. How to turn off this binary logging? (i already try this method but still useless: ./mysqlbinlog --disable-log-bin /usr/local/mysql/var/mysql-bin.000001)&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>kitaserupa2000</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Tue, 30 May 2006 20:55:04 +0800</pubDate>
        </item>
        <item>
            <title>Firewall analysis</title>
            <link>http://forum.lowyat.net/topic/290146</link>
            <description>Hello All..&lt;br /&gt;&lt;br /&gt;Firstly i hope that i post in the right section. &lt;br /&gt;&lt;br /&gt;Currently one of my responsibilities is doing some firewall analysis for my company. Since i was new in this related field, i can&amp;#39;t examine it in the right way. Now i refer to  &lt;a href='http://www.honeynet.org/scans/scan30/sol/index.html' target='_blank'&gt;&lt;span style='color:red'&gt;this&lt;/a&gt; &lt;/span&gt;site and also  &lt;a href='http://www.dshield.com/' target='_blank'&gt;&lt;span style='color:red'&gt;this&lt;/a&gt;&lt;/span&gt; site for my analysis. If u guys knows other website, maybe a good one for me to refer, please do share it with me. Thanks.</description>
            <author>kitaserupa2000</author>
            <category>Networks and Broadband</category>
            <pubDate>Thu, 18 May 2006 20:36:03 +0800</pubDate>
        </item>
        <item>
            <title>Tunneling error</title>
            <link>http://forum.lowyat.net/topic/286324</link>
            <description>Hello..&lt;br /&gt;i have difficulties trying to connect my snort sensor to mysql server through stunnel (i want to make my snort sensor log all the events to remote database using stunnel). &lt;br /&gt;&lt;br /&gt;Here is the error:&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;ERROR: database: mysql_error: Can&amp;#39;t connect to local MySQL server through socket &amp;#39;/tmp/mysql.sock&amp;#39; (2)&lt;br /&gt;Fatal Error, Quitting..&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;Here is some portion of my stunnel.conf&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;[mysqls]&lt;br /&gt;accept&amp;nbsp; = 127.0.0.1:3306&lt;br /&gt;connect = 190.254.110.39:3307&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;Note that 190.254.110.39 is mysql database and stunnel can start successfully.&lt;br /&gt;&lt;br /&gt;Here is some portion of snort.conf database config&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;output database: log, mysql, user=snort password=snort dbname=snort host=localhost&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;Here is the output from netstat -na | grep tcp&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;[root@tdc2 stunnel]# netstat -na | grep tcp&lt;br /&gt;tcp&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; 0 0.0.0.0:1025&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0.0.0:*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  LISTEN&lt;br /&gt;tcp&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; 0 0.0.0.0:5666&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0.0.0:*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  LISTEN&lt;br /&gt;tcp&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; 0 0.0.0.0:3306&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0.0.0:*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  LISTEN&lt;br /&gt;tcp&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; 0 0.0.0.0:111&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  0.0.0.0:*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  LISTEN&lt;br /&gt;tcp&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; 0 127.0.0.1:631&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  0.0.0.0:*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  LISTEN&lt;br /&gt;tcp&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; 0 127.0.0.1:5335&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0.0.0:*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  LISTEN&lt;br /&gt;tcp&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; 0 127.0.0.1:25&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0.0.0:*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  LISTEN&lt;br /&gt;tcp&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; 0 :::22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  :::*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LISTEN&lt;br /&gt;tcp&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp;  52 ::ffff:snort-sensor-IP:22&amp;nbsp; &amp;nbsp; ::ffff:mypcIP:1720 ESTABLISHED&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;Questions:&lt;br /&gt;1. How to make snort, log the events to remote mysql database?&lt;br /&gt;2. Is it possible to route using port 80 if let say i want to put my sensor remotely and only port 80 traffic can pass through the firewall?</description>
            <author>kitaserupa2000</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Tue, 09 May 2006 21:30:28 +0800</pubDate>
        </item>
    </channel>
</rss>
