I am connected with my ISP with cable modem and get both local & global IP. To get working with my domian, my ISP asked me to start TWO named with the following command : -------------------------------------------------------------------- if [ -f /usr/local/sbin/named -a -f /usr/local/etc/named.conf.ext ]; then /usr/local/sbin/named -c /usr/local/etc/named.conf.ext; echo "starting internet domain name server for global network." fi if [ -f /usr/local/sbin/named -a -f /usr/local/etc/named.conf.int ]; then /usr/local/sbin/named -c /usr/local/etc/named.conf.int; echo "starting internet domain name server for local network." fi -------------------------------------------------------------------- Where do I put the command on Mandrake 6.1 ? Any reply is very appreciated !! NOTE : I am only able to access web server and telnet from both in and outside by its IP but not by name. romsun
