Description Holds netmask of local interface.
Property type
A String value.
Syntax
object.LocalNetmask [= value]
The LocalNetmask Property syntax has these parts:
|
object | An expression evaluating to an object of type VPNInterface. | value | A
String expression. |
Remarks LocalNetmask property holds subnet mask of the
adapter. Typically it will be something like 255.255.255.0 . Both local
wodVPN peer and remote wodVPN peer must have same netmask if you want
them to exchange packets correctly. You should also make sure
IP address for both
sides is set to be inside same subnet. Changing this property value does
not actually change adapter's netmask, except for wodVPN. If you want to
set IP/Netmask you should use windows tools, or right-click on the
adapter and selecting Properties for it.
|