| [ CnUnix ] in KIDS 글 쓴 이(By): uriel (조영익) 날 짜 (Date): 1996년08월23일(금) 20시46분42초 KDT 제 목(Title): [A] 솔라리스에서.. 제가 보기에는 dns 설정이 제대로 되어 있지 않은 것 같은데요. nsswitch.conf file을 제대로 설정 해 주셨나요..? 참고로 다음은 제 nsswitch.conf file입니다. # # /etc/nsswitch.files: # # An example file that could be copied over to /etc/nsswitch.conf; it # does not use any naming service. # # "hosts:" and "services:" in this file are used only if the # /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports. passwd: files group: files hosts: files dns networks: files protocols: files rpc: files ethers: files netmasks: files bootparams: files publickey: files # At present there isn't a 'files' backend for netgroup; the system will # figure it out pretty quickly, and won't use netgroups at all. netgroup: files automount: files aliases: files services: files sendmailvars: files hosts 부분만 제대로 해 주시면 될 것 같은데요.. |