多運行商IPv6生效配置便利|Multi-carrier IPv6 Addresses Script Print

  • 2

如果您的VM具有多個運行商之IPv6地址, 但正在經歷下列問題, 此幫助文檔為您之首選.
僅單一IPv6可從外部連接 (某一IP無法連接) / 重新啓動后IPv6失效 (變爲fe80開頭) 等問題

脚本用途: 用于啓用雙IPv6入口  或  指定IPv6運行商綫路走向.

  1. 驗證是否可從機器内部連接LeiKwan Host Intranet File System

使用ping觀測是否可以解析. 驗證辦法: ping files.leikwanhost.com
如果解析值為 10.10.10.10, 則正常. 若您正在使用Debian 11系統而出現"unresolvable/ no such host", 請:
    nano /etc/resolv.conf
    nameserver 8.8.8.8
    隨後Ctrl +X, y, Enter以保存修改.

2. 獲得Bash File並執行

在一次重啓後: wget files.leikwanhost.com/v6.sh && chmod +x v6.sh && bash v6.sh

完成后使用辦法:
./v6.sh install    此為安裝
./v6.sh run        此為執行.

使用中有任何問題, 歡迎先使用人工智慧/Telegram群組交流, 隨後再提交工單. 感謝您的合作.

 

This help document is your primary resource if your Virtual Machine (VM) has multiple carrier-assigned IPv6 addresses but is experiencing the following issues:

Only a single IPv6 address is reachable from external networks (i.e., one IP is unreachable) / IPv6 functionality fails after a reboot (e.g., the address changes to one starting with fe80).

  1. Verify connectivity to the LeiKwan Host Intranet File System from within the machine.

    Use ping to observe if hostname resolution is successful. Verification method: ping files.leikwanhost.com

    If the resolved value is 10.10.10.10, the configuration is normal. If you are using Debian 11 and encounter an "unresolvable/no such host" error, please perform the following:

    nano /etc/resolv.conf
    

    Add the following line:

    nameserver 8.8.8.8
    

    Subsequently, press Ctrl + X, then y, and Enter to save the modifications.

  2. Obtain and execute the Bash File.

Then: wget files.leikwanhost.com/v6.sh && chmod +x v6.sh && bash v6.sh

Post-completion usage instructions:

./v6.sh install This command is for installation.

./v6.sh run This command is for execution.

Should you encounter any issues during usage, you are welcome to first seek assistance through artificial intelligence/Telegram group discussions before submitting a support ticket. We appreciate your cooperation.


Was this answer helpful?

« Back