MVI56E-LDM-MQTT ♦ MQ Telemetry Transport
Connecting to the MVI56E-LDM Module
ControlLogix® Platform
Quick Start Guide
ProSoft Technology, Inc.
Page 14 of 55
3.3
Configuring the MVI56E-
LDM’s EtherNet/IP Address
Configure the MVI56E-
LDM’s Ethernet port IP addresses by modifying the
/etc/network/interfaces
file on the module. Refer to Figure 1 for a sample
communication topology.
Refer to the
MVI56E-LDM Developer Manual
for detailed information about the
interfaces file. Use an FTP client such as
WinSCP
TM
to edit the
eth0
and
eth1
sections
of the Interfaces file.
Interfaces file
Parameters
Values
# We always want the loopback interface.
#
auto lo
iface lo loopback
#An example Ethernet card setup:
(broadcast and gateway are optional)
#
auto
eth0
iface eth0
inet static
address
102.168.0.188
network
192.168.0.0
netmask
255.255.255.0
broadcast
192.168.0.255
#gateway
192.169.0.1
auto
eth1
iface eth1
inet static
address
192.168.4.188
network
192.168.4.0
netmask
255.255.255.0
broadcast
192.168.4.255
gateway
192.168.4.1
Figure 4:
Network Interfaces