Forum EUserv

VPS / virtual private servers => Virtual servers - general => Topic started by: majianyu on May 06, 2020, 09:04:07 AM

Title: Vs2-free new function proposal
Post by: majianyu on May 06, 2020, 09:04:07 AM
I think you can set an IPv4 address on each host that provides vs2-free to access the IPv4 website. The shared IP cannot be accessed by SSH or web. However, vs2-free can access the website that only provides IPv4, such as GitHub. You can set if you select this scheme, if you select this scheme, the bandwidth will be reduced or automatic renewal will be turned off.
Title: Re: Vs2-free new function proposal
Post by: Forum-Support2 on May 08, 2020, 05:24:49 PM
Hallo,

all users can create IPv4 addresses in customer panel. It is not planned to add shared IPv4 addresses i.e. NATted or similar since IPv6 can be used in full. If you do not reach a service, please contact the admin of the service to remind him to add IPv6 functionality.
Title: Re: Vs2-free new function proposal
Post by: Gamliel Fishkin on May 17, 2020, 09:19:39 AM
access the website that only provides IPv4, such as GitHub
Lynx browser and many other programmes obey such environment variables as FTP_PROXY, HTTP_PROXY and HTTPS_PROXY. So, you just need some proxy on a dual stack (IPv4+IPv6) host. If you want to use a proxy for IPv4 addresses only, install locally (at [::1] aka 127.0.0.1) some HTTP proxy, such as tinyproxy (sudo apt-get install tinyproxy) and configure it (/etc/tinyproxy/tinyproxy.conf) to access IPv6 addresses directly but IPv4 addresses via another proxy.

If you do not reach a service, please contact the admin of the service to remind him to add IPv6 functionality.
You are right! But:
Code: [Select]
$ khost forum.euserv.com
forum.euserv.com. has IPv4 address 85.31.185.104
Host forum.euserv.com. has no AAAA record
Host forum.euserv.com. has no MX record
Where is the IPv6 functionality you speak about? :)
Title: Re: Vs2-free new function proposal
Post by: Forum-Support2 on May 18, 2020, 01:48:57 PM
Quote from: Gamliel Fish
Where is the IPv6 functionality you speak about? :)

Thank you. We have added the missing AAAA Record.
Title: Re: Vs2-free new function proposal
Post by: C on September 14, 2020, 09:24:52 AM
that AAAA record went live already, see:


; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.68.rc1.el6_10.7 <<>> AAAA +additional forum.euserv.com. @ns1.kundencontroller.de.
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27847
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;forum.euserv.com.      IN   AAAA

;; ANSWER SECTION:
forum.euserv.com.   86400   IN   AAAA   2a02:180:6:5::4b

;; Query time: 116 msec
;; SERVER: 85.31.185.126#53(85.31.185.126)
;; WHEN: Mon Sep 14 09:24:05 2020
;; MSG SIZE  rcvd: 62


with

126.185.31.85.in-addr.arpa. 86400 IN   PTR   ns1.kundencontroller.de.


i.e. it's authoritative!