How do Linux systems configure IPv6 addresses?

  
                

Currently, the version number of the IP protocol is 4, that is, IPv4. Then IPv6 is the next-generation IP protocol of IPv4. How do Linux systems configure IPv6 addresses? The following small series will introduce you to the steps of configuring the IPv6 address of the Linux system.

1. Configure IPv6 address

vi /tc/sysconfig/network-scripts/ifcfg-eth0

Modify the following three places

IPV6INIT=&rdquo ; yes & rdquo;

IPV6ADDR = 2400: A480: AAAA: 200 :: 159

IPV6_DEFAULTGW = 2400: A480: AAAA: 200 :: 1

2, network service restart PING external network connectivity test

service netowork restart

ping ipv6.baidu.com

3, at the client end surface remote testing

open remote connection tool: SecureCRT



4, after the above steps we have completed configuration of IPv6 addresses in the linux operating system.

The above is the Linux operating system configuration IPv6 address method, you just follow the above steps to complete the IPv6 configuration, and give it a try, if you want to learn more Linux system tutorial, Stay tuned for the system home.

Copyright © Windows knowledge All Rights Reserved