703
|
1 |
-------------------------------------------------------------------------------
|
|
2 |
|
|
3 |
$Id$
|
|
4 |
|
|
5 |
This file shall give additional information on how to set up a network
|
|
6 |
environment with Ethernet-over-EtherCAT devices.
|
|
7 |
|
|
8 |
A virtual network interface will appear for every EoE-capable slave. The
|
785
|
9 |
interface naming scheme is either eoeXsY, where X is the master index and Y is
|
|
10 |
the slave's ring position, or (if the slave has an alias set) eoeXaZ, where Z
|
|
11 |
is the (decimal) alias address. Please provide a network configuration file for
|
|
12 |
any of these interfaces. On SUSE systems, these can look like the following:
|
703
|
13 |
|
|
14 |
/etc/sysconfig/network/ifcfg-eoe0s14:
|
|
15 |
IPADDRESS=10.0.0.14/8
|
|
16 |
STARTMODE=auto
|
|
17 |
|
|
18 |
This will tell the ifupd to configure and open the device after it appears.
|
|
19 |
|
|
20 |
If the interfaces shall be part of a network bridge, the IPADDRESS line is not
|
|
21 |
necessary. Instead, copy the file script/ifup-eoe.sh to your systems if-up.d
|
|
22 |
directory (on SUSE, this is /etc/sysconfig/network/if-up.d), and customize the
|
|
23 |
included variables.
|
|
24 |
|
|
25 |
-------------------------------------------------------------------------------
|