I am operating an internal web-server (Also known as an Intranet), but I can only access it from the linux machine.
On Sat, 2006-10-21 at 23:26 -0500, Aleksandar Milivojevic wrote:
Samuel wrote:
I am operating an internal web-server (Also known as an Intranet), but I can only access it from the linux machine.
I don't seem anything particularly wrong with that ;-)
it is a 50 computer network 47 of the machines are windows and they need to be able to access the website too, any suggestions? :-(
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 10/22/06, Samuel technical@tedomains.net wrote:
On Sat, 2006-10-21 at 23:26 -0500, Aleksandar Milivojevic wrote:
Samuel wrote:
I am operating an internal web-server (Also known as an Intranet), but I can only access it from the linux machine.
I don't seem anything particularly wrong with that ;-)
it is a 50 computer network 47 of the machines are windows and they need to be able to access the website too, any suggestions? :-(
Hate to say the obvious, but aside from the OS what is different? DNS? IP subnets?
What is failing DNS resolution? HTTP error message? Does ping work? what is the difference, if any when doing a traceroute/tracert from a working and non-working... etc.
Hate to say the obvious, but aside from the OS what is different? DNS? IP subnets?
Don't forget the other obvious question of iptables. Is the firewall set to allow traffic on ports 80 and/or 443?
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Samuel Sent: Sunday, October 22, 2006 6:29 AM To: Centos Mailing List Subject: Re: [CentOS] Can only get it on my system
On Sat, 2006-10-21 at 23:26 -0500, Aleksandar Milivojevic wrote:
Samuel wrote:
I am operating an internal web-server (Also known as an Intranet), but
I
can only access it from the linux machine.
I don't seem anything particularly wrong with that ;-)
it is a 50 computer network 47 of the machines are windows and they need to be able to access the website too, any suggestions? :-(
Can you access the website on a windows machine using its IP address? Type http://<IP Address> in a web browser. If you access the site, it means the windows machines can't resolve the linux machine's name. Run nmbd on the linux machine by starting the samba service.
If you can't access the site with the IP address, check the firewall, as somebody has previously mentioned.
Michael