New to BIND

George Esperanza georgeesperanza at yahoo.com
Sun Aug 15 12:06:53 UTC 2004


Hi Guys!
 
Just to let you know, i found the solution of my BIND problem.
 
What i did is, i just replaced the IP address in the named.conf 
file.  I just changed the IP setting from 192.168.1.0 to 192.168.1.50
 
before
--- named.conf-----
options {
    directory "/var/named";
    listen-on { 192.168.1.0; };
};
after
--- named.conf-----
options {
   directory "/var/named";
   listen-on { 192.168.1.50; };
};


George

		
---------------------------------
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!



More information about the bind-users mailing list