linux虚拟机(centos7)常见配置解析
1. 场景描述 在win7下安装了多台虚拟机,安装后常用的几个配置记录下,因安全策略,采用的仅主机模式(内网)。 2. 解决方案 2.1.更改主机名称 (1)更改主机名称,不是连接的名称,是hostname中的名称,虚拟机版本是:cenos7中最新的7.7.1908。 (2)只需修改 /etc/hostname即可,如下: vi /etc/hostname 默认的local**修改为需要的机器名称,例如本机修改为w158 (3)root用户下执行reboot就会生效。 2.2 关闭防火墙 centos7与linux下的不太一样,没有iptables。 systemctl status firewalld.service #软件老王,查看防火墙状态 systemctl stop firewalld.service #软件老王,停止firewall systemctl disable firewalld.service #软件老王,禁止firewall开机启动 2.3 secureCRT连接虚拟机慢 vi /etc/ssh/sshd_config 修改:UseDNS yes,为:UseDNS no 重启ssh: systemctl restart sshd 2.4 无网状态下安装zip与unzip 下载地址: http://www.rpmfind.net/linux/rpm2html