Connect to IPV6 network with public-ipv4-only VPS
1 Background
Raspberry Pi OS become AP while connecting to wireless network.
2 Step
- Install RaspAP project with
Raspberry Pi OS become AP while connecting to wireless network.
There are many cloud service providers only sell public-ipv4-only virtual machines. But, for some reasons, having ipv6 support could make things easier. In this case, we’ll use ipv4 to ipv6 tunnel to connect to ipv6 network.
crontab -l 2>/dev/null | echo "*/10 * * * * ping -c 2 ipv6.google.com" | crontab -
Allow docker to use IPV6 network.
This solution is not working in my network that parent router may have firewall that make my device unable to get connection automatically, details checkout to my ipv6 network issue
TODO: Add ipv6 setting up for home network
Enable IPV6 connection in OpenWRT.