Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
openvpn /
[ HOME SHELL ]
Name
Size
Permission
Action
examples
[ DIR ]
drwxr-xr-x
AUTHORS
28
B
-rw-r--r--
changelog.Debian.gz
2.19
KB
-rw-r--r--
Changes.rst.gz
18.4
KB
-rw-r--r--
copyright
12.99
KB
-rw-r--r--
COPYRIGHT.GPL.gz
6.64
KB
-rw-r--r--
gui-notes.txt.gz
3.73
KB
-rw-r--r--
management-notes.txt.gz
14.62
KB
-rw-r--r--
NEWS.Debian.gz
1.84
KB
-rw-r--r--
openvpn.8.html
347.3
KB
-rw-r--r--
openvpn-examples.5.html
18
KB
-rw-r--r--
PORTS
3.75
KB
-rw-r--r--
README
2.12
KB
-rw-r--r--
README.auth-pam
3.97
KB
-rw-r--r--
README.Debian.gz
3.76
KB
-rw-r--r--
README.down-root
880
B
-rw-r--r--
README.IPv6
1.79
KB
-rw-r--r--
README.mbedtls
788
B
-rw-r--r--
README.systemd
2.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.IPv6
Since 2.3.0, OpenVPN officially supports IPv6, and all widely used patches floating around for older versions have been integrated. IPv6 payload support -------------------- This is for "IPv6 inside OpenVPN", with server-pushed IPv6 configuration on the client, and support for IPv6 configuration on the tun/tap interface from within the openvpn config. The code in 2.3.0 supersedes the IPv6 payload patches from Gert Doering, formerly located at http://www.greenie.net/ipv6/openvpn.html The following options have been added to handle IPv6 configuration, analogous to their IPv4 counterparts (--server <-> --server-ipv6, etc.) - server-ipv6 - ifconfig-ipv6 - ifconfig-ipv6-pool - ifconfig-ipv6-push - route-ipv6 - iroute-ipv6 see "man openvpn" for details how they are used. IPv6 transport support ---------------------- This is to enable OpenVPN peers or client/servers to talk to each other over an IPv6 network ("OpenVPN over IPv6"). The code in 2.3.0 supersedes the IPv6 transport patches from JuanJo Ciarlante, formerly located at http://github.com/jjo/openvpn-ipv6 OpenVPN 2.4.0 includes a big overhaul of the IPv6 transport patches originally implemented for the Android client (ics-openvpn) IPv4/IPv6 transport is automatically is selected when resolving addresses. Use a 6 or 4 suffix to force IPv6/IPv4: --proto udp6 --proto tcp4 --proto tcp6-client --proto tcp4-server --proto tcp6 --client / --proto tcp6 --server On systems that allow IPv4 connections on IPv6 sockets (all systems supporting IPV6_V6ONLY setsockopt), an OpenVPN server can handle IPv4 connections on the IPv6 socket as well, making it a true dual-stacked server. Use bind ipv6only to disable this behaviour. On other systems, as of 2.3.0, you need to run separate server instances for IPv4 and IPv6.
Close