相关文章
组建虚拟局域网,建立 IPv6 隧道
转载至:https://moe.best/tutorial/zerotier-ipv6.html 使用 ZeroTier 建立 IPv6 隧道 首先,你需要一台 VPS,并注册一个 ZeroTier 帐号:https://my.zerotier.com VPS 上的准备工作 编辑/etc/sysctl.conf,加入
net.ipv…
建站知识
2024/11/4 18:19:09
win10下 docker build 报错 “Failed to fetch xxxxxxxx Temporary failure resolving 'archive.ubuntu.com'”
错误信息
在docker中搭建禅道的时候执行docker build -t zentao ./命令后执行到apt-get update && apt-get install指令的时候报错,错误如下:
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Temporary failur…
建站知识
2025/1/17 22:37:34
常用IPV6 DNS地址-供公网测试IPV6使用
谷歌IPV6 DNS地址:
首选:2001:4860:4860::8888
备用:2001:4860:4860::8844
阿里 IPv6 DNS (Alidns)
阿里云公共DNS已支持IPv6协议,成功国内首家向公众提供免费IPv4/v6公共解析服务的提供商。
2400:3200::1
2400:3200:baba::…
建站知识
2024/12/18 8:44:02
ubuntu解决域名不能访问的问题
刚装好的ubuntu22.04或ubuntu20.04不能访问百度,然后发现只能ping通ip,而不能ping通www.baidu.com,网上查了下解决方案, 方案一:修改dns: 修改 /etc/resolv.conf配置文件,但很快就会被覆盖&…
建站知识
2024/11/14 19:12:30
全球免费公共 DNS 解析服务器 IP 地址列表推荐 (解决无法上网/加速/防劫持)
全球免费公共 DNS 解析服务器 IP 地址列表推荐 基本上接触过网络相关知识的人应该多少都会听过 DNS 这个名词。因为 DNS 它非常重要,在我们上网的过程中扮演着重要的角色——“将网址/域名解析成 IP 地址”。
如果配置了不合理的 DNS 服务器,可能会导致…
建站知识
2024/12/23 7:42:16
Linux 网络配置与网关设置
多网卡配置:
metric 120
dns-nameservers 192.168.15.1 166.111.8.28 166.111.8.29 114.114.114.114 8.8.8.8 网关设置: ref: linux - How to configure systemd-resolved and systemd-networkd to use local DNS server for resolving local domains …
建站知识
2025/1/12 6:36:56
linux开启ipv6
一、阿里云ecs服务器配置(centos系统)
1.修改/etc/sysctl.conf中ipv6的配置,如下
net.ipv6.conf.all.disable_ipv6 0 net.ipv6.conf.default.disable_ipv6 0 net.ipv6.conf.lo.disable_ipv6 0 2.修改/etc/modprobe.d/disable_ipv6.conf的配置,如下 …
建站知识
2024/12/25 14:44:51