Difference between revisions of "Configure Network"

From Tranzman Documentation
Jump to: navigation, search
Line 8: Line 8:
 
> network
 
> network
 
|}
 
|}
 +
 +
===Step 2===
 +
Proceed to configure the network IP address and change the hostname if required.
 +
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 +
|
 +
<nowiki>
 +
> 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
 +
</nowiki>
 +
|}
 +
 +
 +
Use this link to go back to the main [[Configuration]] Page.

Revision as of 15:00, 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.

> 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


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