ProSoft Technology MVI69E-LDM User Manual

Page 26

Advertising
background image

Contents

MVI69E-LDM ♦ "C" Programmable

Developer's Manual

Linux Application Development Module

Page 26 of 130

ProSoft Technology, Inc.

August 21, 2014

3 Use a program such as PuTTY to Telnet into the module.

4 Select Telnet as the C

ONNECTION TYPE

.

5 Enter the IP

ADDRESS

(192.168.0.250).

6 Port 23 should appear as the P

ORT

number.

7 Click O

PEN

to establish a connection.

8 Log into the module.

There are two methods you can use to change the module's IP address. One is temporary
for use in cases where you want to change the address long enough to make a quick
change. The other is more permanent so that the module is already programmed and is
ready for full deployment.

Temporary IP Address Change

At the Linux prompt, type:

ifconfig eth0 x.x.x.x

(This changes the IP address of the Ethernet Eth 1 port.)

Permanent IP Address Change

1 At the Linux prompt, change to the /etc/network directory. Type:

cd ../etc/network

2 Open the

interfaces

file int he vi editor. Type:

vi interfaces

This shows the contents of the file:

iface eth0 inet static

address 192.168.0.250

network 192.168.0.0

netmask 255.255.255.0

broadcast 192.168.0.255

# gateway 192.168.0.1

Advertising