Use IPV6 Tunnel to implement IPV6 website release to solve iOS audit issues

Source: Internet
Author: User

1. Open https://tunnelbroker.net/, select Register

650) this.width=650; "Src=" Http://s3.51cto.com/wyfs02/M00/86/7A/wKiom1e__Wnzi62NAABvGf4l56Y825.png-wh_500x0-wm_3 -wmp_4-s_1274761522.png "title=" image 2.png "alt=" Wkiom1e__wnzi62naabvgf4l56y825.png-wh_50 "/>

Fill in the registration information as shown;

650) this.width=650; "Src=" Http://s5.51cto.com/wyfs02/M00/86/7A/wKioL1e__ZDSaxYtAACbRrmTHy0015.png-wh_500x0-wm_3 -wmp_4-s_3647382158.png "title=" image 3.png "alt=" Wkiol1e__zdsaxytaacbrrmthy0015.png-wh_50 "/>

Login to the registered mailbox, you will receive a registered mail, open the link in the mail to realize the user's registration;

650) this.width=650; "Src=" Http://s1.51cto.com/wyfs02/M02/86/7A/wKiom1e__aKwZPkBAACTY2TZHqw225.png-wh_500x0-wm_3 -wmp_4-s_2597673243.png "title=" image 4.png "alt=" Wkiom1e__akwzpkbaacty2tzhqw225.png-wh_50 "/>

log in with the account you created, select "create Regular tunnel",

650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M00/86/7A/wKioL1e__bHjZG28AABZuLuCeeg154.png-wh_500x0-wm_3 -wmp_4-s_144262338.png "title=" image 5.png "alt=" Wkiol1e__bhjzg28aabzuluceeg154.png-wh_50 "/>

Enter the address of the tunnel in this terminal, select the server in Hong Kong and choose "Create tunnel"

650) this.width=650; "Src=" Http://s4.51cto.com/wyfs02/M02/86/7A/wKioL1e__eWwIrxXAAFtltVaHxE345.png-wh_500x0-wm_3 -wmp_4-s_3083858929.png "title=" image 6.png "alt=" Wkiol1e__ewwirxxaaftltvahxe345.png-wh_50 "/>

To view the tunnels that have been created, select "Transit" and then "freeIPv6 tunnel" You can display the tunnel that has been created, as shown;

650) this.width=650; "Src=" Http://s5.51cto.com/wyfs02/M01/86/7A/wKioL1e__f3C3DawAAFJTL8DAH0448.png-wh_500x0-wm_3 -wmp_4-s_273448419.png "style=" Float:none; "title=" Picture 7.png "alt=" Wkiol1e__f3c3dawaafjtl8dah0448.png-wh_50 "/>

650) this.width=650; "Src=" Http://s5.51cto.com/wyfs02/M02/86/7A/wKiom1e__gKxSP2eAAF5HgTsuNA511.png-wh_500x0-wm_3 -wmp_4-s_1410263098.png "style=" Float:none; "title=" Picture 8.png "alt=" Wkiom1e__gkxsp2eaaf5hgtsuna511.png-wh_50 "/>

650) this.width=650; "Src=" Http://s5.51cto.com/wyfs02/M01/86/7A/wKiom1e__gWSk1MsAACoBBP8IoI061.png-wh_500x0-wm_3 -wmp_4-s_1052062088.png "style=" Float:none; "title=" Picture 9.png "alt=" Wkiom1e__gwsk1msaacobbp8ioi061.png-wh_50 "/>


Clicking on the relevant tunnel will show the relevant information of the tunnel, as shown in.

650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M02/86/7A/wKioL1e__kHAy7mUAADKgja42_I396.png-wh_500x0-wm_3 -wmp_4-s_1382284510.png "title=" image 10.png "alt=" Wkiol1e__khay7muaadkgja42_i396.png-wh_50 "/>

Select "Example configurations"andSelect the relevant operating system and follow the prompts to configure the network.

650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M00/86/7A/wKioL1e__lPip-2tAAE61eCc9rk591.png-wh_500x0-wm_3 -wmp_4-s_1173045140.png "title=" image 11.png "alt=" Wkiol1e__lpip-2taae61ecc9rk591.png-wh_50 "/>


netsh interface teredo set state disabled

netsh interface ipv6 add v6v4tunnel interface=ip6tunnel xx.xx . XX . XX XXX. XXX . XXX . XX

netsh interface ipv6 add address Ip6tunnel 2001:470: XX : XX :: X

netsh interface ipv6 add route::/0 ip6tunnel 2001:470: XX : XXX :: X

netsh interface ipv6>delete interface "Ip6tunnel" Delete the tunnel interface

netsh interface ipv6>show interface display IPV6 interface

netsh interface ipv6 reset

with this ping-6, the IPV6 address of the other party should be a pass.

the nginx configuration:

The key configuration is as follows:

server {

Listen Bayi default;

Listen [2001:xxx:xxx:xxx:: 2]:81 default;

Location/{

proxy_pass http://172. XX . XX . XX ;

Enable Nginx

If this step succeeds , You can access your own IPV6 Address:

/ http[xxxx:xxxxx:xxxx:: [+]: Bayi

in the Add AAAA Records in DNS

Log on to the site http://ipv6-test.com/validate.php, test

650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M01/86/7A/wKioL1e__Pfyti9KAAFM-AhNXWo668.png-wh_500x0-wm_3 -wmp_4-s_761814506.png "title=" image 1.png "alt=" Wkiol1e__pfyti9kaafm-ahnxwo668.png-wh_50 "/>


This article is from the "good if Water Wei Jia" blog, please be sure to keep this source http://sngyqd.blog.51cto.com/647330/1843017

Use IPV6 Tunnel to implement IPV6 website release to solve iOS audit issues

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.