Fwctl::Services::tcp_service - Fwctl module to handle simple TCP client/server communication.


Fwctl documentation  | view source Contained in the Fwctl distribution.

Index


NAME

Top

Fwctl::Services::tcp_service - Fwctl module to handle simple TCP client/server communication.

SYNOPSIS

Top

    accept   tcp_service -src INTERNAL_NET -dst DATABASE_SERVER -port postgres
    # Same as
    accept   postgres -src INTERNAL_NET -dst DATABASE_SERVER
    account tcp_service -src INTERNET -port telnet
    # Same as
    account telnet  -src INTERNET

DESCRIPTION

Top

This Fwctl module is used to handle single connection TCP client/server. It takes as options port and local_port which are used to set the destination and source port of the connection.

This is the module used to auto generate TCP service.

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.