README.EoE
author Florian Pose <fp@igh-essen.com>
Wed, 18 Jun 2008 10:13:58 +0000
changeset 1022 8e49b519e6ba
parent 785 c7e600cd2812
child 1327 4d179b06dd3c
permissions -rw-r--r--
Implemented ecrt_slave_config_state(); minor changes in
ec_master_state_t and ec_slave_config_state_t; adapted example.
-------------------------------------------------------------------------------

$Id$

This file shall give additional information on how to set up a network
environment with Ethernet-over-EtherCAT devices.

A virtual network interface will appear for every EoE-capable slave. The
interface naming scheme is either eoeXsY, where X is the master index and Y is
the slave's ring position, or (if the slave has an alias set) eoeXaZ, where Z
is the (decimal) alias address. Please provide a network configuration file for
any of these interfaces. On SUSE systems, these can look like the following:

/etc/sysconfig/network/ifcfg-eoe0s14:
IPADDRESS=10.0.0.14/8
STARTMODE=auto

This will tell the ifupd to configure and open the device after it appears.

If the interfaces shall be part of a network bridge, the IPADDRESS line is not
necessary. Instead, copy the file script/ifup-eoe.sh to your systems if-up.d
directory (on SUSE, this is /etc/sysconfig/network/if-up.d), and customize the
included variables.

-------------------------------------------------------------------------------