szupie
Aug 27 2006, 09:18 PM
| | I have an Apache server set up on my computer so that I can test my scripts without uploading them. The computer connects to the Internet through a wireless router. I can access my server fine by going to "localhost" (of course), but when I try to access it on any computer in the network by going to my modem's IP, my router's setup page shows up. However, this problem does not exist when I do it from a computer outside the network. I have tried forwarding Inbound port 80 to this computer, but it still doesn't work. I want to see the server's page using other computers behind the same router, so simply using localhost isn't an option for me.
So does anyone know why this problem exists? |
Comment/Reply (w/o sign-up)
vujsa
Aug 28 2006, 01:33 AM
A few questions to start with. - Is there a firewall on the computer that is running Apache?
- Can you access the server by using the LOCAL IP address of the computer running Apache. Like 192.168.1.100
- Do you have a DMZ option on your router?
- What OS are you running Apache on?
It sounds like it is probably a firewall issue to me but if you have a DMZ setting that you can point to the computer running the server, then you'll know for sure. This will basically open ALL inbound and outbound ports to that computer and all requests will go to that computer as a result. If you still cannot access the server, then it is a setting on that machine. WinXP SP2 has an advanced firewall package with it that has to be configured to allow your server to be seen by other computers. Any other software firewall will need to have an exception for port 80 as well. vujsa
Comment/Reply (w/o sign-up)
szupie
Aug 29 2006, 12:39 PM
1. I've disabled the Windows Firewall on the computer because it's really annoying at times. 2. Oh, right, I forgot about doing that. OK, now I've solved the problem about accessing the server on the local network. 3. DMZ... Isn't that the option that puts the computer outside of the router? The warning on the settings page looked pretty scary to me, so I left the setting at default. 4. I'm running miniApache on Windows. Since you're an expert here, vujsa, let's try to solve the problem about why we can't access the server by its public IP. Even though the local IP works, I still want to know what my problem is. P.S. I just tried the DMZ settings and pointed it to this computer. It didn't work.
Comment/Reply (w/o sign-up)
vujsa
Aug 29 2006, 03:48 PM
Well, I'm not sure why you can't see your page from your LAN using your WAN IP address, because I can see it ok. Perhapes your router assumes that if you are trying to access the WAN IP address from the LAN that you want to update the router settings. You should put an index file in your root to prevent the contents being shown! So what is "Hypercubical Animations"!  Well, I'll have to guess that this is resolved now.  vujsa
Comment/Reply (w/o sign-up)
nightfox
Aug 29 2006, 10:44 PM
Here's a guide that I've had since early 2005 about running your own web server. It's located here: http://members.lycos.co.uk/brisray/web/server2.htmThe guy who wrote it had the same exact problem you appear to be having as well. [N]F EDIT: Page 2 has what you're looking for, link above modified to take you to page 2
Comment/Reply (w/o sign-up)
szupie
Aug 30 2006, 10:41 PM
Oh, thanks, nightfox! I could never have gotten to that page with Google... I guess that's what Astahost is for! In case the site goes down in the future, all you have to do is edit the hosts file, which is located at c:\windows\system32\drivers\etc\hosts for Windows (or System Folder for Mac). Add "YourLocalIPAddress YourDomainName" without quotes. I've tried doing "MyLocalIPAddress MyPublicIPAddress", but I guess the second part couldn't be an IP address. Here's the reason for my problem: QUOTE Certain routers do not allow a machine 'behind' the router (i.e. on the local area network) to access itself, or to access any other machine 'behind' the router using a domain name... The router gets confused by this. QUOTE(vujsa @ Aug 29 2006, 10:48 AM)  Well, I'm not sure why you can't see your page from your LAN using your WAN IP address, because I can see it ok. Yeah, I can see it fine when I try to see it using a computer outside my network, I just couldn't do that within the network. That was the weird thing. QUOTE You should put an index file in your root to prevent the contents being shown! Yeah, I know that, but I'm lazy and I wanted to access the pages using the hyperlinks. It's an equivalent exchange for the danger I've put myself into.  Check out my new index page now. It's now officially the coolest home page on the whole Internet (on Guinness World Records). Yes, it's a fake link.
Comment/Reply (w/o sign-up)
nightfox
Aug 31 2006, 01:44 AM
QUOTE(szupie @ Aug 30 2006, 06:41 PM)  Oh, thanks, nightfox! I could never have gotten to that page with Google... I guess that's what Astahost is for! Yeah, I found that site when I was trying to setup my own web server. I remember it took a while to find and it was so information filled that I printed out every part because it is such a great guide. Though I've never really setup a web server on Windows 2000 (I jumped right into a Linux server), I kept the guide for some reason. Best 28 page print job ever! Even if more than half of it is out of date, it's still a trusty guide! I've read it over and over.  [N]F
Comment/Reply (w/o sign-up)
iGuest-Joseph
Nov 12 2008, 05:47 PM
access server from internet to exchange files
Server Behind Router
I'm trying to access my SBS server from the remote, I have LANCOM 1511 Wireless DSL 3.42.0021, but there is nothing can show me how to access the port forwarding to communicate with my server from the remote? Once I change to NETGEAR Prosfae VPN firewall wall router I have problems to locally communicate with the server, domain can not be contacted, GPO is not applied for the users...Etc., it could be the router itself blocking the local traffic? thanks for your help! Joseph. -question by Joseph
Comment/Reply (w/o sign-up)
(G)Michael
Mar 30 2009, 02:09 PM
access to a server behind a wireless router
Server Behind Router
Hi, I read the problem you have to access your server from a computer in the same network. I have the same problem, but with a computer from outside the network
Does somebody know how I can access from the internet my website that is in a apache server behind a wireless router?
Comment/Reply (w/o sign-up)
mastercomputers
Mar 31 2009, 11:07 PM
QUOTE ((G)Michael @ Mar 31 2009, 03:09 AM)  access to a server behind a wireless router
Server Behind Router
<p>Hi, I read the problem you have to access your server from a computer in the same network. I have the same problem, but with a computer from outside the network</p> <p>Does somebody know how I can access from the internet my website that is in a apache server behind a wireless router?</p> With computers inside the network, using your external IP usually results in you getting access to your router, you need to setup what's known as an inside to inside Network Address Translation. With external IP accessing a website behind a router, you need to configure port forwarding (pin-holing) on your router to allow outside connections to the internal IP:Port of your computer hosting the server. e.g. 192.168.0.4:80 for web services existing on network address 192.168.0.4 Cheers, MC
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : server, router, works, fine, internally
- Server With Quest?
(7)
Free Remote Wireless Server?
(1) Hi all. I need a free service to manager users and bandwidth to Wireless service to my Town? Anyone
know a site with this options?? Thanks.....
Apache Server On Xampp
Problems in starting Apache service on xampp (14) Hi... I downloaded and installed the newest version of xampp. But when i try to start the
Apache service it does not get started. The MySql and FileZilla services start without any problem.
But the Apache service does not start. It returns with a message saying Apache service not started
. I tried by stopping the windows firewall but didn't have any luck. If
there is anyone who can help me out here i would be really great full. Thanks in
advance. Nuwan.....
Belkin's New N1 Vision Wireless Router
(4) Belkin recently launched the N1 Vision ($199) which offers a built-in display for broadband network
speed, upload & download speed, individual computer bandwidth usage, connected devices, total data
usage over a 24 hour period, devices accessing the network as guests, and a general clock / date.
Link to article "Belkin N1 Vision, the wireless router is "cool" again":
http://5thirtyone.com/archives/842 ....
Linksys Wireless N 150 Router
Review of the router (4) Well, I have had a linksys wireless b router for some time now, but had been having issues with not
getting a strong enough signal throughout my house. Yet what seemed odd, is that I could get
stronger signal from all of my neighbors, even those who were down the street several houses from
me. And so I decided that it was time to purchase a new wireless router. Even though, the newest
computer I have is wireless g, I went for the wireless n because of the increased range, and the
thought that it will probably be a better investment for the future. I am impressed, immed....
Realvnc Troubleshooting With Router
(4) Hi, I have a router at home and I installed RealVNC on it. At first, my IP address (the one that
showed up when I hovered my mouse over the RealVNC icon in the system try) was different than IP
address that came up when I ran the "VNC server test page". So like the documentation said on the
RealVNC website, I setup port forwarding on my router and tried again but I still have two different
IP addresses on my computer at home. I tried both IPs but the viewer keeps giving me the same error
message every time I try to connect "unable to connect to host: Connection timed ....
Router Safety
Problems - not solved. (2) I have now conducted a few tests on my router and am led to believe if you are in an area someone
elses router and dont have permission, you can hack the router, find out all their website history
and view current connections. If you a WEP key installed on your router, this is the problem. Remove
it and use another security method, WEP is hackable and can allow users through quite easily, i
disallowed my laptop from router, then used certain software to generate the WEP, got on then used
Internet Tracking tools. It's so simple, people can Hack your router! use WPA or....
Share Internet Using Router And Modem That Uses Usb?
(13) Today I was trying to setup shared internet for someone and was having lots of problems with it.
They are using AOL DSL and had their ISP's modem. They have a Linksys router (forgot what
model...WRT something) and I tried almost everything I can think of to no avail. Here is the
problem. The modem connects to the computer using USB ONLY. It has an ethernet adapter in the back
of the modem but it will not work (needs the USB either way). After playing around more for over an
hour, I came to some "conclusion" that the other machines need the modem to be connected via ....
Need Help Configuring The BIND DNS Server
Make it resolving some domains as I want. (7) Please help me with configurating bind dns server. I configured it for internet domain names
resolving (forwarder) and local domains resolver (xxxxx.ds) now I need that dns resolve internet
domain as I want. cs.kuban.tv as 192.168.144.200 instead of 213.132.64.34, I don't know how to
do it. DNS server I forward request to, resolve it as 213.132.64.34. What I should write in config
file? Slackware linux 10.2 / BIND 9. Thanks for all who will reply. /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />....
Free Secondary Dns/backup Name Server
Enterprise Secondary DNS (0) Free Secondary DNS Provider List http://www.gamesaga.net/secondary_dns/ dnsmadeeasy.com
twisted4life.com dnspark.net editdns.net everydns.net ...... ....
How Ip Multimedia Subsystem Works?
(1) The IP Multimedia Subsystem (IMS) is the key element in the 3G architecture that makes it possible
to provide ubiquitous (i.e. Being present everywhere at once) cellular access to all the services
that the Internet provides. IMS Vision: Picture yourself accessing your favorite web pages,
reading your email, watching a movie or taking part in a video conference wherever you are by simply
pulling a 3G hand held device out of your pocket. This is the IMS vision. ....
Router Problems
I can't connect the things! (2) I recently bough a new wireless router to connect my laptop to the internet. Before this I already
had two computers, one in the study and one in my bedroom. The study and bedroom computers were
connected to a Broadband Router (Alcatel SpeedTouch 530), one via usb and the other Ethernet. They
were perfectly fine, they could connect, share files and print on shared printers. Till i bought the
Wireless Router!! To achieve the best reception for Wireless I had to place the Wireless Router in
my bedroom. By the way the Wireless Router is a D-Link DI-524. The D Link was conn....
Server Domain (help!)
(5) Ok, for testing my knowledge, I got a free domain "floppydrives.cjb.net" and free DNS service at
ZoneEdit.com. However, when you visit "floppydrives.cjb.net" you're taken to the document root
of "/var/www/html" instead of where I'd like it to go: "/home/user/public_html" I think this is
more of a web issue/server issue, so I apologize if you feel that this is in the wrong forum. If it
is, could a mod move it to where they feel it should go? Thanks! F....
Dropping Off-line
Any way to test a Cable Modem or Router? (2) I've been having this problem lately of dropping off-line (always on, cable access) I
use to have to cycle (unplug and replug) the Cable Modem and the Router (wired Router) in sequence
to get back on-line. So I replaced the Cable Modem and Router. Now I'm dropping offline less
often, and I can get back on by just cycling the Router. Q. Is there anyway to "test" a Cable Modem
and/or Router to see for sure where the "stoppage" is? ....
Questions About Setting Up An Internet Server
(14) I'm working on a new comany (Medium buisness) as Computer tecnician. After some weeks of work
i've decided along with my superiors to set a DataServer ( Store Data ) and a Internet server.
Well my first step was to buy a Pentium 4 Dual Core 3.0 with 2Gb Ram and a SATADRIVE with 250 GB.
Now i'm "stuck", because i dont know witch is the best way to set a internet server. I mean the
main objective is a full control of websites access, using a proxy and a repository for Antivirus,
software and other stuff. Well, maybe you with your all experience on this kind of ....
Server Slow On LAN, Fast On The Internet
(16) Hey, Here's a weird problem I've encountered. On my test server running CentOS and Apache2
w/ the Apache2 Manual installed and accessible from the web, everything seems fine. So I access it
via my home network on which the server is located and the manual loads like I'm on a 56K
connection. To give you an idea of the speed, it's just a tweak faster than using MySpace during
peak hours. MySpace is still slower than my server though. But today at school, I try it and the
thing loads like it was on an OC-93 fiber line at a data center! AND- if I try to FTP....
Opening Several Ports On Linksys Router
(1) How can I have my Linksys open more than one port 80? I have one Apache server running on a computer
with two NIC cards. I also have a ColdFusion development server running on port 8500 and uses a
different internal IP. Whenever I try to open port 80 for another IP, I get a "Port overlap"
message. Is there a way to wildcard requests for all IPs? Thanks! F....
Choosing Router: Critque This One
(10) I've heard Linksys makes the best wireless router. I searched on pricewatch and came up with
this: http://www.zipzoomfly.com/jsp/ProductDetai...iate=pricewatch Will someone tell me if this
router is capable of what was discussed on this thread:
http://www.astahost.com/ics-question-about...ing-t10276.html This looks to me like it's one
of the better wireless routers on the market. I think it's a G series. Someone please help me
out if they know something I don't about this router, or this company that's selling it.....
New Linksys Router
Horrible Problems!! (2) I got a new LinkSys router to replace my D-Link router which flipped out after a firmware upgrade.
I'm only having a few problems: 1) My Netgear switch won't connect (I can't get into the
configuration screens to re-configure it) but I'm going to get a for sure working LinkSys
Wireless bridge 2) A weird problem in which I'll describe below: I can only access the Internet
wirelessly on my laptop. If I plug in an ethernet cable, NO INTERNET... Wireless where I am in my
house is terrible.. Right now, signal status is "Low" but if I sit on the floor by m....
Suggest A Good Wireless Router
WTB a WIRELESS Router (8) Hello everybody i have 2 pc's a laptop and an xbox i am looking to get a wireless router so i
can take my laptop to the can. Anyone have any suggestions on which router is best and also range
wise how far i can go from my house and still catch my wireless signal.....
Help, I Can't Make A Server For Teamspeak, Cs, Etc
I need help on getting these games work (8) Ok here's the thing, I'm trying to make a server on counter strike, team speak, warcraft 3,
etc. but it doesn't work. No one can join it. I tried opening all the right ports on my
ROUTER, and port triggering my warcraft 3, but to no avail. Can someone please help me fix my
problem? It's quite annoying and I really really want to play 1v1 against my friends. My
friends also can't make it for some reason, and they tried everything that I did too before.
Any help will be grateful.....
Configure 1st And 2nd Name Server
(4) I configured a dns server formy own use recently, such that I can control everything on dns. There
are two dns server and configured in master-slave master and slave dns server are located in
different location (i.e. different subnet) the master dns will relocate to another data centre soon,
then it may be down for a while. Do Internet people still able to query and resolve my domain name
? against on slave dns server ? I configured primary and secondary name server on the domain
hosting company where primary name server is pointed to master dns server secondary name ....
Can't Run Any Local Server On This Pc
help on local servers! (7) I've been having a problem with ALL THE LOCAL SERVERS... i formated my Hd like two months ago..
and now no server works!!!!! I think something is blocking the apache and the Sql servers.. I have
Windows Xp Professional SP2, AVG Free antivirus, No firewall, No spyware, no Adware .. kind of
insecure ain't it? please help me! i have tried XSAS, Uniserver and XA.. somthing (don't
remeber)... ThanxS!....
Sharing Files Between 98 & Xp Using Router
(6) Hi, I have a similar problem to another user here, except mine deals with Windows 98 and XP. I have
a Windows 98 desktop in the living room and a Windows XP laptop in my room. They are both
connecting to the internet wirelessly without any problems. Both have an assigned IP address by the
router and their IP settings/addresses are set to automatically get one from the router. For the 98
machine, I have chosen a folder (c: drive - is that ok?) and right clicked on it and went to
Sharing...Then I gave it a name and clicked on Full Access. Entered a password and confir....
Where Can I Find A Free Public Ldif Server ?
Roaming Address Book (2) Hi, When going from one computer to the next, it would be nice to have one's address book on a
"public" LDIF server. Does anyone know of a (free) public LDIF server? Regards, John....
Apache Server Problems
Can anyone help with these? (5) Hey, I run an apache server using XAMPP (yes I cheated /laugh.gif" style="vertical-align:middle"
emoid=":lol:" border="0" alt="laugh.gif" /> ). XAMPP is supposed to install FileZilla FTP server
software, but mine came up as red (deactivated) on the status checks. Can anyone suggest a possible
cause or recommend some free FTP server software. (Preferably easy-to-setup). Also, I can't
figure out how to chmod files on my server. I suppose if I had FTP support I could do it that way,
but it would be a bit annoying considering I'm a server webmaster lol. I read som....
Network Storage W/o Router
SATA HD Enclosure for my Dorm (7) My roommate and I have been looking for a way to share a network drive. I recently bought a 250GB
SATA HD for my computer because I desparately needed more space. When I go to college in August, my
rommie and I want to share that space. Is there any enclosure that will support a SATA HD and still
allow two computers to access it simultaneously. I know that this doesn't seem like a network
issue but there is the possibility that we would use an Ethernet enclosure and try to attempt some
type of NAS set up. We do not have a router and we really just want an ad hoc....
D-link Router 614i Crashes
(4) I have 2 computers in my home network. Both of them have 100Mb D-Link NIC cards and everything is
100% checked and compatible. The thing is when you trying to transfer files or sometimes even when
you play a game, internet crashes and it takes about 5-10 seconds to renew. Can anyone tell what are
the possible reasons?....
Wireless Router
Wireless Router Networking (14) Hey boys and girls! this is my first post on these boards so please be nice 2 me! I have recently
purchased a SMC Wireless route and its working fine! My only question is: Is it possible to make a
network over the router, or can it only be used to route the internet to other computers! I would
like to share files on my main computer with other computers in my home network and havnt been
successful in finding a way to do so yet! Any help would be apriciated greatfuly! Mentalsatan
(Aaron)....
Problems With A Di524 Router
can't maintain a stable connection (4) Hi! I'm having trouble with my new router, it's a D-link DI524, i can't keep my
conection stable, in resume, i wrote to D-Link tech support, i wrote: QUOTE Hi! I just bought
a DI-524, and i did every step of the quick guide installation... The thing is, i'm hard-wire
connected but my connection goes down.. restores... goes down.. restore... every 5 minutes!!!! What
can i do to solve this???? They answered the following: QUOTE David, if the connection
drops on all computers simultaneously, then try using the crash recovery method flash t....
Looking for server, router, works, fine, internally
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for server, router, works, fine, internally
|
advertisement
|
|