Apache doesn't answer request for page...?
Greetings all. This is a great forum you have here. 1st time post...clutch of pulled hair in one hand and mouse under the other.
Scenario: We're in the process of moving our company's intranet site over to Apache. The site was previously running on Win98SE Personal Web Server.
Problem: The Win98 PWS responds to requests for website "http://company-intranet" based on the PC's NETBIOS name being "company-intranet". Now that we are moving to Apache on Linux, we can no longer request the website by its NETBIOS name since Linux is DNS dependent for name resolution (I think). Without building a BIND DNS server solely to resolve requests for "company-intranet", is there another way the desktop clients can resolve "http://company-intranet" to the private IP address? Is DNS + Apache the only way? We've attempted to build our own BIND DNS server, but alas we have had no success. It appears BIND caters to FQDN on the web. We just need to resolve a bogus name to a local IP.
Specs: SuSe Linux 8.2 Pro, Apache 1.3.23, Squid Proxy, Webmin for configuring files.
I know I am probably missing some pertinent information. It's the end of the day and right now I am just burned out.
Many thanks in advance to any advice or suggestions worth attempting.
Re: Apache doesn't answer request for page...?
Quote:
Originally Posted by eugenefl
Greetings all. This is a great forum you have here. 1st time post...clutch of pulled hair in one hand and mouse under the other.
Scenario: We're in the process of moving our company's intranet site over to Apache. The site was previously running on Win98SE Personal Web Server.
Problem: The Win98 PWS responds to requests for website "http://company-intranet" based on the PC's NETBIOS name being "company-intranet". Now that we are moving to Apache on Linux, we can no longer request the website by its NETBIOS name since Linux is DNS dependent for name resolution (I think). Without building a BIND DNS server solely to resolve requests for "company-intranet", is there another way the desktop clients can resolve "http://company-intranet" to the private IP address? Is DNS + Apache the only way? We've attempted to build our own BIND DNS server, but alas we have had no success. It appears BIND caters to FQDN on the web. We just need to resolve a bogus name to a local IP.
Specs: SuSe Linux 8.2 Pro, Apache 1.3.23, Squid Proxy, Webmin for configuring files.
I know I am probably missing some pertinent information. It's the end of the day and right now I am just burned out.
Many thanks in advance to any advice or suggestions worth attempting.
How do your windows clients currently resolve domain names? do you use your ISP's DNS servers, or you have a local Windows DNS server? If you have a local windows DNS server, consider adding an entry there to resolve that name. Alternativly, i belive you can add an entry to each windows client's LMHOSTS file, you will need to google for lmhosts to get some info on how it is done as im not sure myself. Alternativly , you could install samba on your linux box so it becomes a NETBIOS client in your workgroup.
Jason