All of lore.kernel.org
 help / color / mirror / Atom feed
From: Askar <askarali@gmail.com>
To: netfilter <netfilter@lists.netfilter.org>
Subject: udp port 1025
Date: Mon, 20 Sep 2004 13:44:18 +0600	[thread overview]
Message-ID: <a0f69e5040920004411e0eeb6@mail.gmail.com> (raw)

hi all

Im taking care of a fw machine that is configured by my predecsssor,
firewall being configure by default policies to ACCEPT for all chain
(coz he thinks its difficult of an ISP to run firewall as default set
to DROP)
however for the time being this is not my concern but here are few
lines from script that confusing for me

iptables -A INPUT -p TCP -s 0/0 -d 0/0 --dport 1025 -j DROP
iptables -A FORWARD -p TCP -s 0/0 -d 0/0 --dport 1025 -j DROP
iptables -A OUTPUT -p TCP -s 0/0 -d 0/0 --dport 1025 -j DROP

when I do "tail -f /var/log/messages", I found lot of below messages

Sep 20 12:26:35 guru named[12308]: client xxx.xx.xxx.xx#1025: error
sending response: host unreachable
Sep 20 12:26:37 guru named[12308]: client xxx.xx.xxx.xxx#1025: error
sending response: host unreachable
Sep 20 12:26:37 guru named[12308]: client xxx.xx.xxx.xx#1025: error
sending response: host unreachable
Sep 20 12:26:37 guru named[12308]: client xxx.xx.xxx.xx#1025: error
sending response: host unreachable
Sep 20 12:26:38 guru named[12308]: client xxx.xx.xxx.xx#1025: error
sending response: host unreachable
Sep 20 12:26:39 guru named[12308]: client xxx.xx.xxx.xxx#1025: error
sending response: host unreachable

what mean by all this, can someone care to explain/clear things to me? :)
may I remove the above iptables rules?

regards
Askar
-- 
(after bouncing head on desk for days trying to get mine working, I'll make
yer life a little easier)


             reply	other threads:[~2004-09-20  7:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-20  7:44 Askar [this message]
2004-09-20  8:37 ` udp port 1025 Mohamed Eldesoky
2004-09-20  9:37   ` Andrew Schulman
2004-09-20  9:56 ` Chris Brenton

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=a0f69e5040920004411e0eeb6@mail.gmail.com \
    --to=askarali@gmail.com \
    --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.