Setting The Hard Drive Password; Disabling The Gigabit Ethernet Port (Linux Only); Configuring Iec 61850 Remote Capabilities - Siemens SIMATIC NET RUGGEDCOM APE Configuration Manual

Table of Contents

Advertisement

2.7

Setting the Hard Drive Password

On Windows 10 Enterprise 2019 LTSC, BitLocker can be used to password-encrypt
the hard drive. There is no pre-installed applications to password-encrypt the hard
drive on Linux.
2.8

Disabling the Gigabit Ethernet Port (Linux Only)

To disable the RJ45 gigabit Ethernet port on the front face of the RUGGEDCOM APE
module, do the following:
1.
2.
3.
4.
5.
6.
2.9

Configuring IEC 61850 remote capabilities

After installing/updating the ELAN image on an APE1808, the IEC 61850 remote
capabilities must be configured. This is required so the binary can be run by the ELAN
TIE (Telemetry Integrated Environment) as a non-root user.
To configure the IEC 61850 remote capabilities, do the following:
1.
2.
3.
RUGGEDCOM APE (Application Processing Engine)
Configuration Manual, 08/2023, C79000-G8976-1415-06
Login or gain root access.
Using vim or nano, open the file /etc/network/interfaces.
In the file, locate the following line:
auto allow hotplug eth1
iface eth1 inet dhcp
Change the line to the following:
#auto allow hotplug eth1
#iface eth1 inet dhcp
Save and close the file.
Restart the module or restart the networking service by typing:
/etc/init.d/networking restart
Log in to the CLI for the RUGGEDCOM ELAN server as the root user over SSH.
For information, refer to the "RUGGEDCOM ELAN Configuration Manual".
Enter the following command to configure the remote capabilities:
/sbin/setcap cap_net_admin,cap_net_raw=ep /usr/bin/
iec61850_rem
[Optional] Enter the following command to confirm the remote capabilities are
configured:
/sbin/getcap /usr/bin/iec61850_rem
The remote capabilities are configured when the following is returned:
2.7 Setting the Hard Drive Password
Configuration
17

Advertisement

Table of Contents
loading

Table of Contents