Set-TPHubTemporaryNetworkConfig

85 views 0

Description

Changes the IP address of a Hub (valid only up to the next system reboot of the device); from firmware version 1.1.

Syntax

Set-TPHubTemporaryNetworkConfig -MacAddress <string> -IpAddress <string> -Netmask <string> -Gateway <string> [-NetworkInterfaces <string>] [-DiscoveryPort <int>]
Parameter Description
-MacAddress Mac address of the Hub’s network interface; refers to MAC ADDRESS in the Finder
-IpAddress IPv4 address of the Hub’s network interface; refers to IPv4 ADDRESS in the Finder
-Netmask subnet mask of the Hub’s network interface; refers to SUBNET MASK in the Finder
-Gateway default gateway of the Hub’s network interface; refers to DEFAULT GATEWAY in the Finder
-NetworkInterfaces optional: Searching can be limited to network interfaces (e. g. Ethernet, VMware). The MAC address is used as interface ID (this can be retrieved using Get-Net­Adapter).
-DiscoveryPort optional: Here, an alternative TCP port can be specified if a blocked TCP port or the firewall prevents the communication with a Hub. This has no influence on the TCP port used by the Hub for answering.

Example

Set-TPHubTemporaryNetworkConfig -MacAddress B827EBE99E59 -IpAddress 192.168.149.137 -Netmask 255.255.255.0 -Gateway 192.168.149.254

one IP address changed from 192.168.149.60 to 192.168.149.137

Previous Page
Next Page

Was this helpful?