Configuration For System Controller
Configuration For System Controller
au
JCN-0306
• The TCH-2MX and JSC-5L system controllers have two network interfaces each (listed as
eth0 and eth1).
• A virtual machine version may have one or two network interfaces configured by the virtual
machine host.
3. From the NETWORK CONFIGURATION subpage, identify the network interface to update (usually
eth0), press the corresponding E DIT button.
The EDIT NETWORK INTERFACE page opens. The option is given to either configure for DHCP or
enter static IP address details.
Configure Static IP
• IP Address
• Subnet Mask length1
• Gateway Address
5. Press the SUBMIT button. The NETWORK STATUS subpage displays the updated parameters.
6. RESTART the network service, in the COMMANDS section, press the RESTART button.
7. Press the COMMIT button to accept the changes. The header of the page will change back to
NETWORK.
Check other menus for instances where they refer to the Jccpserver address or
Bind Address and correct where they occur. Generally, you can select either
“default server address” or “eth0” to have these fields filled automatically.
Custom “ini” configuration files may also be affected.
Jacques highly recommends rebooting the system using the Reboot menu after
changing a network IP Address.
Configure as DHCP Client
8. Tick the GET IP ADDRESS VIA DHCP option and press the SUBMIT button.
9. On network RESTART the interface should obtain an IP address from the DHCP server.
1Mask length refers to the subnet mask as the number of bits. E.g. 255=8 bits, therefore the subnet
mask “255.255.255.0” is 24bits in length
As of JELinux version 7.95 you can enter a DNS address under N AME SERVERS
1. Under Names Servers click ADD
2. In the Add a Name Server dialogue enter the IP address of the Domain Name Server.
3. Click COMMIT
4. Click COMMIT to restart the network for the change to take effect.
Network Configuration
ADD – Add available network interfaces. Options normally include bond0, br0 and eth1 depending on
hardware.
NETWORK DESCRIPTION
INTERFACE
Bond0 used to create a redundant network connection using two or more physical
interfaces
Br0 Bridge. Not used.
Eth1 The second network interface.
With bonding enabled connect both ethernet ports to the network. If the
connection to eth0 fails, eth1 will take over.
For added redundancy you could connect each port to a separate switch on the
network.
In network setting check the “Interface used as vlan host” option to enable tagged vlan on the
selected interface.
Click ADD to add a VLAN
SETTING DESCRIPTION
Get IP address via DHCP Select to enable DHCP on the vlan interface
When using tagged vlan on a virtual machine that is hosted on a Windows server it is necessary to
account for the larger ethernet frame. You can either
• Enable jumbo frames on the Windows interface (recommended) or
• Adjust the MTU on the JELinux interface.
To lower the MTU it is necessary to change the interface attribute in localhost.xml. Use the following
commands via PuTTY/ssh,
syscfg attribute network/interface -i name=eth0 mtu=1496
jrp.backup syscfg
• Tagged VLAN adds 4 bits to the ethernet packet, therefore lower the mtu to 1496 so that the
maximum packet size of 1500 is not exceeded.
user = root
password = jacques
2. The syscfg network command is used to change the IP address. Enter “syscfg” on the command
line to see full usage text.
Usage: syscfg MODE [ OPTIONS ]
Where:
MODE := { network | jccpserver | webpass | touchscreen | boot |
attribute }
OPTIONS
network
-i, --interface <interface> MANDATORY
-a, --address <ip_address|dhcp> MANDATORY
-g, --gateway <ip_address>
-m, --masklen <mask_lengh>
jccpserver
-a, --address <ip_address|default> MANDATORY
Interface=eth0
IP Address=10.8.0.1
Net mask= 21 (255.255.248.0)
Gateway=10.8.0.253