author | Florian Pose <fp@igh-essen.com> |
Mon, 09 Jul 2012 10:05:32 +0200 | |
changeset 2391 | 8a84e2b14563 |
parent 1331 | 7cd33a77f926 |
permissions | -rw-r--r-- |
703 | 1 |
------------------------------------------------------------------------------- |
2 |
||
3 |
$Id$ |
|
4 |
||
1331
7cd33a77f926
merge -c1609 branches/stable-1.4: INSTALL, README.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
5 |
vim: spelllang=en spell tw=78 |
7cd33a77f926
merge -c1609 branches/stable-1.4: INSTALL, README.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
6 |
|
7cd33a77f926
merge -c1609 branches/stable-1.4: INSTALL, README.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
7 |
------------------------------------------------------------------------------- |
7cd33a77f926
merge -c1609 branches/stable-1.4: INSTALL, README.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
8 |
|
703 | 9 |
This file shall give additional information on how to set up a network |
1327
4d179b06dd3c
merge -c1604 branches/stable-1.4: Fixed spelling of EtherCAT terms.
Florian Pose <fp@igh-essen.com>
parents:
785
diff
changeset
|
10 |
environment with Ethernet over EtherCAT devices. |
703 | 11 |
|
12 |
A virtual network interface will appear for every EoE-capable slave. The |
|
785 | 13 |
interface naming scheme is either eoeXsY, where X is the master index and Y is |
14 |
the slave's ring position, or (if the slave has an alias set) eoeXaZ, where Z |
|
15 |
is the (decimal) alias address. Please provide a network configuration file for |
|
16 |
any of these interfaces. On SUSE systems, these can look like the following: |
|
703 | 17 |
|
18 |
/etc/sysconfig/network/ifcfg-eoe0s14: |
|
19 |
IPADDRESS=10.0.0.14/8 |
|
20 |
STARTMODE=auto |
|
21 |
||
22 |
This will tell the ifupd to configure and open the device after it appears. |
|
23 |
||
24 |
If the interfaces shall be part of a network bridge, the IPADDRESS line is not |
|
25 |
necessary. Instead, copy the file script/ifup-eoe.sh to your systems if-up.d |
|
26 |
directory (on SUSE, this is /etc/sysconfig/network/if-up.d), and customize the |
|
27 |
included variables. |
|
28 |
||
29 |
------------------------------------------------------------------------------- |