Vai al contenuto

return-icmp-as-dest

Description

Sends a destination unreachable error back to a peer if an ICMP packet specified by the rule is blocked by the firewall. When this keyword is used, the destination unreachable error contains a source address copied from the destination address of the blocked packet.

Synopsis

block in return-icmp-as-dest[(number )] [proto udp] {from | to} address_scope [port op port_value ]
number indicates the ICMP destination unreachable code field to be set in the response message. It can be any value from 0-255. If no value is supplied, 0 is assumed. defines the supported options.
 
Table A-3 :   Return-ICMP-as-Dest Codes
CodeDescription
IPv4 CodesIPv4 Codes
0Network unreachable
1Host unreachable
2Protocol unreachable
3Port unreachable
4Fragmentation needed but no frag bit set
5Source routing failed
9Destination network administratively prohibited
10Destination host administratively prohibited
IPv6 CodesIPv6 Codes
0Destination unreachable: no route
2Destination unreachable: beyond scope
3Destination unreachable: addr
4Destination unreachable: no port
address_scope can be a unique IP address, an address space, or the keywords !, all, me, or any.
op is a mathematical operator. For more information, see .
port_value is an individual port or an interval.