adding 2nd ip/netmask on primary adapter using set_2nd_ip.vbs

This commit is contained in:
Dennis Trinks
2012-05-07 19:50:08 +02:00
parent f4f07fff13
commit 2e59c8d317
2 changed files with 48 additions and 6 deletions

View File

@@ -52,4 +52,22 @@ multivalue: False
editable: True
description: url for downloading configfiles, is extended by PCName in background
values: [""]
default: ["https://domain.com/openvpn"]
default: ["https://domain.com/openvpn"]
[ProductProperty]
type: unicode
name: local-addr2.ip
multivalue: False
editable: True
description: Adds 2nd IP-address on primary ethernet adapter
values: [""]
default: [""]
[ProductProperty]
type: unicode
name: local-addr2.netmask
multivalue: False
editable: True
description: 'Adds netmask for 2nd IP-address on primary ethernet adapter
values: [""]
default: [""]