Page 1 of 1

IPV6 Config - VPS - Vesta Control Panel

Posted: Thu Dec 01, 2016 7:01 pm
by Ironico
Good afternoon sirs

Need help
The question is - do I need to enable ipv6 on my server using vesta control panel.

1 - In the first part I inserted the AAAA records with my IPV6 address for my domain in the control panel.

I tried the site
http://ipv6-test.com/validate.php
Then check if the configuration was correct.
I get the answer:
AAAA DNS record 2a02: 4780: 1: 1 :: 1: 8a57 - Respond
IPv6 web server is unreachable: Connection refused

From what I noticed the server is not responding to ipv6

The command

Sudo netstat -plnt

I had the answer
Tcp 0 0 myip: 8080 0.0.0.0:* LISTEN 22913 / apache2
Tcp 0 0 myip: 80 0.0.0.0:* LISTEN 22646 / nginx.conf
Tcp 0 0 myip: 8443 0.0.0.0:* LISTEN 22913 / apache2
Tcp 0 0 myip: 443 0.0.0.0:* LISTEN 22646 / nginx.conf

I would not have to add my ipv6 tbm in the configuration to listen on port 80 and 443

Listen [2a02: 4780: 1: 1 :: 1: 8a57 ]: 80;

But where should I proceed with this change?
And apache would

Listen [2a02: 4780: 1: 1 :: 1: 8a57 ]: 80
nginx would
Listen [2a02: 4780: 1: 1 :: 1: 8a57 ]: 80 ipv6only = on;


I am confused, and need help for my server to respond in ipv6 correctly

Re: IPV6 Config - VPS - Vesta Control Panel

Posted: Wed Dec 07, 2016 12:41 pm
by Ironico
Help Please

Re: IPV6 Config - VPS - Vesta Control Panel

Posted: Sat Apr 01, 2023 7:34 am
by sugumaranv
Ironico wrote:
Thu Dec 01, 2016 7:01 pm
Good afternoon sirs

Need help
The question is - do I need to enable ipv6 on my server using vesta control panel.

1 - In the first part I inserted the AAAA records with my IPV6 address for my domain in the control panel.

I tried the site
http://ipv6-test.com/validate.php
Then check if the configuration was correct.
I get the answer:
AAAA DNS record 2a02: 4780: 1: 1 :: 1: 8a57 - Respond
IPv6 web server is unreachable: Connection refused

From what I noticed the server is not responding to ipv6

The command

Sudo netstat -plnt

I had the answer
Tcp 0 0 myip: 8080 0.0.0.0:* LISTEN 22913 / apache2
Tcp 0 0 myip: 80 0.0.0.0:* LISTEN 22646 / nginx.conf
Tcp 0 0 myip: 8443 0.0.0.0:* LISTEN 22913 / apache2
Tcp 0 0 myip: 443 0.0.0.0:* LISTEN 22646 / nginx.conf

I would not have to add my ipv6 tbm in the configuration to listen on port 80 and 443

Listen [2a02: 4780: 1: 1 :: 1: 8a57 ]: 80;

But where should I proceed with this change?
And apache would

Listen [2a02: 4780: 1: 1 :: 1: 8a57 ]: 80
nginx would
Listen [2a02: 4780: 1: 1 :: 1: 8a57 ]: 80 ipv6only = on;


I am confused, and need help for my server to respond in ipv6 correctly
Good day to you.

First off, are you using an IPv6 only VPS, or a dual stack VPS?
Second, is your internet connection dual stack?

I have two setups, one Vestacp is installed on Debian 9 VPS,
which is IPv4 only, while another Vestacp is installed on
an IPv6 only Ubuntu 18.04 VPS.

Now, installing Vestacp on IPv4 VPS is very easy, while
installing on IPv6 only VPS is tricky as it requires
modification of configuration files.

I need to know your problem in detail. Kindly tell us
publically, so, I and others can try to help you out.

Re: IPV6 Config - VPS - Vesta Control Panel

Posted: Sat Apr 01, 2023 7:34 am
by sugumaranv
Ironico wrote:
Thu Dec 01, 2016 7:01 pm
Good afternoon sirs

Need help
The question is - do I need to enable ipv6 on my server using vesta control panel.

1 - In the first part I inserted the AAAA records with my IPV6 address for my domain in the control panel.

I tried the site
http://ipv6-test.com/validate.php
Then check if the configuration was correct.
I get the answer:
AAAA DNS record 2a02: 4780: 1: 1 :: 1: 8a57 - Respond
IPv6 web server is unreachable: Connection refused

From what I noticed the server is not responding to ipv6

The command

Sudo netstat -plnt

I had the answer
Tcp 0 0 myip: 8080 0.0.0.0:* LISTEN 22913 / apache2
Tcp 0 0 myip: 80 0.0.0.0:* LISTEN 22646 / nginx.conf
Tcp 0 0 myip: 8443 0.0.0.0:* LISTEN 22913 / apache2
Tcp 0 0 myip: 443 0.0.0.0:* LISTEN 22646 / nginx.conf

I would not have to add my ipv6 tbm in the configuration to listen on port 80 and 443

Listen [2a02: 4780: 1: 1 :: 1: 8a57 ]: 80;

But where should I proceed with this change?
And apache would

Listen [2a02: 4780: 1: 1 :: 1: 8a57 ]: 80
nginx would
Listen [2a02: 4780: 1: 1 :: 1: 8a57 ]: 80 ipv6only = on;


I am confused, and need help for my server to respond in ipv6 correctly
Good day to you.

First off, are you using an IPv6 only VPS, or a dual stack VPS?
Second, is your internet connection dual stack?

I have two setups, one Vestacp is installed on Debian 9 VPS,
which is IPv4 only, while another Vestacp is installed on
an IPv6 only Ubuntu 18.04 VPS.

Now, installing Vestacp on IPv4 VPS is very easy, while
installing on IPv6 only VPS is tricky as it requires
modification of configuration files.

I need to know your problem in detail. Kindly tell us
publically, so, I and others can try to help you out.