aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1996-07-07 22:09:24 +0000
committerAlexander Langer <alex@FreeBSD.org>1996-07-07 22:09:24 +0000
commit2563c5d015b75e94815ccd2e2f17dd01e40b224b (patch)
tree1d145f9355d009821ee6192a7fd4c3ce4de9ed30 /FAQ
parent92e6163cd6c824dc8e0e2c86ff40f2e53f0b53c7 (diff)
downloaddoc-2563c5d015b75e94815ccd2e2f17dd01e40b224b.tar.gz
doc-2563c5d015b75e94815ccd2e2f17dd01e40b224b.zip
Add an entry explaining the ``Permission denied'' message associated
with enabling IPFIREWALL.
Notes
Notes: svn path=/head/; revision=409
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ/freebsd-faq.sgml24
1 files changed, 23 insertions, 1 deletions
diff --git a/FAQ/freebsd-faq.sgml b/FAQ/freebsd-faq.sgml
index bfd293f0ca..5ca4f53166 100644
--- a/FAQ/freebsd-faq.sgml
+++ b/FAQ/freebsd-faq.sgml
@@ -4,7 +4,7 @@
<title>Frequently Asked Questions for FreeBSD 2.X
<author>The FreeBSD FAQ Team, <tt/FAQ@FreeBSD.ORG/
-<date> $Id: freebsd-faq.sgml,v 1.47 1996-07-06 14:39:56 joerg Exp $
+<date> $Id: freebsd-faq.sgml,v 1.48 1996-07-07 22:09:24 alex Exp $
<abstract>
This is the FAQ for FreeBSD systems version 2.X All entries are
assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted.
@@ -2641,6 +2641,28 @@ domain foo.bar.edu
</sect1>
+ <sect1>
+ <heading>I just booted a new kernel and now I'm getting ``Permission denied'' for all networking operations.</heading>
+ <p>
+ If you have compiled your kernel with the <tt/IPFIREWALL/
+ option, you need to be aware that the default policy as of
+ 2.1.5R (this actually changed during 2.1-STABLE development)
+ is to deny all packets that are not explicitly allowed.
+
+ <p>
+ If you had unintentionally misconfigured your system for
+ firewalling, you can restore network operability by typing
+ the following while logged in as root:
+
+ <verb>
+ ipfw add 65534 allow all from any to any
+ </verb>
+
+ For further information on configuring a FreeBSD firewall,
+ see the <url url="http://www.freebsd.org/handbook/handbook.html" name="FreeBSD Handbook.">
+
+ </sect1>
+
<sect>
<heading>Serial Communications</heading>
<p>