shann
06-17-2002, 03:39 PM
Hi,
How could I disable the DNS reslove in my server, would any
tell me which file and what whould I modify?
thansk
shan
allan
06-17-2002, 06:35 PM
Assumijng you are running BIND, just remove the following from your named.conf file:
zone "." {
type hint;
file "/etc/db.cache";
};
The actual file will vary from system to system, but it will always be listed as type "hint"
shann
06-18-2002, 11:12 AM
Hi ,
What I am trying to do is I wanted to see my localhost from
externally and when I type IP in browser it doesnt work.
Where do I have fix this. Please help meee
shan
allan
06-18-2002, 11:20 AM
Originally posted by shann
What I am trying to do is I wanted to see my localhost from
externally and when I type IP in browser it doesnt work.
Where do I have fix this. Please help meee
ahhh...that has nothing to do with DNS resolving. Are you saying that when you put the IP Address of your server in a browser you are unable to bring a up a web page?
Do you have Apache, or some other web server installed? Is that web server running? Is it configured to respond to the server IP Address? What is the IP Address you are trying to get to? Is it a routable IP, or an RFC 1918 IP Address?
shann
06-18-2002, 11:50 AM
It was working with domain name before and was running with
dynamic Ip name server also daynamic Ip. I was used to test
and Nameserver and Domain was working fine. This all done with
your(ULLAN) help. After the machine restart the IP changed. So
I didnt register nameserver again. so I just wanted to see my
local host by IP. but it doesnt work, also I couldnt telnet from
our side.
Me running Apache, my IP is 64.231.228.69. Not sure is it routable IP or RFC 1918 IP.
Because It was working fine when IP was 64.231.xx.xx
-shan