From: Rakotomandimby Mihamina <mrakotom@free.fr>
To: netfilter@lists.netfilter.org
Subject: Strange outgoing packet ...
Date: Fri, 16 Jan 2004 10:15:41 +0100 [thread overview]
Message-ID: <200401161015.41975.mrakotom@free.fr> (raw)
Hi all,
Im' running 2.4.24 and iptables 1.2.9 on slackware .
I made these rules on my single box connected to internet via the ppp0
interface ( i only show OUTPUT related entries )
iptables -P OUTPUT DROP
iptables -A OUTPUT -o lo -j ACCEPT
iptables -A OUTPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
#To allow me surfing :
iptables -A OUTPUT -p tcp --dport 80 -j ACCEPT
# My ISP DNS :
iptables -A OUTPUT -d 193.252.19.4 -p ALL -j ACCEPT ;
iptables -A OUTPUT -d 193.252.19.3 -p ALL -j ACCEPT ;
iptables -A OUTPUT -d 80.10.246.1 -p ALL -j ACCEPT
iptables -A OUTPUT -d 80.10.246.132 -p ALL -j ACCEPT
#Logging everything else :
iptables -A OUTPUT -j LOG --log-level info --log-prefix "dropped_output_: "
and i get many lines like this in my log file :
Jan 16 06:54:40 milina kernel: dropped_output_: IN= OUT=ppp0 SRC=81.248.95.208
DST=81.56.193.129 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=TCP
SPT=39332 DPT=113 WINDOW=18276 RES=0x00 SYN URGP=0
What would be this stuff on 113 port ??
Though when i sleep ( i kill X by switching to runlevel 3 , so there is
neither "messenger" nor any stuff that should be connected but my web server
and FTP server ... ) , it logs that .
Would you hel me ?
--
Rakotomandimby Mihamina Andrianifaharana
Tel : +33 2 38 76 43 65
http://stko.dyndns.info/site_principal/Members/mihamina
next reply other threads:[~2004-01-16 9:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-16 9:15 Rakotomandimby Mihamina [this message]
2004-01-16 15:09 ` Strange outgoing packet Unknown, Alistair Tonner
2004-01-16 15:35 ` Bob Weber
2004-01-16 15:58 ` Rakotomandimby Mihamina
[not found] ` <200401161009.03957.Alistair Tonner <>
2004-01-16 15:59 ` Rakotomandimby Mihamina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200401161015.41975.mrakotom@free.fr \
--to=mrakotom@free.fr \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.