HP VPN Firewall Appliances Network Management Configuration Guide

723
The DNS server address is 2:2::3. The domain name suffix is aaa.com. The SIP server address is 2:2::4,
and the domain name of the SIP server is bbb.com.
Configuration considerations
Enable IPv6 and DHCPv6 server.
Create a static IPv6 prefix.
Create a static DHCPv6 option group, and configure parameters in the group.
Specify the static prefix to create a prefix pool.
Create an address pool.
Apply the prefix pool to the address pool so that the DHCPv6 server can dynamically select a
prefix from the prefix pool and assign it to a client. Apply the static prefix to the network subnet so
that the server can assign an IP address to the client. To achieve network parameters assignment,
apply the DHCPv6 option group to the address pool.
Enable the DHCPv6 server on the interface that connects to the clients.
Figure 375 Network diagram
Configuration procedure
# Enable IPv6 and DHCPv6 server on the firewall.
<Firewall> system-view
[Firewall] ipv6
[Firewall] ipv6 dhcp server enable
# Configure the IPv6 address of interface GigabitEthernet 0/1.
[Firewall] interface gigabitethernet 0/1
[Firewall-GigabitEthernet0/1] ipv6 address 12:34:56::1/48
[Firewall-GigabitEthernet0/1] quit
# Create static IPv6 prefix 12:34::/32 with prefix ID 1.
[Firewall] ipv6 prefix 1 12:34::/32
# Create a static DHCPv6 option group 1.
[Firewall] ipv6 dhcp option-group 1
# Specify the DNS server address as 2:2::3.
[Firewall-dhcp6-option-group1] dns-server 2:2::3
# Specify the domain name suffix as aaa.com.
[Firewall-dhcp6-option-group1] domain-name aaa.com
Firewall
DHCPv6 server
DHCPv6 client
GE0/1
12:34:56::1/48
DHCPv6 client