Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 1998 17:06:59 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Charlie Root <root@ftp1.mfn.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: IPFW
Message-ID:  <Pine.BSF.3.96.980515170347.2866M-100000@gdi.uoregon.edu>
In-Reply-To: <199805140217.VAA01596@ftp1.mfn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 13 May 1998, Charlie Root wrote:

> Is this a legal construct?
> 
> ipfw add allow all tcp from 10.0.0.0:255.0.0.0 to any tcp 23
           ^^^   ^^^                                    ^^^
No, you left out the rule number, this all is incorrect, and this tcp is
redundant. It should look like:

ipfw add 10000 allow tcp from 10.0.0.0/8 to any 23

Letting telnet poke through, eh? :)

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980515170347.2866M-100000>