Difference between revisions of "Configure Network"

From Tranzman Documentation
Jump to: navigation, search
Line 11: Line 11:
 
===Step 2===
 
===Step 2===
 
Proceed to configure the network IP address and change the hostname if required.
 
Proceed to configure the network IP address and change the hostname if required.
 +
 +
'''Example:'''
 
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 
|
 
|
Line 17: Line 19:
 
Configure Hostname and Network
 
Configure Hostname and Network
  
interface  name of interface (eg eth0)
+
  interface  name of interface (eg eth0)
 
   fqdn        fully qualified hostname
 
   fqdn        fully qualified hostname
 
   ip          IP address for this appliance
 
   ip          IP address for this appliance
Line 25: Line 27:
 
</nowiki>
 
</nowiki>
 
|}
 
|}
 
+
To change the IP address the command would be similar to the following;
 +
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 750px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 +
|
 +
> configure eth0 tzm_test.localdomain 192.168.1.100 255.255.255.0 192.168.50.254 555555
 +
|}
  
 
Use this link to go back to the main [[Configuration]] Page.
 
Use this link to go back to the main [[Configuration]] Page.

Revision as of 15:08, 6 September 2018

The default network behavior for the Tranzman appliance is to fall back to a DHCP configuration. As this is not desirable in many production environments, this section explains how to configure to a static IP address.

Step 1

Navigate to the network configuration on the appliance.

> config > network

Step 2

Proceed to configure the network IP address and change the hostname if required.

Example:

> configure <interface> <fqdn> <ip> <mask> <gw> <port> Configure Hostname and Network interface name of interface (eg eth0) fqdn fully qualified hostname ip IP address for this appliance mask Network Mask eg. 255.255.255.0 gw IP address for default gateway port port to use for agents, default 55555

To change the IP address the command would be similar to the following;

> configure eth0 tzm_test.localdomain 192.168.1.100 255.255.255.0 192.168.50.254 555555

Use this link to go back to the main Configuration Page.