LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 08-15-2010, 04:55 PM   #1
Chris1989
LQ Newbie
 
Registered: Oct 2009
Distribution: Fedora 11 + CentOS 5.1
Posts: 17

Rep: Reputation: 3
Guarddog Iptables help reading logs please


Hey guys, please can you tell me what the following means?

Code:
ABORTED IN=eth0 OUT= MAC=00:1b:24:af:dc:a4:00:30:bd:6d:58:aa:08:00 SRC=91.198.174.234 DST=myip LEN=40 TOS=0x00 PREC=0x00 TTL=55 ID=0 DF PROTO=TCP SPT=80 DPT=1094 SEQ=3428159326 ACK=0 WINDOW=0 RES=0x00$
Aug 15 22:18:59 ppp-laptop kernel: [ 5571.426293] ABORTED IN=eth0 OUT= MAC=00:1b:24:af:dc:a4:00:30:bd:6d:58:aa:08:00 SRC=91.198.174.234 DST=myip LEN=40 TOS=0x00 PREC=0x00 TTL=55 ID=0 DF PROTO=TCP SPT=80 DPT=1093 SEQ=2180674655 ACK=0 WINDOW=0 RES=0x00$
Aug 15 22:18:59 ppp-laptop kernel: [ 5571.427177] ABORTED IN=eth0 OUT= MAC=00:1b:24:af:dc:a4:00:30:bd:6d:58:aa:08:00 SRC=91.198.174.232 DST=myip LEN=40 TOS=0x00 PREC=0x00 TTL=55 ID=0 DF PROTO=TCP SPT=80 DPT=3960 SEQ=784388191 ACK=0 WINDOW=0 RES=0x00 $
Aug 15 22:20:44 ppp-laptop kernel: [ 5676.598012] ABORTED IN=eth0 OUT= MAC=00:1b:24:af:dc:a4:00:30:bd:6d:58:aa:08:00 SRC=72.51.46.230 DST=myip LEN=40 TOS=0x00 PREC=0x00 TTL=46 ID=0 DF PROTO=TCP SPT=80 DPT=2187 SEQ=1019080214 ACK=0 WINDOW=0 RES=0x00 R$
Aug 15 22:21:17 ppp-laptop kernel: [ 5709.587830] ABORTED IN=eth0 OUT= MAC=00:1b:24:af:dc:a4:00:30:bd:6d:58:aa:08:00 SRC=64.4.22.46 DST=myip LEN=40 TOS=0x00 PREC=0x00 TTL=241 ID=23319 DF PROTO=TCP SPT=80 DPT=1709 SEQ=2155892735 ACK=2273092797 WINDOW=$
Aug 15 22:21:17 ppp-laptop kernel: [ 5710.072010] ABORTED IN=eth0 OUT= MAC=00:1b:24:af:dc:a4:00:30:bd:6d:58:aa:08:00 SRC=64.4.22.46 DST=myip LEN=40 TOS=0x00 PREC=0x00 TTL=241 ID=42758 DF PROTO=TCP SPT=80 DPT=1707 SEQ=3338803707 ACK=2273279073 WINDOW=$
Aug 15 22:21:18 ppp-laptop kernel: [ 5710.943115] ABORTED IN=eth0 OUT= MAC=00:1b:24:af:dc:a4:00:30:bd:6d:58:aa:08:00 SRC=64.4.22.46 DST=myip LEN=40 TOS=0x00 PREC=0x00 TTL=241 ID=13364 DF PROTO=TCP SPT=80 DPT=1708 SEQ=3344265012 ACK=2270214697 WINDOW=$
Does this mean that connections from those IP's have been blocked or what?

Thanks.

Last edited by Chris1989; 08-15-2010 at 05:17 PM.
 
Old 08-16-2010, 06:07 PM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
As root review your firewall configuration for any lines containing "LOG.*ABORTED" and note that chains name. See in which chain the logging chain is referenced and with what arguments as filter.

Last edited by unSpawn; 08-17-2010 at 07:05 PM. Reason: //Ttyyppoo
 
Old 08-17-2010, 10:32 AM   #3
Chris1989
LQ Newbie
 
Registered: Oct 2009
Distribution: Fedora 11 + CentOS 5.1
Posts: 17

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by unSpawn View Post
As root review your firewall configuration for any lines containing "LOG.*ABORTED" and not that chains name. See in which chain the logging chain is referenced and with what arguments as filter.
Sorry thats confused me. I am a bit of a noob sorry. I am using Guarddog to configure iptables through its GUI.

That log i posted is from /var/log/syslog.

What do I have to look out for then? And is that what I posted normal or does it look like someone keeps trying to gain access to my computer?

Thanks.
 
Old 08-17-2010, 07:05 PM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
I don't use Guarddog (so maybe check the documentation?) but it may use /etc/sysconfig/iptables to save firewall rules. If it does not then you can, as root, execute '/sbin/iptables-save > /tmp/iptables.txt' to have a text file with rules anyway. Now you can 'grep ABORTED /etc/sysconfig/iptables' or 'grep ABORTED /tmp/iptables.txt'. Else just attach your "/tmp/iptables.txt" plain text file to your reply.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
iptables + guarddog problem Hammett Linux - Security 2 08-13-2007 10:35 AM
If I config Iptables with guarddog in KDE and then. M$ISBS Linux - Security 2 06-01-2006 08:20 PM
IPtables/Guarddog blocking to much. How do I fix this? M$ISBS Linux - Security 7 11-14-2005 09:42 PM
Guarddog logs in syslog short101 Linux - Security 3 01-06-2005 01:31 AM
Failed Dependencies for Guarddog: Iptables Electronkz Linux - Security 1 04-27-2004 03:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 10:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration