阅 读 文 章

网络问题~设置了IP、路由~!能ping 通局域网,ping 不通网关!?

[来源:网上转载 (http://bbs.chinaunix.net) | 作者:网友() | 时间:2007-06-23 | 浏览: 人次 ]


               
options { Hostname
DIRECTORY "/var/named";osts file.            
};  
acl "nets"{           
{192.168.1.0/24;};        
#!/sbin/s
};  
file "named.ca";
};
zone "one.edu" in {
type master;
file "one.zone";
allow-transfer {"nets";};
};
zone "0.0.127.in-addr.arpa" in {
type master;
file "loopback-domain-info";
};
zone "greatalent.com" in {
type master;
file "db.greatalent.com";
allow-transfer {"nets";};
};
zone "1.168.192.in-addr.arpa" in {
type master;
file "db.192.168.1";
};
/* This is a comment */
// This is a comment
# This is a comment

# cat /var/named/db.greatalent.com
$TTL    86400
@       IN SOA greatalent.com.  root.   greatalent.com. (

                        5
                        10800
                        3600
                        604800
                        86400   )

        IN      NS      greatalent.com.
        IN      MX  5   greatalent.com.

www     IN      PTR     192.168.1.198

# cat db.192.168.1
$TTL    86400

@       IN      SOA     greatalent.com. root.   greatalent.com. (

                        5
                        10800
                        3600
                        604800
                        86400 )

@       IN      NS      greatalent.com.
TAG标签 : 局域网 不通 路由 问题 设置 网络 ping 192.168.1.1 发表

最新评论 共有0位网友发表了评论

发表评论

评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名:(注册)
密码:
验证码:
匿名发表
网站地图友情连接交流论坛网站投稿广告服务联系我们留言本站长统计
Some rights reserved: www.newhtm.com, 鄂ICP备07010232号 E-mail:chinakafei@live.com,QQ:552766
中国咖啡技术网(Chmhome):国外编程技术书籍,中文编程手册,经典编程文章,交流技术,技术软件下载,计算机论文,毕业论文.