INOS
|
INOS system variables are defined in either a system.dt2 or a ch.indel.data.system.xml file. They mainly contain KEY/VALUE pairs, which define various configuration possibilities.
Example of a simplest system.dt2
Example of a simplest ch.indel.data.system.xml
If one needs multiple IPv4 addresses per network interface, one has to enable the iDev feature Network.Allow multiple IPv4 addresses and define the additional IP addresses in the following way as system variables:
where X is the target ethernet device number, usually '0' and Y the number of the virtual interface address, allowed are 1..3. Example how to define an additional IP address 10.10.10.64 :
system.dt2
ch.indel.data.system.xml
To avoid any routing problems, one has to ensure unique combinations of IP address and netmask :
The maximum allowed number of additional IP addresses is 4.
Hint: Currently transing is only possible over the default IP address, where debugging, INCO communication, burning a target is possible over all configured IP addresses.
If one doesn't want to define the IP addresses in the system variables but persistent in the target, one can edit them directly with the Indel INCO explorer under e.g.
These values are stored persistent in the ch.indel.data.target container. This container lies in either flash or nvram depending on the target.
To avoid any address conflicts, IPv4 traffic is by default disabled over ETHG0 devices (ethernet over GinLink). If one has unique IPv4 addresses on its GinLink slaves, one can enable IPv4 traffic with the following entry
system.dt2
ch.indel.data.system.xml