This is a discussion on Re: New to BIND within the Bind Users forums, part of the DNS and Related Forums category; Hi Guys! Just to let you know, i found the solution of my BIND problem. What i did is, i ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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! |