IPv6
-
- Posts: 11
- Joined: Tue Sep 01, 2015 5:42 am
IPv6
Hello,
Hi guys I am so curious How to add ipv6 to vestacp to specific domains.
How many IP's we can add?
How to add /64 block of IPv6 to vestacp.
Thank you.
Hi guys I am so curious How to add ipv6 to vestacp to specific domains.
How many IP's we can add?
How to add /64 block of IPv6 to vestacp.
Thank you.
Re: IPv6
IPv6 is planned in upcoming releases... not supported yet ;-(
Re: IPv6
Of course, but manuallyNou4r wrote:Is there still any way to enable it in nginx?
Code: Select all
listen ipv4.ip:80;
listen ipv6.ip:80;
Re: IPv6
@Skurudo
Where would I add the commands:
Also, once I've added the above, will I then be able to add my IPv6 IP to VestaCP? I've been trying to do that but VestaCP says that the format of the IPv6 is wrong. What format does it want?
Where would I add the commands:
Code: Select all
listen ipv4.ip:80;
listen ipv6.ip:80;
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: IPv6
Currently, it isn't possible to add your IPV6 address to vestaCP also not when you add this code.deanhills wrote:@Skurudo
Where would I add the commands:Also, once I've added the above, will I then be able to add my IPv6 IP to VestaCP? I've been trying to do that but VestaCP says that the format of the IPv6 is wrong. What format does it want?Code: Select all
listen ipv4.ip:80; listen ipv6.ip:80;
I guess you need to add this in a config file in /etc/nginx. You need to change ipv4.ip to your IPV4 address and ipv6.ip to your IPV6 address.
Re: IPv6
maybe /home/SOMEUSER/conf/web/nginx.confdeanhills wrote:@Skurudo
Where would I add the commands:Also, once I've added the above, will I then be able to add my IPv6 IP to VestaCP? I've been trying to do that but VestaCP says that the format of the IPv6 is wrong. What format does it want?Code: Select all
listen ipv4.ip:80; listen ipv6.ip:80;
Re: IPv6
tjebbeke, of course you need configure this by yourself first and then add manually in user nginx and
dpeca , you're right )
dpeca , you're right )