This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is there a "new line" option for firewall logs?

Howdy all!

[[:)]]

A colleague highly recommend UTM 9 to me because he runs a commercial version for *** compliance at several facilities and one at his house for his family cannot say enough about it.  After getting my box up and running, I must say that I am *extremely* impressed it and I am eager to flatten my learning curve.

Using the web interface, is there a way to see why the offending host's packets were dropped?

For example, host 93.189.156.232 has 79 packets that were dropped.  However, when I click on the host, all I get shown is a listing of ports that the host tried to connect to on the UTM.

Going to the actual logfile, I can see that the host was trying to send email:
2012:10:13-00:33:02 utm ulogd[4301]: id="2001" severity="info" sys="SecureNet" sub="packetfilter" name="Packet dropped" action="drop" fwrule="60001" initf="ppp0" srcip="93.189.156.232" dstip="127.0.0.1" proto="6" length="40" tos="0x00" prec="0x00" ttl="49" srcport="25" dstport="53796" tcpflags="RST"
To restate my original qestion, how can I see what the host was trying to do via the web interface?  I suppose what I am looking for is something that said that 93.189.156.232 tried to connect using SMTP and was denied ... 

[s]For the logfile text, is there an option to new line the logfile instead of putting it out as a glob of text?[/s]
meh, the lack of newline is a notepad issue.  Firefox and notepad++ displayed it a-okay.  Disregard.  [[:)]] 

Thanks!


This thread was automatically locked due to age.
Parents
  • Hey, john.blue - welcome to the User BB!

    fwrule="60001" ... srcport="25" dstport="53796" tcpflags="RST"

    The UTM default dropped an attempt by the IP to re-establish an SMTP session that your UTM has abandoned.  If you look in the SMTP log at the same time, you'll probably see the same IP tried to send email to you, and the SMTP Proxy thought it was spam and just closed the connection.  That IP is in Karlsruhe, Germany - the original home of Astaro (Free Product Demo, Tools and Sample Databases | IP2Location.com).

    There are a couple KnowledgeBase articles that you might find helpful: a guide to logfiles and output and Packetfilter/Firewall logfiles.

    So, the answer to your question is that you do need to consult the actual logfiles to see "why" something happened.
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Reply
  • Hey, john.blue - welcome to the User BB!

    fwrule="60001" ... srcport="25" dstport="53796" tcpflags="RST"

    The UTM default dropped an attempt by the IP to re-establish an SMTP session that your UTM has abandoned.  If you look in the SMTP log at the same time, you'll probably see the same IP tried to send email to you, and the SMTP Proxy thought it was spam and just closed the connection.  That IP is in Karlsruhe, Germany - the original home of Astaro (Free Product Demo, Tools and Sample Databases | IP2Location.com).

    There are a couple KnowledgeBase articles that you might find helpful: a guide to logfiles and output and Packetfilter/Firewall logfiles.

    So, the answer to your question is that you do need to consult the actual logfiles to see "why" something happened.
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Children