Using Ipv6 - Hitachi CE50-10 Instruction Manual

Table of Contents

Advertisement

5.5.3 Using IPv6
IPv6 allows you to use the UDP and TCP communication functions.
(1) Overview of definition information files
The following shows the definition files that must be configured before you can use the IPv6 functions. For detailed
contents, see the online manual in the development environment.
Table 5‒4: List of IPv6 network definition information files
Definition information file name
50-cloud-init.yaml
(in /etc/netplan)
hostname
(in /etc/hostname)
(2) Allocating IPv6 addresses
1. In the network definition information file, specify basic information for using IPv6 and the definition of IPv4.
network:
version: 2
renderer: networkd
ethernets:
ethX:
ethY:
(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 dot-separated IPv4 address and the netmask value. This definition is unnecessary if you do not use
IPv4 or if you specify DHCP.
(E)
Specify the IP address of the default gateway (router). This setting is optional.
(F)
Specify the set item key for DNS information. (F, G, and H are optional.)
(G)
Specify the search domain. To specify multiple domains, enclose the domain names in square brackets ([ ])
and separate each name by a comma (,).
(H)
Specify the IP address of the DNS server. To specify multiple servers, enclose the server names in square
brackets ([ ]) and separate each name by a comma (,).
(I)
Specify whether to enable DHCP. This definition is unnecessary if you specify a fixed IP.
true: Enabled, false: Disabled
addresses:
- 192.168.0.11/24
gateway4: 192.168.0.254
nameservers:
search: domain
addresses: 192.168.0.1 --------
dhcp4: true
5. Configuring Software Environment
Description
Network definition information file
Host name definition file
--------
(A)
--------
(B)
--------
(C)
--------
(D)
--------
(E)
--------
(F)
--------
(G)
(H)
--------
(I)
43

Advertisement

Table of Contents
loading

Table of Contents