I have already set a domain and its running fine with IPv4 address. I have SSH access - how can I enable the IPv6 addresses?
Collapse
Announcement
Collapse
No announcement yet.
Enable IPV6
Collapse
X
-
Check with your server provider (DC) if they provide IPv6 for your server. If so then you will need to add following ipv6 configuration within your Ethernet configuration eth0 (/etc/sysconfig/network-scripts/ifcfg-eth0)
​​​​​​​
Code:IPV6INIT=yes IPV6ADDR=<IPv6-IP-Address> IPV6_DEFAULTGW=<IPv6-IP-Gateway-Address>
- Likes 1
-
Hi,
Once you get the IPv6 Address from the ISP or DC and added it on the server through SSH as mentioned above, you can perform below steps to make it available for cPanel user..
Part-I. Checking IPv6 functionality via Shell:
From SSH, check if you are able to communicate to a server on IPv6 network. For this, you can simple use the below command:
# ping ipv6.google.com
[ If you get a positive reply from the above command, you have a IPv6 connection ready for further processing ]
Part-II. Enable the IPv6 on the cPanel/WHM
1. Tweak Settings: [ Home » Server Configuration » Tweak Settings ] Below are the 3 images for references:
Enable IPv6 from within the tweak setting, so the server is ready to accept IPv6 configuration for further deployments.
2. Basic Configuration: [ Home » Server Configuration » Basic WebHost Manager® Setup ]
Here you have to enable the IPv6 IP to the server same way yo assign IPv4 IP, so you can make use of it to assign for various domains on your server.
3. Adding IPv6 Ranges: [ Home » IP Functions » IPv6 Ranges ]
Here you have to add the IPv6 range if you have bought it from your DC or ISP.
4. Assign IPv6 IP to domain: [ Home » IP Functions » Assign IPv6 Address ]
Assign IPv6 Address to a user. Here you can assign the shared IPv6 IP of a dedicated one.
You are now done and domains on the server is ready to be accessed via IPv6 network.
Last edited by Jayant R. Danech; 11-25-2017, 11:58 PM.
- Likes 1
Comment
Comment