HP Z620 HP Remote Graphics Software 5.4.7 - Page 209

Network Interface binding properties, Rgsender.Network.Port

Page 209 highlights

of the timeout period, the USB devices remain connected. The default timeout value is 5,000 milliseconds (5 seconds). 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 90. Rgsender.Network.IsListenOnAllInterfacesEnabled=bool(1) This property can be used to force the Sender to listen for RGS connections on all network interfaces. As of RGS 5.4.0 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 is 0- The default changed from 1 to 0 beginning with RGS 5.4.0, do not listen on this network interface (See Networking support on page 15 for details of new behavior in RGS 5.4.0). ● 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 RGS Sender properties 193

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247

of the timeout period, the USB devices remain connected. The default timeout value is 5,000
milliseconds (5 seconds).
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
90
.
Rgsender.Network.IsListenOnAllInterfacesEnabled
=bool
1
This property can be used to force the Sender to listen for RGS connections on all network interfaces.
As of RGS 5.4.0 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 is 0— The default changed from 1 to 0 beginning with RGS 5.4.0, do not
listen on this network interface (See
Networking support
on page
15
for details of new behavior in
RGS 5.4.0).
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
RGS Sender properties
193