We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
IPV6 Config - VPS - Vesta Control Panel
IPV6 Config - VPS - Vesta Control Panel
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
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
Help Please
-
- Posts: 6
- Joined: Thu Mar 30, 2023 9:20 pm
- Os: Ubuntu 18x
- Web: apache
Re: IPV6 Config - VPS - Vesta Control Panel
Good day to you.Ironico wrote: ↑Thu Dec 01, 2016 7:01 pmGood 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
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.
-
- Posts: 6
- Joined: Thu Mar 30, 2023 9:20 pm
- Os: Ubuntu 18x
- Web: apache
Re: IPV6 Config - VPS - Vesta Control Panel
Good day to you.Ironico wrote: ↑Thu Dec 01, 2016 7:01 pmGood 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
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.