In the immortal words of David Banning
<[EMAIL PROTECTED]>...

> 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 <[EMAIL PROTECTED]>
Spyderweb Consulting
http://www.spyderweb.com.au
Phone: +61 0401088479
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to