DNS服务器搭建练习

练习要求:

3、搭建一个dns服务器,客户端可以使用该服务器解析域名www.haha.com为web服务器的

4、将客户端的ip地址中的域名解析服务器地址修改为第3题的dnt服务器的p,使用ping命令ping www.haha.com看能否ping通,用curl命令访问curl www.haha.com看能否看到web页面内容 258/1024

完成过程:

练习一:

1.安装服务

[root@localhost ~]# yum install autofs -y

2.配置文件,重启服务

[root@localhost ~]# vim /etc/named.conf
[root@localhost ~]# systemctl restart named

3.验证

练习二:

1.添加DNS服务器地址

[root@localhost ~]# vim /etc/resolv.conf

2.查看能否ping通

3.使用curl命令访问。查看能否看到web页面内容

相关推荐
远游客07137 小时前
centos stream 8下载安装遇到的坑
linux·服务器·centos
油泼辣子多加7 小时前
2024年12月18日Github流行趋势
github
high20117 小时前
【Git】-- 版本说明
git
hunteritself8 小时前
AI Weekly『12月16-22日』:OpenAI公布o3,谷歌发布首个推理模型,GitHub Copilot免费版上线!
人工智能·gpt·chatgpt·github·openai·copilot
kaixin_learn_qt_ing8 小时前
git clone
git
sin22018 小时前
git stash
git
喝鸡汤8 小时前
一起学Git【第二节:创建版本库】
git
慢慢成长的码农8 小时前
git 同步分支操作
git
sin22018 小时前
git推送本地仓库到远程(Gitee)
git·gitee
LIKEYYLL9 小时前
GNU Octave:特性、使用案例、工具箱、环境与界面
服务器·gnu