摘要: 一、安装dhcp软件[root@dns-server ~]# yum install dhcp -y1二、配置dhcp参数[root@dns-server ~]# cat /etc/dhcp/dhcpd.conf ## DHCP Server Configuration file.# see /us 阅读全文
posted @ 2021-03-31 14:23 Linux_运维 阅读(334) 评论(0) 推荐(0)
摘要: 客户端192.168.200.129 服务器192.168.200.128 1服务器 首先在服务器关闭防火墙 临时 >iptables -L //查看防火墙 >iptables -F //临时关闭防火墙 >iptables -L //查看防火墙 永久关闭 >getenforce > chkconfi 阅读全文
posted @ 2021-03-31 12:35 Linux_运维 阅读(516) 评论(0) 推荐(0)