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-NetAdapter). |
-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
Find-TPHubDevices Set-TPHubTemporaryNetworkConfig -MacAddress B827EBE99E59 -IpAddress 192.168.149.137 -Netmask 255.255.255.0 -Gateway 192.168.149.254 Find-TPHubDevices