51CTO技术论坛 » Linux & Advanced Application » DSTM讨论串        上一帖     下一帖    查看完整版本

页: [1]

网发家2008-5-18 08:05
DSTM讨论串

各位朋友大家好!
有关DSTM在Linux底下的问题想请教一下


==========================================================

原文如下:

- On a client node you should put IPv6 addresses in the nameserver lines in
file /etc/resolv.conf, in order to use DNS over IPv6 transport.
At least do not give a name as value of the -XXXerver parameter of the
dstmd client if you are using IPv4 name resolution!

A good idea is to run on the dstm server machine a bind9 daemon listening
on IPv6 requests (option "listen-on-v6 { any; };" in the named.conf file),
and to put the server IPv6 address in the /etc/resolv.conf of dstm clients.

==========================================================



我先把步骤说明一下:
==========================================================



在用户端的节点您应该把IPv6地址放在nameserver lines档案 位于: /etc/resolv.conf,


编辑 /etc/resolv.conf 如下:
  
  search mydomain.com
  domain mydomain.com
  nameserver 1.1.1.1
  nameserver 202.96.199.133
  nameserver 202.96.209.5


为了使用DNS通过IPv6的传输工具。


至少不要给一个名称作为价值- xxxerver参数对
dstmd客户如果您正在使用IPv4的名称解析!

一个好主意,是运行于dstm伺服器机器
bind9 独立自动地在幕后执行 听IPv6的请求

(选项 "listen-on-v6 { any; };" 在named.conf中的文件) ,
并把服务器的IPv6地址,在/etc/resolv.conf的dstm的客户。

==========================================================


1.请问nameserver lines这样设定对吗?
2.请问步骤说不要将参数设为xxxerver是什么意思?


非常感谢为小弟解答!

关键词: c       dns       

相关文章:
用 IPFW 为 FreeBSD 操作系统建立防火墙
域迁移的问题
求办公室网络布线方案
怎样调教出真正的美女?
vpn

查看完整版本: DSTM讨论串


Powered by 51CTO.COM