".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
BuyVM是FranTech旗下品牌,主要提供经济实惠的[美国服务器](https://www.idcspy.com/)、欧洲服务器租用,包括KVM/KVM Storage/Windows VPS等,这些产品经过优化,可以发挥最佳性能。购买BuyVM服务器后,我们可根据实际需要配置并启用IPv6,下面一起来看下BuyVM开启IPv6的操作步骤介绍。
BuyVM[美国VPS](/#)和欧洲VPS默认是使用其自带的Stallion控制面板进行管理,具有用户友好的可视化界面,操作简单。我们购买BuyVM服务器后如果需要配置IPv6的话,可发起工单获取帮助,或者自己手动开启IPv6。如果选择手动配置IPv6,那么可先登录到BuyVM账户,以访问Stallion控制面板。
点击访问:[BuyVM官网](https://go.idcspy.com/buyvm.net/)
然后在[BuyVM](/#) VPS的Stallion控制面板管理页面中,导航到要配置IPv6的实例,查看产品详情,切换IPv6选项卡,添加IPv6地址,确保其为开启状态(ON),再点击右侧的设置图标,选择Networks Settings,如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2022/04/1-11.jpg)
查看IP地址信息:
![](https://www.idcspy.com/wp-content/uploads/2022/04/12-5.jpg)
编辑/etc/network/interfaces,在文件末尾手动写入地址配置:
> iface eth0 inet6 static
>
> address 分配的IPv6地址(全)
>
> netmask 查询到的位掩码(一般是48)
>
> gateway 查询到的IPv6网关地址
![](https://www.idcspy.com/wp-content/uploads/2022/04/13-3.jpg)
配置好后保存文件,重新启动服务器。如无意外,我们便成功地在BuyVM服务器中开启了IPv6。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103869.html