User guide
RGS properties 155
Rgsender.Network.AllowIpAddressSubnet=string (all IP addresses)
This property is used to specify the range of IP addresses that the Sender will listen on for an RGS connection
request from the Receiver. A NIC must be enabled, and its IP address must be in the range specified by this
property, in order for the Sender to listen on the NIC. The format for this property is:
xx.xx.xx.xx/yy — IP address and netmask in CIDR notation
If Rgsender.Network.IsListenOnAllInterfacesEnabled=1, this property is ignored, and the Sender
will listen for RGS connections on all NICs.
If Rgsender.Network.IsListenOnAllInterfacesEnabled=0, the Sender will listen on any NIC “n”
where Rgsender.Network.Interface.n.IsEnabled=1, and the Receiver IP address is in the range
specified by this property.
8-5-7 Sender clipboard property
Rgsender.Clipboard.IsEnabled=bool (1)
If set to 1, Remote Clipboard is enabled—specifically, the copy and cut functionality in the Remote Display
Window is enabled. If set to 0, the copy and cut functionality is disabled. The default value is 1—Remote
Clipboard is enabled.