This article summarizes the procedure for changing the IP of Yokogawa ert3 Controller.
Reference Link
Use the following command to move the network settings to Directory.
cd /etc/systemd/network |
There are Eth1 and Eth2 configuration files in the Directory.
ert3@ubuntu:/etc/systemd/network$ ls 10-eth0.network 20-eth1.network |
Use nano editor to configure the Ethernet interface of Eth1.
ert3@ubuntu:/etc/systemd/network$ nano 10-eth0.network |
Set the ip with the actual application.
It is important to note that ert3 user cannot change the network File.
Let’s change Login to root user one more time.
ert3@ubuntu:/etc/systemd/network$ su Password: root@ubuntu:/etc/systemd/network# |