validHost1 Allows client access only to authorized hosts. This option applies only for clients configured to access hosts via security services.
By default, security services allows access to any host address and port specified in a client configuration. A destination filter limits access to clients whose target host matches one of the authorized hosts specified in the destination filter.
Replace the Attachmate-supplied value, *.*.*.*:*
, which denotes a connection with any host and port. Use the format IPaddress:port where
IPaddress is the IP address of the host (not its domain name), and port is the number of the port on which the host is listening.
You can use the asterisk character (*) as a wildcard in any position of the IP address and in the port, for example, 149.82.*.*:23 or 149.82.50.61:*
You cannot use the question mark (?) as a wildcard character.
You can include comments, indicated by the pound (#) character in the first position of a line.
If you want to filter multiple hosts, add additional ValidHostx=IPaddress:port properties, where x is a consecutive integer from 2 up, and IPaddress:port is the IP address and port number of the host.