WorkingTipsOnUbutunIPV6
Apr 1, 2019
Technology
Conoha ipv6
Find the ipv6 addresses(should have 17 ipv6 addresses together):
Network Configuration
Edit the networking via:
# vim /etc/network/interfaces
# The primary network interface
auto ens3
iface ens3 inet dhcp
iface ens3 inet6 dhcp
accept_ra 1
# IPv6 configuration
iface ens3 inet6 static
pre-up modprobe ipv6
address xxxxxx
netmask 64
Restart the networking via service networking restart
, then you will get the
ipv6 address via:
# ifconfig | grep inet6
shadowsocks configuration
Edit the configuration :
# cat shadowsocks.json
{
"server":"::",
.....
"prefer_ipv6": true
}
Now restart the service of sss