Subject : DNS setup½Ã ÁÖÀÇ»çÇ×(1.X) Description : o DNS setupÀ» client·Î ÇÒ°æ¿ì ÇÊ¿äÇÑ ÀýÂ÷´Â ´ÙÀ½°ú °°À½ 1. ÀÏ´Ü NIS¸¦ set upÇÔ vi /var/yp/Makefile À» ¼öÁ¤ÇÔ # # @(#)make.script 1.36 90/12/20 SMI # # This file should reside in both /var/yp/Makefile and /usr/lib/NIS.Makefile. # It should only be executed from /var/yp. # Placement in /usr/lib is for the assistance of SysAdmins who have servers # with releases prior to SunOS 4.1.1 Rev B and thus do not have the # "timezone", "auto.master" and "auto.home" NIS maps. This will provide # them easy access to a version of Makefile with those new maps. # # Set the following variable to "-b" to have NIS servers use the domain name # resolver for hosts not in the current domain. #B=-b ---> B=-b B= ---> #B= ·Î º¯°æÇÔ DIR =/etc DOM = `domainname` NOPUSH = "" ALIASES = /etc/aliases YPDIR=/usr/etc/yp YPDBDIR=/var/yp YPPUSH=$(YPDIR)/yppush MAKEDBM=$(YPDIR)/makedbm REVNETGROUP=$(YPDIR)/revnetgroup STDETHERS=$(YPDIR)/stdethers STDHOSTS=$(YPDIR)/stdhosts MKNETID=$(YPDIR)/mknetid MKALIAS=$(YPDIR)/mkalias 2. vi /etc/resolv.conf ÀÛ¼º domainname most.go.kr nameserver 134.75.30.1 ±×·¯¸é ypbind°¡ ¾Ë¾Æ¼ ÂüÁ¶ÇÔ o DNS setupÀ» server·Î ÇÒ°æ¿ì in.named°¡ ¼öÇàµÊ 1. vi /etc/rc.local if [ -f /usr/etc/in.named -a -f /etc/named.boot ]; then in.named; echo -n ' named' fi Revision History ÀÛ¼ºÀÏÀÚ : 96.06.17 ÀÛ¼ºÀÚ : ÀÌÁø¼ö ¼öÁ¤ÀÏÀÚ : ¼öÁ¤ÀÚ