Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2004 13:48:35 +1300
From:      Jonathan Chen <jonc@chen.org.nz>
To:        "C. Kukulies" <kuku@www.kukulies.org>
Cc:        questions@freebsd.org
Subject:   Re: ipfw question - ICMP
Message-ID:  <20040303004835.GB3703@grimoire.chen.org.nz>
In-Reply-To: <200403022139.i22LdggB001047@www.kukulies.org>
References:  <200403022139.i22LdggB001047@www.kukulies.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 02, 2004 at 10:39:42PM +0100, C. Kukulies wrote:
> I have setup my FreeBSD box with ASDL (pppoe) and ipfw (rc.firewall with 
> type 'simple').
> 
> I have finetuned to allow ssh from certain addresses outside, sendmail works,
> but I cannot ping either from inside or from outside.
> 
> What does the rule for ICMP look like?

Something like:

    ipfw add allow icmp from any to any
or
    ipfw add allow icmp from any to any icmptype 0,3,8,11,12

Cheers.
-- 
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
                                         "Nyuck, nyuck, nyuck" - Curly



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