From: Kjetil Andreas Laasby <list@laasby.com>
To: Neil Hodge <neh@attbi.com>
Cc: netfilter@lists.netfilter.org
Subject: Re: Tightening up outgoing traffic
Date: 15 Oct 2002 15:18:14 +0200 [thread overview]
Message-ID: <1034687894.8681.53.camel@Wiggum> (raw)
In-Reply-To: <1034686034.15446.38.camel@localhost.localdomain>
Problably because yahoo.com lies in your local DNS cache or on an cache
server behind your firewall.
add
iptables -A OUTPUT -p tcp --destination-port domain -j ACCEPT
iptables -A OUTPUT -p udp --destination-port domain -j ACCEPT
also.
You should also open up RELATED ICMP to minimize delay for errors.
hth,
Kjetil Laasby.
> All:
>
> I am running directly off the firewall box. I currently have the
> following:
>
> iptables -P OUTPUT ACCEPT
>
> When I change to this:
>
> iptables -P OUTPUT DROP
> iptables -A OUTPUT -p tcp --destination-port http -j ACCEPT
>
> I keep getting "domainname can not be found. Please check the name and
> try again" from my browser. This only happens for new web sites (i.e.,
> Yahoo works fine). As this seems somewhat like a DNS issue, I tried
> adding this:
>
> iptables -A OUTPUT -p tcp --destination-port nameserver -j ACCEPT
>
> but it didn't work. Any ideas? Thanks.
>
> Neil Hodge
>
>
>
next prev parent reply other threads:[~2002-10-15 13:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-15 12:47 Tightening up outgoing traffic Neil Hodge
2002-10-15 13:03 ` Antony Stone
2002-10-15 13:18 ` Kjetil Andreas Laasby [this message]
2002-10-15 14:31 ` Nick Drage
2002-10-15 14:32 ` Dan Searle
2002-10-15 15:22 ` Antony Stone
2002-10-16 12:40 ` Neil Hodge
2002-10-16 15:58 ` Alexandros Papadopoulos
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=1034687894.8681.53.camel@Wiggum \
--to=list@laasby.com \
--cc=neh@attbi.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox