netfilter.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Tightening up outgoing traffic
@ 2002-10-15 12:47 Neil Hodge
  2002-10-15 13:03 ` Antony Stone
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Neil Hodge @ 2002-10-15 12:47 UTC (permalink / raw)
  To: netfilter

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




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

end of thread, other threads:[~2002-10-16 15:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).