Android Open IPv6 network support

Source: Internet
Author: User
Android Open IPv6 network support

(You can access the IPv6 network in a IPv6 environment, such as: ipv6.google.com, or use IPv6 's proxy to access the IPv4 network)

Note

  1. requires root privileges

  2. Tested successfully in android4.1 environment only

  3. You may need to install the "ES file Browser". Open the root toolbox and mount the file system as "readable writable" (RW).

  4. After restarting, the script needs to be run again, possibly because the boot script on boot has disabled IPv6. (You can try to modify the system script ...) )

  5. Reference: –1–:–2–

Install Android Terminal

For detail:

GitHub

Google Play

Create script: enableipv6.sh
#!/system/bin/shfor file in /proc/sys/net/ipv6/conf/* do    echo 1 > $file/accept_ra_defrtrdone
Run the script

Enter the terminal su to take the right, execute /system/bin/sh EnableIPv6.sh , in a few minutes to open the Web test ...

Android Open IPv6 network support

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.