How to add IPv6- centos or windows Print

  • 235

netblock: 2607:9000:0:2::0/64
gateway: 2607:9000:0:2::1


Centos
##############################
A) nano -w /etc/sysconfig/network
change/add following lines:
NETWORKING_IPV6=yes

B) nano -w /etc/sysconfig/network-scripts/ifcfg-eth0
change/add following lines:

IPV6INIT=yes
IPV6ADDR= 2607:9000:0:2::2
IPV6_DEFAULTGW= 2607:9000:0:2::1

C) nano -w /etc/resolv.conf
Add:
nameserver 2001:4860:4860::8888
nameserver 2001:4860:4860::8844


Windows
#############################
Network Adapter
Right click on Adapter, Properties
Make sure Internet Protocol Version 6 (TCP/IPv6) Properites is checked
Do properties on it
Change to: Use the following ipv6 address
IPV6 Address: 2607:9000:0:2::2
Subnet prefix length: 64
Default Gateway: 2607:9000:0:2::1
Use following DNS Server addresses:
Preferred DNS Server: 2001:4860:4860::8888
Alternate DNS Server: 2001:4860:4860::8844
Hit okay.


Was this answer helpful?

« Back

["\r\n