================================================== bind/named setup for trd network in PI, Heidelberg ================================================== K.Oyama 1) You first need "bind", "dhcpd", "svn" packages in the system. 2) cd to / and checkout all setup files from repository. svn co http://alice.physi.uni-heidelberg.de/svn/trd/trdnet_hd/trunk trdnet_hd 3) Then /trdnet_hd/ contains currently two directories: etc/ named/ 4) To use named setup in trdnet_hd, do the following: > mv /var/named /var/named_org > mv /etc/named.conf /etc/named.conf_org > ln -s /trdnet_hd/named /var/ > ln -s /trdnet_hd/etc/named.conf /etc/ 5) restart named and it will work. 6) To use dhcpd , do the following: > mv /etc/dhcpd.conf /etc/dhcpd.conf_org > ln -s /trdnet_hd/etc/dhcpd.conf /etc/ 7) restart dhcpd and it will work. In some Linux distribution, named setup file is hidden in /var/named/chroot/var/named/ In that case you should replace / in the beginning with /var/named/chroot/ After you modify dhcpd.conf and so on and if it works, you should commit your change to the repository by just: > cd /trdnet_hd > svn commit -m "Your Comment." EOF