Difference between revisions of "Configure Network"

From Tranzman Documentation
Jump to: navigation, search
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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.
+
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 Network Configuration.
 +
__NOTOC__
 +
<b>Network</b> page allows you to do static Network configuration and TZM Appliance hostname modifications.
 +
Proceed with entering the relevant Network details and hit Committ.
  
===Step 1===
+
[[File:Network.JPG | border|1200x900px]]
Navigate to the network configuration on the appliance.
 
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 
|  
 
> config
 
> network
 
|}
 
  
===Step 2===
+
The Committ should redirect you to the <b>System Time</b> page for Date/Time Configuration.  
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;
 
|
 
<nowiki>
 
> configure <interface> <fqdn> <ip> <mask> <gw> <port>
 
Configure Hostname and Network
 
  
  interface  name of interface (eg eth0)
+
[[Configure System Time|Jump to System Time Configuration]]
  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>
 
|}
 
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 55555
 
|}
 
  
===Step 3===
+
[[Configuration|Back to configuration]]
After the network interface restarts, it is possible to re-connect to the appliance through the new static IP address.
 
 
 
New settings can be reviewed by navigating to the following menu.
 
 
 
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: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 
|
 
> config
 
> configure
 
> show-network-settings
 
interface=eth0
 
dhcp=0
 
port=55555
 
fqdn=tzm_appliance.localdomain
 
ip=192.168.1.100
 
mask=255.255.255.0
 
gw=192.168.1.254
 
dns=192.168.1.254
 
dnsb=UNDEFINED
 
ntpserver=0.ntp.localdomain
 
timezone=UTC
 
|}
 
 
 
----
 
 
 
Use this link to go back to the main [[Configuration]] Page.
 

Latest revision as of 09:53, 6 August 2020

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 Network Configuration.

Network page allows you to do static Network configuration and TZM Appliance hostname modifications. Proceed with entering the relevant Network details and hit Committ.

Network.JPG

The Committ should redirect you to the System Time page for Date/Time Configuration.


Jump to System Time Configuration

Back to configuration