All of lore.kernel.org
 help / color / mirror / Atom feed
* udp port 1025
@ 2004-09-20  7:44 Askar
  2004-09-20  8:37 ` Mohamed Eldesoky
  2004-09-20  9:56 ` Chris Brenton
  0 siblings, 2 replies; 4+ messages in thread
From: Askar @ 2004-09-20  7:44 UTC (permalink / raw)
  To: netfilter

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)


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

end of thread, other threads:[~2004-09-20  9:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-20  7:44 udp port 1025 Askar
2004-09-20  8:37 ` Mohamed Eldesoky
2004-09-20  9:37   ` Andrew Schulman
2004-09-20  9:56 ` Chris Brenton

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.