当前位置:网站首页>RHCE Course Summary
RHCE Course Summary
2022-08-09 14:48:00 【palm nine】
dns server:
Requirements:
Configure the dns master-slave server to resolve all hosts under the qq.com domain, www.qq.com aaa.qq.com bbb.qq.com …
1. Mount and install
2. Configuration file
Change configuration custom resolution domain (qq.com)
[[email protected] ~]# vim /etc/named.conf
Close the firewall, selinux:
[[email protected] ~]# systemctl stop firewalld
[[email protected] ~]# setenforce 0
Change configuration to:
2. Resource record file configuration
[[email protected] ~]# vim /var/named/named.qq.com
Restart service:
[[email protected] ~]# systemctl restart named
Tested with client host:
Passed command line test - failed due to no cache
Modify the dns of the local host:
Enter the information to record the current local dns configuration and modify:
[[email protected] ~]# vim /etc/resolv.conf
Note: Temporary effective;
Modify nameserver to server host:
Test:

Because 127,111,100 are hypothetical ips, it doesn't work.
The experiment was successful
边栏推荐
猜你喜欢
随机推荐
How to adjust the spacing between numbers and text in Word?
shell课程总结
Xshell建立SSH隧道连接
dpkg:错误:无法新建文件 ‘/var/lib/dpkg/info/format-new’: 没
RHCE课程总结
响应式pbootcms模板仪表水表类网站
回归测试如何确定测试范围
apt-cache 命令
小程序模板制作流程,小程序模板制作方便快捷
*2-1 OJ 254 翻煎饼
几种常见路由类型及其优先级
typeorm 批量插入数据优化和插入冲突操作
12. cuBLAS Development Guide Chinese version--Level-1 functions asum() and axpy() in cuBLAS
使用 compose 的 Canvas 自定义绘制实现 LCD 显示数字效果
探索快八年,谁挡住了小红书的电商梦?
阿里巴巴云原生大数据运维平台 SREWorks 正式开源
【视频编码学习】——SAD和SATD
#25-1 OJ 78 计算生日星期几
【ClickHouse】 日志清理方法(query_log、query_thread_log)
RHCE课程总结









