Linux Netfilter discussions
 help / color / mirror / Atom feed
* Packets missing state ?
@ 2003-12-23 12:58 Rajiv Shah
  2003-12-23 13:08 ` Antony Stone
  0 siblings, 1 reply; 13+ messages in thread
From: Rajiv Shah @ 2003-12-23 12:58 UTC (permalink / raw)
  To: netfilter

Hi,
	I can see the following lines in my /var/log/messages

IN=eth1 OUT= MAC=00:03:47:6a:5c:6b:00:c0:49:25:d1:a3:08:00 SRC=69.6.16.110 
DST=xxx.xxx.xxx.xx LEN=40 TOS=0x00 PREC=0x00 TTL=61 ID=15968 PROTO=TCP SPT=80 
DPT=1821 WINDOW=65535 RES=0x00 ACK URGP=0

IN=eth1 OUT= MAC=00:03:47:6a:5c:6b:00:c0:49:25:d1:a3:08:00 SRC=69.6.16.110 
DST=xxx.xxx.xxx.xx LEN=40 TOS=0x00 PREC=0x00 TTL=61 ID=15968 PROTO=TCP 
SPT=110 DPT=4553 WINDOW=65535 RES=0x00 ACK URGP=0

where xxx.xxx.xxx.xx is my IP. This seems to be one of the return packets 
which is being logged. I can access the site without any problems. The mails 
come thru, can do a ssh login. But looking at the logs I feel there is some 
problem somewhere. Here is what I am checking for input packets.

**********************************************************************************************************
$IPT -A IN_FIREWALL -p tcp -m state --state ESTABLISHED,RELATED -j ACCEPT
$IPT -A IN_FIREWALL -p udp -m state --state ESTABLISHED,RELATED -j ACCEPT
$IPT -A IN_FIREWALL -j LOG --log-prefix "IPT IN_FIREWALL: " $LOGOPT
$IPT -A IN_FIREWALL -j DROP
**********************************************************************************************************

-- 
 
======================================================
 
Warm Regards,
 
Rajiv Shah
Systems Engineer,
The Argon Company
www.theargoncompany.com
-----------------------------------------------------------------------------------------------------------
FREE sign-up for a virus-protected Secure Mailbox - www.tassm.com



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2003-12-24  8:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-23 12:58 Packets missing state ? Rajiv Shah
2003-12-23 13:08 ` Antony Stone
     [not found]   ` <200312231857.21676.vinayakm@theargoncompany.com>
2003-12-23 13:37     ` Vinayakam Murugan
2003-12-23 13:54       ` Antony Stone
2003-12-23 15:21         ` Chris Brenton
2003-12-23 15:33           ` Antony Stone
2003-12-23 16:00             ` Cedric Blancher
2003-12-23 17:13             ` Chris Brenton
2003-12-23 13:55       ` Cedric Blancher
2003-12-24  4:12         ` Vinayakam Murugan
2003-12-24  7:48           ` Cedric Blancher
2003-12-24  8:18             ` Vinayakam Murugan
2003-12-24  8:42               ` Cedric Blancher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox