Disabling a UDP Responder

Run this command to disable a UDP responder on specific interfaces and ports.

Syntax

  • Windows: ira disableResponder [-in <Interface IP Address>] -sp <Port number or Port number range>
  • Linux: ./ira disableResponder [-in <Interface IP Address>] -sp <Port number or Port number range>

Parameters

  • in: Specify the interface name for which you want to disable the UDP responder. If UDP responder is already running on this interface, this command stops accepting UDP packets on this interface.

    If you do not specify this parameter, iRA stops accepting UDP packets on all interfaces for the specified ports.

  • sp: Specify the port number for which you want to disable the UDP responder.

    You can also specify a range of ports separated by "-" (Hyphen). This parameter disables the responders on all these ports in range.