misc/132553: ipfw doesnt understand ftp-data port

Previous thread: kern/132551: ZFS locks up on extattr_list_link syscall by Tim Kientzle on Wednesday, March 11, 2009 - 10:17 am. (1 message)

Next thread: Re: misc/132553: ipfw doesnt understand ftp-data port by Maxim Konovalov on Wednesday, March 11, 2009 - 11:10 am. (1 message)
From: Chistoph Weber-Fahr
Date: Wednesday, March 11, 2009 - 10:57 am

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]
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
Previous thread: kern/132551: ZFS locks up on extattr_list_link syscall by Tim Kientzle on Wednesday, March 11, 2009 - 10:17 am. (1 message)

Next thread: Re: misc/132553: ipfw doesnt understand ftp-data port by Maxim Konovalov on Wednesday, March 11, 2009 - 11:10 am. (1 message)