Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2004 15:01:25 +0930
From:      Tim Aslat <tim@spyderweb.com.au>
To:        freebsd-questions@freebsd.org
Subject:   Re: ipfw - denying all - what port for OE
Message-ID:  <20041013150125.554264f8@bofh.spyderweb.com.au>
In-Reply-To: <20041013050424.GA87540@skytrackercanada.com>
References:  <20041013033432.GA6977@skytrackercanada.com> <20041013123517.F7D6.LUKEK@meibin.net> <20041013050424.GA87540@skytrackercanada.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the immortal words of David Banning
<david+dated+1098075866.4c9cf2@skytracker.ca>...

> My server is my desktop. My ipfw rules follow. Whenever I take
> out line 12000 is runs fine. When I put it back in I can't run
> OE. 
<snip>

You might want to try something like:

ipfw add allow ip from any to me 25  # SMTP
ipfw add allow ip from any to me 52  # DNS
ipfw add allow ip from any to me 67  # DHCP
ipfw add allow ip from any to me 80  # HTTP
ipfw add allow ip from any to me 110 # POP3
ipfw add allow ip from any to me 143 # IMAP
ipfw add allow ip from any to me 443 # HTTPS

and so forth.  Note the "from any to me" rather than "from any to any"

Hope this helps

Cheers

Tim


-- 
Tim Aslat <tim@spyderweb.com.au>
Spyderweb Consulting
http://www.spyderweb.com.au
Phone: +61 0401088479



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041013150125.554264f8>