|
In the background, there is an IPv6 address with /128 and a gateway, but the actual IPv6 address has /64. For example, when you see this address in the background:[ol]2001:41d0:700:xxxx::201/128[/ol]复制代码
When you see this gateway:[ol]2001:41d0:0700:xxyy:00ff:00ff:00ff:00ff[/ol]复制代码
So actually, to configure IPv6, it should be configured using the following /48 format and tested to support multiple IP addresses at the same time.
You can configure multiple addresses at the same time:[ol]2001:41d0:700:xxxx::8888/482001:41d0:700:xxxx::8889/48etc.[/ol]复制代码
The gateway and the backend gateway are consistent. |
|