ipconfig
The ipconfig
command is used to view and set the parameters that specify the IP (IPv4) networking context for the Makito X, including the IP settings, hostname, and DNS. It may also be used to set the Network Time Protocol (NTP) server address and Time Zone.
As shown in the examples that follow, when you enter the ipconfig configure
command, the system displays the current IP settings and takes you through a series of prompts enabling you to change the IP settings, optionally enable DHCP, and change the hostname, DNS settings, NTP settings, and/or Time Zone setting.
When DHCP is enabled, you can configure the DHCP Vendor Class ID
(option 60), which is set by default to “Haivision Makito X Encoder”. This allows IT departments to identify Makito X devices on their networks.
Also, if there is a slow DHCP server at the client’s site, you may find it useful to adjust the DHCP Client Retries
and Timeout
options to obtain a DHCP address. These options were added to circumvent issues caused by the unit's booting before having obtained a valid DHCP address.
Note
Enabling the Multicast DNS (mDNS) protocol allows the Safari Web browser (or other mDNS application) to automatically find the encoder. In Safari, navigate to Bookmarks and then select Bonjour to see the Makito X listed.
Warning
If you are connecting to the Makito X through an IPv4 connection, disabling the IPv4 interface will drop your connection. You will need to reconnect using IPv6 or the serial interface (if available).
You must reboot for any changes to take effect.
Synopsis
ipconfig display |
Actions
Action | Description |
---|---|
display | Displays the current IP configuration. |
configure | Configures IP settings. |
renew | Renews DHCP address lease. |
release | Releases current DHCP address lease. |
disable | Disables IPv4 functionality. Use to configure the device to use IPv6 network only. Note You cannot disable IPv4 if IPv6 is already disabled. |
Parameters
N/A
Examples
# ipconfig display Returns current IP settings for encoder configured to use DHCP: Current IP Settings (Obtained via DHCP): |
# ipconfig display Returns current IP settings for encoder that does not use DHCP: Current IP Settings: |
# ipconfig configure Prompts you as follows to modify current settings (using DHCP): Current IP Settings (Obtained via DHCP): Change IP settings? (y,N): y Current Hostname : STORAGE-2 Current DNS Settings (Obtained via DHCP): Current Multicast DNS (mDNS) Settings: Current NTP Settings: Network settings updated successfully. |
# ipconfig configure Prompts you as follows to modify current settings (does not use DHCP): Current IP Settings: Change IP settings: (Y,N): y Current hostname : Makito2 Current DNS settings: Current Multicast DNS (mDNS) Settings: Current NTP settings: Current Time Zone settings: Network settings updated successfully. |
Related Topics