The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Fwctl::Services::udp_service - Fwctl module to handle bidirectional UDP traffic.

SYNOPSIS

    accept   udp_service -src INTERNAL_NET -dst FIREWALL -masq -port 2049

DESCRIPTION

This module is similar to the tcp_service one, in that it handles simple bidirectional UDP communication between client and server. Source and destination ports are given using the local_port and port respectively. Those defaults to UNPRIVILEGED_PORTS. Enough to shoot you in the foot, I know.

AUTHOR

Copyright (c) 1999 Francis J. Lacoste and iNsu Innovations Inc. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms as perl itself.

SEE ALSO

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