技术交流QQ群:①185473046   ②190706903   ③203744115   网站地图
登录

下次自动登录
现在位置 >首页 > DNS
1℃
2012年02月18日 Ubuntu ⁄ 被围观 23,547次+
说明: 系统:Ubuntu Server 11.10 IP地址:192.168.21.168 子网掩码:255.255.255.0 网关:192.168.21.2 DNS:8.8.8.8            8.8.4.4 操作: 系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容©版权所有,转载请注明出处及原文链接 1、设置IP地址、网关 nano /etc/network/interfaces  /etc/network/interfacesbak   #备份原有配置文件 nano /etc/network/interfaces   #编辑网网卡配置文件 auto lo iface lo inet loopback auto eth0  #开机自动连接网络 iface eth0 inet static   #static表示使用固...
阅读全文
2℃
2011年11月02日 DNS ⁄ 被围观 17,821次+
引言: 使用bind服务器需要防火墙开放以下端口 UDP 53 TCP 53 TCP 953 vi /etc/sysconfig/iptables #配置防火墙端口 -A INPUT -m state --state NEW -m tcp -p tcp --dport 53 -j ACCEPT -A INPUT -m state --state NEW -m udp -p udp --dport 53 -j ACCEPT -A INPUT -m state --state NEW -m tcp -p tcp --dport 953 -j ACCEPT /etc/rc.d/init.d/iptables restart #重启防火墙,使规则生效 系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容©版权所有,转载请注明出处及原文链接 1、检查是否已经安装了DNS...
阅读全文


Copyright© 2011-2024 系统运维 All rights reserved
版权声明:本站所有文章均为作者原创内容,如需转载,请注明出处及原文链接
陕ICP备11001040号-3