wodSSHTunnel ActiveX Control - LocalAddress Property
      
 

Description

Holds the destination IP address on the local computer.


Property type

A String value.  Holds the IP address of the local computer interface.


Syntax

object.LocalAddress [= value]



The LocalAddress Property syntax has these parts:

Part Description
object An expression evaluating to an object of type Channel.
value A String value.

Remarks

The LocalAddress setting defines which interface wodSSHTunnel should use when it needs to bind LocalPort upon channel start. It also defines which interface the remote port forwarding request should be initiated on when a notification is received from the SSH server.

Typically, you set this property to "" (empty string) or "0.0.0.0" which means that ALL interfaces are bound. You can also set it to "127.0.0.1" in which case only connections from the local computer will be accepted.