HP Remote Graphics Software 6.0 User Guide
Network Interface binding properties
The following properties permit control of which network interface the RGS Sender binds to. Use of
the network interface binding properties is described in
Network Interface reconfiguration using the
Sender network interface binding properties on page 30.
Rgsender.Network.IsListenOnAllInterfacesEnabled=bool(1)
This property can be used to force the Sender to listen for RGS connections on all network interfaces.
The default value is 1— force the Sender to listen for RGS connections on all available network
interfaces.
Rgsender.Network.Interface.n.IsEnabled=int(see below for default values)
This property can be used to specify the network interface that the Sender will listen on. The “n” in the
property name specifies the index of the network interface, beginning at 0 for the first network
interface, 1 for the second network interface, and so on. If this property value is 1 (enabled), the
Sender will listen on the network interface of index “n”. If the property is 0, the Sender will not listen
on that network interface.
If Rgsender.Network.IsListenOnAllInterfacesEnabled=1, this property is ignored, and the Sender will
listen for RGS connections on all network interfaces.
If Rgsender.Network.IsListenOnAllInterfacesEnabled=0, the Sender will listen on any network
interface “n” where Rgsender.Network.Interface.n.IsEnabled=1.
The default values for this property are as follows:
●
For n=0, the default value is 0—do not listen on this network interface
●
For n>1, the default value is 0—do not listen on these network interfaces
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 network interface 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 network interface.
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 network interfaces.
If Rgsender.Network.IsListenOnAllInterfacesEnabled=0, the Sender will listen on any network
interface “n” where Rgsender.Network.Interface.n.IsEnabled=1, and the Receiver IP address is in the
range specified by this property.
Rgsender.Network.Port=int (42966)
This property controls the port used for communications with the RGS Sender. If this property is not
specified, the Sender will listen on port 42966, which is the default port used by the Receiver in
establishing a connection to the Sender. If this property is used to modify the Sender port number, the
user will need to specify the same port number on the Receiver to establish a connection with the
Sender, as described in
Using RGS in Normal Mode on page 41.
Sender clipboard property
Rgsender.Clipboard.IsEnabled=bool (1)
140 Chapter 8 RGS properties