Fwctl::Services::ftp - Fwctl module to handle the FTP service.


Fwctl documentation  | view source Contained in the Fwctl distribution.

Index


NAME

Top

Fwctl::Services::ftp - Fwctl module to handle the FTP service.

SYNOPSIS

Top

    accept   ftp -src INTERNAL_NET -dst INTERNET -noport -masq
    accept   ftp -src PROXY_SERVER -dst INTERNET -noport --account
    accept   ftp -src INTERNET -d FTP_SERVER -noport
    accept   ftp -src INTERNAL_NET -dst INT_IP --ctrl_port hylafax

DESCRIPTION

Top

The ftp module is used to handle the FTP protocol. By default it handles both PORT and PASV based protocol. If maquerading is asked for, it also loads the proper kernel module.

OPTIONS

Top

In additions to the standard options it takes the following ones :

--port or --noport

Sets whether rules for the PORT part of the FTP protocol will be added.

--pasv or --nopasv

Sets whether rules for the PASV part of the FTP protocol will be added.

--pasv_ports

Sets the port accepted for PASV connections. Defaults to UNPRIVILEGED_PORTS.

--ctrl_port

Sets the port used for the control connection. This is the port on which the ftp server listens. Defaults to ftp.

--data_port

Sets the port for the data connection. This is the port from which PORT connections of the server originates.

AUTHOR

Top

Francis J. Lacoste <francis.lacoste@iNsu.COM>

COPYRIGHT

Top

SEE ALSO

Top

fwctl(8) Fwctl(3) Fwctl::RuleSet(3)


Fwctl documentation  | view source Contained in the Fwctl distribution.