Author Topic: IPV6 Support on CWP  (Read 11529 times)

0 Members and 2 Guests are viewing this topic.

Offline
*
IPV6 Support on CWP
« on: December 10, 2019, 09:45:43 PM »
Hi , i have the ipv6 connection working in my centos 7 , i can ping, connect by ssh and enter by browser , all works , but when i try to create a AAAA enter on DNS manager always fail, even when i try to edit the file zone manually.  Is there a way to create a IPV6 Record in CWP ?  There is the configuration img :

Edited : Cant attach or embed a IMG , so there is the img link :


https://pasteboard.co/IKF0Gbz.png
https://pasteboard.co/IKF3ufh.png

Thank you
Very much
« Last Edit: December 11, 2019, 08:26:22 PM by Administrator »

Offline
*
Re: IPV6 Support on CWP
« Reply #1 on: December 18, 2019, 11:22:26 PM »
 :-\ still no reply

Offline
*
Re: IPV6 Support on CWP
« Reply #2 on: December 19, 2019, 10:29:02 AM »
Have you checked if this thing I've posted can work for you?

http://forum.centos-webpanel.com/index.php?topic=8000.msg27361;topicseen#msg27361
Partner de CWP

Hosting de calidad en Espaņa con soporte en Espaņol para CWP - https://www.coriaweb.hosting

Offline
*
Re: IPV6 Support on CWP
« Reply #3 on: December 20, 2019, 12:14:59 AM »
Tried  :-\ , still the same "Some fields is not valid value"


Offline
*
Re: IPV6 Support on CWP
« Reply #4 on: December 20, 2019, 12:57:16 AM »
Working now  :D , the configuration is  domain.com. AAAA  ipv6:address::::::1

Offline
*
Re: IPV6 Support on CWP
« Reply #5 on: May 28, 2022, 10:09:39 PM »
you can manually edit dnszone file and update it,
cwp still have bugs on the interface, its not possible you can enter it via cwp panel
regards

Offline
*
Re: IPV6 Support on CWP
« Reply #6 on: September 07, 2022, 12:43:25 AM »
Let's respawn this thread.
It's quite a shame that CWP has such a bad support for IPv6 (the current version of the Internet Protocol since 2012) and that was drafted in 1998.
Today there is a lot of NIRs where new ASNs can't get any IPv4 at the registration, so it's not an option to have the proper support for it.
It's URGENT, MANDATORY and should be set as a goal for CWP Team.
All new registered users/domains MUST have a corresponding AAAA record generated automatically and the web services MUST already be configured to listen on the IPv6 as well.
I know (that) I may be nobody to the CWP Team, however I am a CWP Pro user and I will definitely move to another panel if this feature won't be implemented soon and I would recommend any Content Provider to do the same, as you are all losing potential customers because this kind of feature lacking.
Please CWP Team, take this Network Engineer/Consultant advice very seriously and set this goal.

Offline
*
Re: IPV6 Support on CWP
« Reply #7 on: March 14, 2024, 11:48:56 PM »
Still not working with IPv6 DNS.

Web UI with AAAA record wants a IPv4 address otherwise it wont proceed.
Adding an AAAA record manually as

test IN AAAA ipv6::adress

kills the DNS server nad has to be removed to get it started.

Offline
****
Re: IPV6 Support on CWP
« Reply #8 on: March 16, 2024, 01:03:58 AM »
CWP only supports IPv4.

I've been asking for IPv6 support for years at this point.

You can manually add IPv6 to the Apache .conf files.
If you want to do this, and need an example let me know.

BIND will listen to all address on port 53 IPv4 & IPv6 by default.
And CWP will allow you to create AAAA records.

Offline
*
Re: IPV6 Support on CWP
« Reply #9 on: March 19, 2024, 06:58:09 PM »
You could use this and add all the other IPadresses on IPv6
IPV6ADDR_SECONDARIES="second_ipv6_address/64 third_ipv6_address/64 .../64"

https://github.com/coriaweb/cwpipv6

Offline
****
Re: IPV6 Support on CWP
« Reply #10 on: March 19, 2024, 10:14:00 PM »
Interesting little module, will have to test it out.

But most IPv6 allocations are /64, not /112.

Offline
*
Re: IPV6 Support on CWP
« Reply #11 on: March 23, 2024, 09:26:13 PM »
You could use this and add all the other IPadresses on IPv6
IPV6ADDR_SECONDARIES="second_ipv6_address/64 third_ipv6_address/64 .../64"

https://github.com/coriaweb/cwpipv6

I hope that CWP team test this and implement it to the official version.