rhce作业2

1.搭建一个通过网址https://www.openlab.com/money访问的缴费网站,网站内容为money

[root@localhost ~]# nmcli connection modify ens33 +ipv4.address 192.168.181.133/24
[root@localhost ~]# nmcli connection up ens33
连接已成功激活(D-Bus 活动路径:/org/freedesktop/NetworkManager/ActiveConnection/2)
[root@localhost ~]# mkdir /www/openlab/money
[root@localhost ~]# echo money > /www/openlab/money/index.html

[root@localhost certs]# openssl genrsa -out openlab.key

[root@localhost certs]# openssl req -utf8 -new -key https.key -x509 -days 100 -out openlab.crt
root@localhost ~]# vim /etc/hosts

.[root@localhost ~]# setenforce 0
[root@localhost ~]# getenforce
Permissive
[root@localhost ~]# systemctl restart nginx

 

2.配置DNS的正向解析

1.,[root@localhost ~]# vim /etc/name.conf

2.options{

  listen-on port 53{172.24.8.128};
  directory
};
zone "baidu.com" IN {
  type master;
  file "named.baidu.com";

};

3.[root@localhost ~]# vim /var/named/named.baidu.com

4.

[root@localhost ~]# systemctl restart named
[root@localhost ~]# systemctl disable firewalld ---now
[root@localhost ~]# setenforce 0
[root@localhost ~]# getenforce
Permissive
[root@localhost ~]# systemctl restart named


   

   

  • 14
    点赞
  • 13
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值