10 2016 档案
摘要:1 访问控制列表 配置在/etc/named.conf文件的最顶端 acl innct { 192.168.1.0/24; 127.0.0.0/8; }; allow query { innct; }; 2- 视图named.confacl telecom { 192.168.1.0/24; 127
阅读全文
摘要:1- Linux添加永久路由vi /etc/sysconfig/network-scripts/route-eth1ADDRESS0=192.168.10.0NETMASK0=255.255.255.0GATEWAY=10.10.10.2542- 添加ip及其路由ip link:网络接口属性 add
阅读全文
摘要:正向区域SUB_ZONE_NAME IN NS NSSERVER_SUB_ZONE_NAME NSSERVER_SUB_ZONE_NAME IN A IP .com xingxing.com. xingxing.com. IN NS ns1.xingxing.com. IN NS ns2.xingx
阅读全文
摘要:1- 如果不存在/etc/rndc.conf touch /etc/rndc.conf chown named:named /etc/rndc.conf 2- rndc-confgen > /etc/rndc.conf将/etc/rndc.conf下面的文件拷贝到/etc/named.conf文件中
阅读全文
摘要:Linux下dns服务器搭建1-环境Red Hat Enterprise Linux Server release 6.7 (Santiago)2-配置本地yum源安装dns相关包yum -y install bind bind-chroot bind-utilschkconfig named on
阅读全文
摘要:Linux用户配置sudo权限 创建sudo权限用户 #useradd supope #passwd supope #visudo #supope ALL=(ALL) ALL ###切换时需要输入supope的密码supope ALL=(ALL) NOPASSWD:ALL###切换时不需要输入密码
阅读全文
摘要:ESXI设置时间 esxi设置时间命令:Usage: esxcli system time set [cmd options] Description: set Set the system clock time. Any missing parameters will default to the
阅读全文

浙公网安备 33010602011771号