CentOS7 添加临时或永久静态路由的方法总结
#### 概述 在项目环境中,服务器存在多个生效的网卡配置,需要允许指定的网卡访问特定的网段。 #### 处理办法 ##### route命令(临时生效) ###### 命令介绍 add 增加路由 del 删除路由 -net 设置到某个网段的路由 -host 设置到某台主机的路由 gw 出口网...
#### 概述 在项目环境中,服务器存在多个生效的网卡配置,需要允许指定的网卡访问特定的网段。 #### 处理办法 ##### route命令(临时生效) ###### 命令介绍 add 增加路由 del 删除路由 -net 设置到某个网段的路由 -host 设置到某台主机的路由 gw 出口网...
#### 概述 根据安全管理规范需修改默认telnet服务端口,但Centos6使用的是xinetd进行监听端口并且默认配置文件中并没有突出端口配置项。 #### 处理办法 ##### 修改默认服务端口 # Centos6配置服务启动 [root@localhost ~]# sed -i 's/\(.*disable.*=[[:space:]]\...
#### 概述 由于系统被前同事升级过python,导致python依赖有问题致使yum不可用。 [root@localhost ~]# yum list wget There was a problem importing one of the Python modules required to run yum. The error leadin...
#### 概述 由于生产安全需要开放指定端口,在执行自动初始化环境脚本时发现`semanage`命令无法使用并且报错。 [root@localhost ~]# semanage port -l Traceback (most recent call last): File "/sbin/semanage", line 1074...
#### 概述 由于服务器Centos6系统版本过低导致网络上不存在历史rpm版本的安装包,通过卸载并安装最新版python2.6后导致yum仍然无法继续使用。 [root@localhost ~]# yum list wget 已加载插件:fastestmirror, product-id, subscription-manager Updatin...
#### 概述 由于前同事升级Python版本至2.7.9导致原有的系统默认版本python异常,无法使用yum正常的功能。 [root@localhost ~]# yum update There was a problem importing one of the Python modules required to run yum. The e...
#### 概述 由于需要开放telnet非默认端口,添加SElinux规则时报错。 [root@localhost ~]# semanage port -a -t telnetd_port_t -p tcp 23023 SELinux: Could not downgrade policy file /etc/selinux/targeted/policy...
#### 概述 由于Centos7下root超级管理员密码忘记或被修改无法登录root用户,故编写该文档。 #### 开始操作 ##### 重启系统 在开机过程中,**快速按下** 键盘上的方向键`↑`和`↓`。目的是告知引导程序,我们需要在引导页面选择不同的操作,以便让引导程序暂停。 ![进入引导页面按e](http://static.51tbox.com/stat...
#### 概述 在编译时遇到如下报错内容: [root@localhost zabbix-3.2.11]# ./configure configure: error: working directory cannot be determined #### 排查思路 由于日志暂缺失,仅提供部分命令 ##### 查看具体报错信息 执行如下命令: ...
#### 概述 在本地终端或者远程终端时默认会显示一些信息,以下为默认终端登录页面: ![](http://static.51tbox.com/static/2024-11-18/col/1cec6ddaf44f6e90ca4ad0b1c53971be/8aa85eebb99644ffb722a3e7d83a7eb7.jpg.jpg)##### 共3个文件控制提示信息 *...