ok thanks..
i was trying with 192.168.0.2 without http and it was not opening.. when i typed http://192.168.0.2 it connected...
Main Topics
Browse All Topicshi
how to configure WAMP in Windows LAN environment so that i can WAMP server from any host/PC in that LAN environment.
Suppose i have a LAN HOST having IP 192.168.0.2 in which WAMP is installed and there are other HOST having IP 192.168.0.2, 3, 4, etc
i want WAMP to be configured in such a way that it can be accessible from any PC inside the LAN environment..
yes, 192.168.0.1 is serving as my Internet Server, 192.168.0.2 is on which WAMP is installed.. so 1st computer as internet server and 2nd as my WAMP server... currently in all nodes default gateway and DNS is set to 192.168.0.1 so each can get connected to internet.
awaiting response
thanks
ashish
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
ok thanks..
i was trying with 192.168.0.2 without http and it was not opening.. when i typed http://192.168.0.2 it connected...
Business Accounts
Answer for Membership
by: uetian1707Posted on 2008-09-13 at 10:08:24ID: 22468297
Hi,
If you managed to Install WAMP server on your machine with IP address '192.168.0.2' then it should be accessible to all your LAN users who are on the subnet 192.168.0.0. They can simply access any web page hosted at your WAMP server using;
http://192.168.0.2/website
and locally on the WAMP server itself;
http://localhost/website
If the LAN users are not able to access the sites from your WAMP server, then check if any firewall or anti-virus on WAMP server is not blocking the requests. You can check from the LAN user PCs if they can ping, telnet the WAMP server. Like for example from a PC with IP 192.168.0.5;
C:\>ping 192.168.0.2
It should gives normal replies.
C:\>telnet 192.168.0.2 80
It should show the apache banner.
and
C:\>telnet 192.168.0.2 3128
should show MySQL banner.
If it says connection refused, then definitely some firewall on the WAMP server or intermediate device is stopping the traffic. Also check if all services are up on WAMP server.