Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2009 17:57:29 GMT
From:      Chistoph Weber-Fahr <cwf-ml@arcor.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/132553: ipfw doesnt understand ftp-data port
Message-ID:  <200903111757.n2BHvT6A086549@www.freebsd.org>
Resent-Message-ID: <200903111800.n2BI05WD001361@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         132553
>Category:       misc
>Synopsis:       ipfw doesnt understand ftp-data port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 11 18:00:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Chistoph Weber-Fahr
>Release:        6.4-p3
>Organization:
Arcor AG
>Environment:
FreeBSD nxcon.whatever 6.4-RELEASE-p3 FreeBSD 6.4-RELEASE-p3 #1: Wed Mar  4 21:36:49 CET 2009     wefa@nxcon.whatever:/usr/obj/usr/src/sys/SMP  i386

>Description:
this ipfw clause should work and did work on older systems:

# ipfw add 1770 allow tcp from any to any ftp-data keep-state

but now it produces

 ipfw: unrecognised option [-1] ftp-data

this is regardless of the addresses used - you could also use any addresses or networks instead of "any".

ftp-data is in /etc/services as always:

# grep ftp-data /etc/services
ftp-data         20/tcp    #File Transfer [Default Data]
ftp-data         20/udp    #File Transfer [Default Data]




>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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