宝板面板无法安装,宝塔无法更新安装插件,宝塔Network is unreachable.
宝塔面板无法安装
最近很多新手反应宝塔无法安装,经过研究宝塔无法安装环境面板下载更新,主要是因为屏蔽了宝塔安装更新下载的节点,只需要选择对应的节点就可以解决。
宝塔面板无法安装更新下载 解决方法第一步
国外机器无法安装宝塔更换DNS echo -e "options timeout:1 attempts:1 rotate
nameserver 8.8.8.8
nameserver 8.8.8.8" >/etc/resolv.conf;
国内机器无法安装宝塔更换DNS echo -e "options timeout:1 attempts:1 rotate
nameserver 114.114.114.114
nameserver 8.8.8.8" >/etc/resolv.conf;
宝塔提示:
www/server/panel/install/public.sh: No such file or directory
Connecting to download.bt.cn (download.bt.cn)|2001:19f0:7001:54fc:5400:2ff:fe9b:97f9|:80... failed: Network is unreachable.
宝塔Network is unreachable.
宝塔Connecting to download.bt.cn (download.bt.cn)|103.224.251.67|:80... failed: No route to host
宝塔面板无法安装更新下载 解决方法 第二步
在宝塔ftp 或环境组件无法安装的情况下可以先在linux上执行如下命令
需要指定host 重组下载节点
国内的在服务器上执行这条命令:
echo '125.88.182.172 download.bt.cn' >>/etc/hosts
香港的执行这条命令:
echo '103.224.251.67 download.bt.cn' >>/etc/hosts
美国或者国外的执行这条命令:
echo '128.1.164.196 download.bt.cn' >>/etc/hosts
宝塔面板无法安装更新下载 解决方法 第三步
宝塔面板无法安装 【广东】
yum install -y wget && wget -O install.sh http://125.88.182.172:5880/install/install_6.0.sh && sh install.sh
宝塔面板无法安装【香港】
yum install -y wget && wget -O install.sh http://103.224.251.67:5880/install/install_6.0.sh && sh install.sh
宝塔面板无法安装【美国】
yum install -y wget && wget -O install.sh http://128.1.164.196:5880/install/install_6.0.sh && sh install.sh本文来自:新之洲IDC资讯,原地址:https://www.idc889.com/idczx/wz/1390.html