Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Web Server
  • Search

IPV6 Config - VPS - Vesta Control Panel

Questions regarding the Web Server
Apache + Nginx, Nginx + PHP5-FPM
Post Reply
  • Print view
Advanced search
4 posts • Page 1 of 1
Ironico
Posts: 9
Joined: Thu Aug 25, 2016 6:26 pm

IPV6 Config - VPS - Vesta Control Panel
  • Quote

Post by Ironico » 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
Top

Ironico
Posts: 9
Joined: Thu Aug 25, 2016 6:26 pm

Re: IPV6 Config - VPS - Vesta Control Panel
  • Quote

Post by Ironico » Wed Dec 07, 2016 12:41 pm

Help Please
Top

sugumaranv
Posts: 6
Joined: Thu Mar 30, 2023 9:20 pm

Os: Ubuntu 18x
Web: apache
Re: IPV6 Config - VPS - Vesta Control Panel
  • Quote

Post by sugumaranv » Sat Apr 01, 2023 7:34 am

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.
Top

sugumaranv
Posts: 6
Joined: Thu Mar 30, 2023 9:20 pm

Os: Ubuntu 18x
Web: apache
Re: IPV6 Config - VPS - Vesta Control Panel
  • Quote

Post by sugumaranv » Sat Apr 01, 2023 7:34 am

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.
Top


Post Reply
  • Print view

4 posts • Page 1 of 1

Return to “Web Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password