Search found 1 match
- Mon Feb 21, 2022 2:31 pm
- Forum: General discussion
- Topic: Enable IPv6
- Replies: 2
- Views: 2115
Re: Enable IPv6
MANUAL solution Using nginx proxy Add ipv6 address to your network card: # vim /etc/network/interfaces Add: iface enp0s3 inet6 static pre-up modprobe ipv6 address 2000:c0ff:ee::27 netmask 64 gateway 2000:c0ff:ee::1 include in all /usr/local/vesta/data/templates/web/nginx *.tpl listen [2000:c0ff:ee:...