5.5 Specifying IP address and IPv6 network
5.5.1 Configuring the network
(1) Network settings when the unit is provided
The following shows the default values of the IP address, network address, and communication mode for the LAN
ports.
Network interface definition file:
/etc/netplan/50-cloud-init.yaml
Table 5‒3: Default values for LAN ports
Port (logical name)
IP address
Network address
Communication mode
LAN0 (
eth0
)
192.168.10.1
192.168.10.0
Auto negotiation
LAN1 (
eth1
)
192.168.11.1
192.168.11.0
Auto negotiation
LAN2 (
eth2
)
192.168.12.1
192.168.12.0
Auto negotiation
For example, when connecting to the LAN0 port of the unit that is to be set up, establish a connection to 192.168.10.1
from the development unit.
The following shows the contents of the network interface definition file.
network:
version: 2
renderer: networkd -------- (A)
ethernets: -------- (B)
eth0: -------- (C)
addresses: -------- (D)
- 192.168.10.1/24
eth1:
addresses:
- 192.168.11.1/24
eth2:
addresses:
- 192.168.12.1/24
(A)
Specify the service that runs at the back end.
(B)
Specify the type of LAN to be configured.
(C)
Specify the device name.
(D)
Specify the IP address and net mask.
(2) Changing IP addresses
To change the IP address or add an IPv6 address to the port:
1. Change the network interface definition file.
The following shows an example.
ethX:
addresses:
-
192.168.1X.1/24
-------- (A)
- 2001:db8::XXXX:YYYY/64 -------- (B)
5. Configuring Software Environment
41
Summary of Contents for CE50-10
Page 1: ...Hitachi Industrial Edge Computer CE50 10 Instruction Manual CC 65 0171 ...
Page 10: ......
Page 23: ...Figure 1 6 Attaching mounting brackets 4 1 Installing the CE50 10 7 ...
Page 26: ......
Page 38: ......
Page 42: ...4 2 5 Connection diagram Figure 4 2 Connection diagram 4 External Contact Functions 26 ...
Page 44: ......
Page 87: ... sudo etc init d netfilter persistent save 5 Configuring Software Environment 71 ...
Page 117: ...version information 13 Log out from the unit exit 5 Configuring Software Environment 101 ...
Page 148: ......
Page 149: ...7 Maintaining the CE50 10 This chapter describes maintenance of the CE50 10 133 ...
Page 157: ...8 Troubleshooting This chapter describes troubleshooting of the CE50 10 141 ...
Page 162: ...8 1 14 Cannot turn off the power to the unit Please contact us 8 Troubleshooting 146 ...