View Website On Localhost But Not External IP?
Jan 31, 2012
I'm trying to get my crappy desktop (with Windows XP) to be a web server. When I go to localhost it displays the website just fine, but when I go to the external IP on another computer it displays "mikrotik routeros 4.11 configuration page". I've forwarded port 80 and disabled my firewall.
Port forwarding (not sure if I did it right) [URL] microtik page that is displayed [URL]
View 3 Replies
ADVERTISEMENT
Sep 5, 2011
get my localhost/ server to be visible to everybody via my external IP.
Things you may need to know:
-I'm running WAMP server, and Apache is installed and running.
-I have no firewall.
-I've forwarded port 80 (HTTP) in my modem and my router configurations. (Netgear WGR614v8 Router & Embarq EQ-660R 660 Series modem)
-I've tried several DNS Hosts, none of them have worked.
-I'm not too sure about the configurations of the WAMP server, though.. here's the file (nothing is edited)
Code:
#
# This is the main Apache HTTP server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL: for detailed information.
[Code].....
View 2 Replies
View Related
May 15, 2011
I need remote access to certain programs on my home PC but I just cannot get it to work.
Program:- webcamXP
When I set the programs port preferences (i.e. port 8087), I can connect with"127.0.0.1:8087" and webcamXP work fine. But when I replace the localhost with my external IP (lets say 79.149.114.227, so that would be "http://79.149.114.227:8087".I tried port forwarding: I have added the port to my NAT in the router's setting so it should be fine, but it is not (numbers are fictual of course):
external port start 8085,
external port end 8089,
protocol TCP/UDP,
internal port start 8085,
internal port end 8089,
server IP address 192.168.1.215)
I also tried disabling AVG Internet Security 2011's firewall temporarily just to check it it was blocking it, but got the same result.I checked if Windows own firewall was on, but it is off.I cannot find any setting in the router's own configuration screen to disable any build in (router's) firewall (if it has any).
View 6 Replies
View Related
Feb 28, 2011
A website that I usually go to has all of a sudden stopped working for me. It is hackforums.net which I know is up because I have been on it outside of my home network. Every computer on my network will not allow me to go on hackforums.net . I have not added it to a firewall or anything. I have even set my router back to factory default and it still won't let me view hackforums.net from inside my network.
View 6 Replies
View Related
Feb 8, 2011
I recently changed webhosting partners for my company's website. With the Change I can view my company's website from inside the LAN but can outside of the LAN.
View 1 Replies
View Related
Nov 10, 2011
We have in host webserver that hosts several website, Outside our network i can view each and everyone of them just fine. However inside our network I can't view any of them. I'm able to ping each site by both ip and by name. I just can't displayed them. I've loked into the DNS and everything seems fine there. We tried hard coding the sites into our host files but we still can't pull them up.
View 2 Replies
View Related
Apr 28, 2011
I have a DIR655 and I used to get to see my website from within my network. After a recent crash, I can now only see my website from outside my network.
View 11 Replies
View Related
Oct 14, 2011
I'm going to list out my problem, to make it faster to understand.1] My domain name is registered with a company, X.2] My webhosting is hosted by another company, Y.3] My web developer, Mr. Z is trying to do his bit and upload my website.Here's what happens:Mr. Z tells me that he's not able to upload my website and is getting the error "Connection timed out" and "Could not connect to server" on his FileZilla or something. He also tells me that there is a problem with my domain registry.Now, Company Y tells me that the domain name's A-records has to be pointed to the correct IP address [which is, of course, the webhosting IP I bought.]Company X tells me to login to my account and add an A-record pointing it to the correct IP address. I did that.But still Mr. Z tells me he's getting the same error and is not able to connect to the domain name.Now, when I ping my website on MS command prompt, I get a "Request timed out" error.
View 3 Replies
View Related
Jul 12, 2012
I recently installed a First Alert Security System and assigned IP address to the DVR but within the DHCP (After reading many threads, I will asssign, ping and create a static IP outside of the DHCP, maybe this will resolve the issue). I am able to view the cameras on my iPhone and HP Laptop but only internally on my network. I am trying to port forward my DVR IP address to be able to view the cameras on a public website. Although I am going to chcek and see if assigning an IP to my DVR outside of the DHCP and hopefully this will be it, I am afraid that my CradelPoint CRT 500 Modem will not support it. I read on one thread that this is a common issue after you have exhausted all the options. How can I be sure that my modem supports that my router port forwards? I want to avoid configuring to run in bridged or pass-through mode.
View 3 Replies
View Related
Jun 23, 2012
When I start a web browser based application with a URL beginning with the 192 IP address. it runs as it should including the script dbscript.php which executes a MySQL commit unit.However when I start the application with the same URL but beginning instead with "localhost", it fails during the commit unit. It puts a blank screen up (rather than a Succesful or Failed commit screen) and leaves an error message in the Apache error_log indicating a problem with dbscript.php (which does the commit).I assume the 192 IP address is that of my modem. I assume that because the application will not start with the 192 URL if the modem is switched off. The application will start whether the modem is on or off if the URL begins with "localhost".I have checked all hosts files that are on the system and see nothing amiss there -- they are all defaults and no changes have been made by me.
Configuration:
Mac OS X v. 10.6.8
Apache v. 2.2.21
PHP v. 5.3.8
MySql v. 5.1.39
View 3 Replies
View Related
Apr 12, 2013
I am trying to setup 4 cameras to view with remote live view. I set up my server with IP addresses of 192.168.1.80 .... 85. The screen has only the option for 1 video channel. I have seen on-line screen shots that have options for channel 1 through 8. I want to assign each camera to a different channel so I will be able to use remote live view to show all 4 cameras at the same time. I can only show one at a time. Do I need a different version than 3.3 or some obscure windows 7 setting?
View 5 Replies
View Related
Jul 12, 2013
I've been reading for the past hour about opening ports on Ubuntu 12.04 and I can't seem to get anything to work. I'm running a program with an RPC server accepting local connections on localhost (127.0.0.1) which has allowed ip range 192.168.*.*
I've tried to edit the iptables to allow incoming connections, but curl still can't connect to the RPC server no matter what I do.
$ sudo iptables -A INPUT -i eth0 -p tcp --dport 18332 -j ACCEPT
$ nmap -v -sT localhost
Starting Nmap 5.21 ( http://nmap.org ) at 2013-07-13 05:54 UTC
Initiating Ping Scan at 05:54
[Code].....
View 1 Replies
View Related
May 15, 2011
I need remote access to certain programs on my home PC but I just cannot get it to workWhen I set the programs port preferences (i.e. port 8087), I can connect with "127.0.0.1:8087". both the utorrent and webcamXP work fine. But when I replace the localhost with my external IP (lets say 79.149.114.227, so that would be "http://79.149.114.227:8087" in the case of webcamXP and I tried port forwarding: I have added the port to my NAT in the router's setting so it should be fine, but it is not (numbers are fictual of course)[CODE]
View 4 Replies
View Related
Dec 22, 2012
So I am working on a website with MySQL/PHP that I have been developing on my Linux box. I wanted to show a friend my progress so I temporarily opened up port 80. So he was able to just type in my public IP and it brought him to my localhost index.
My question is, when I type in my IP address in the URL bar, does the web browser automatically just assume port 80? What happens if I want to have 2 different servers from the same local network and one is running through port 80 and the other is running through port 90? In this case, would I have to type ":90" to access the machine running on port 90?
View 1 Replies
View Related
Jan 25, 2013
I've been developing Node.js apps on my localhost on port 1337 for last two years with no problem as shown below.
$ node app
App started on port 1337
Today I wanted to test how things go with default port 80, so I did:
$ sudo node app
App started on port 80
But after that my network went crazy. Now I can't access any local address including localhost. When I ping to localhost it points to some weird public IP address (218.38.137.125) instead of 127.0.0.1.
[code]....
View 1 Replies
View Related
Jan 1, 2012
Have a localhost site to test PayPal IPN which apparently requires router configuration to use port forwarding (or redirection) to send TCP traffic on public port 80 to my test machines private IP at a specified port.
A typical configuration might look like this:
Router NAT Port Redirection Rule TCP Public Port 80 --> 192.168.1.2 (Port 8888)
Where can I find reference to this in online documentation and where do I put this instruction?
My Router is WRT54GS
View 1 Replies
View Related
Jul 1, 2012
my laptop only has hdmi port and my tv only supports s-video and scart connection but i've an old pc that has s-video connection and i was wondering if i can "send the screen" from my laptop to my old pc via lan is there a way of doing that at high fps? remote desktoping works but it's very slow.
View 2 Replies
View Related
Nov 8, 2012
I have a DVR connected to my router.I have viewed the cctv over the net before using this setup, but I think I need a DNS service so that I can use IE to log in remotely? The free one I signed up to before wants money - I only need it for a few days while i am away
View 3 Replies
View Related
Jul 6, 2011
I can't view a specific site from my machine, but can from 2 others on the same network. Tried both IE(8) and FF(4) and still no luck. Running Norton AV and disabled.still no luck. Flushed DNS as well as rebooted. Still no luck. Was able to access at will 3 days ago, but not now.
View 1 Replies
View Related
Aug 22, 2011
I have a Dell inspiron that is about 3 years old. About a month ago I wanted to connect to a wireless network, but there were none visible. I was in a coffee shop where I know there was a strong signal, but nothign showed up. I checked with a friend who was with me, and not only was he connected, he could see 5 other networks in the area - I showed none, even though when I put my mouse over the icon in the lower right of the try, I got a message that there were wireless networks available.Even at home, where it connected automatically, if I clicked on view wireless networks, ny own network that I was connected to wouldn't even show up.
View 19 Replies
View Related
Mar 30, 2011
I want to keep my documents on my XP SP2 machine, but be able to edit them from a windows 7 laptop. Points so far:1. I can print from windows 7 to XP OK.2. Before I re-installed XP this was working fine.3. The workgroups match4. I can see the XP files on the windows 7 machine5. When I click on an XP file on the windows 7 machine, it goes very slowly, then gives a "Not Accessible" error.6. I have not used passwords to set this up.
View 3 Replies
View Related
Feb 2, 2011
We have two different groups in network say 'A' and 'B'. My network is B. I can view the computers in my group simply by clicking "view workgroup computers". I wonder how I can view the computers in group 'A'
View 2 Replies
View Related
May 29, 2011
I am having some trouble trying to connect to a different network. It seems when I click connect to a network there aren't any networks listed. Now, I know there are networks available near me because I have connected to them before it just seems that now some service or setting is disabled on my laptop that is preventing me from viewing other networks near me. Not sure what it could be but I have tried figuring it out and I couldn't.
View 3 Replies
View Related
Jan 4, 2012
in another location from my desktop that is only using my wired network, or do they both have to have wireless? I say this cause under those conditions i noticed that with my net book next to my desktop i am able to share files with one being wired and the other being wireless.
View 1 Replies
View Related
Feb 22, 2012
When i first set up my wireless i could see it but couldnt authenicate and connect.I was using fire fox as my browser. I could also see my neighbors network. I downloaded internet explorer and now i cant see either one. i have a program calle dconnectivity doctor and it can see both networks. Iam not a computer whiz .
View 1 Replies
View Related
Jun 24, 2012
What changed on my Win XP wireless network connections, but I used to be able to see about 5 wireless networks in the neighborhood, including mine. Now it only shows mine. Not that I can connect to any of the others (don't have the security codes), but I find it strange that it used to show all of them, but all but my own have suddenly disappeared. Did I check some setting somewhere (that I can't find now) saying to show only the strongest connection?
View 1 Replies
View Related
Feb 3, 2011
can view other computers but i cannot access them. i have 2 vista machines one xp and one windows 7. ive tried different hubs, switches and routers. wired and wireless.
View 14 Replies
View Related
Sep 19, 2011
I've just setup my router and dvr system. I have my DVR wired to a Linksys E1200 router. At home view by using url....it then prompts me to log in and voila I can view. I tried setting up the port forwarding although I'm not sure if I did it correctly or not. I got onto my routers webpage. Went to "applications & gaming" Named port, selected both, put in DVR's ip address and clicked save. Came to work and tried to view it and I just get the "cannot load webpage" page.
View 18 Replies
View Related
Aug 8, 2011
I have just started using D-Link 655 router and ATT DSL connection at home. There is an internet signal. Skype is working. But I can't open any sites. Ie tried typing hotmail, Google, anything - sites do not open. Ive tried to plug in the Ethernet cable directly into my laptop and I get the same result sites don open.
View 7 Replies
View Related
Feb 10, 2013
when any user logs into LMS #1, GUI says "user not authorized to view devices". All of my users are set to "full permissions" so it seems to be some disconnect here. I'm using ACS for auth, that seems to be working OK. I have a second system LMS#2, setup exactly the same, which works properly, all "full permission" users can access all device menus.
View 1 Replies
View Related
Oct 10, 2012
we have installed a new appliance of LMS 4.2.2 in our VmWare environment. The platform is running licensed to work with 1300 devices. We have approximately 500 devices in DCR, most of them are small switches ranging from Catalyst 2950 to Catalyst 3750, and also a bunch of Nexus 5548 switches.CiscoView is not working for any of them, we get an error message which we cannot interpret. We have updated to the newest possible device packages, but all to no avail.
View 2 Replies
View Related
Nov 21, 2012
We have installed LMS 2.5.We are not able to view TOC(Table of Contents of RME(4.0.3).
View 2 Replies
View Related
Oct 15, 2012
I am trying to access the cisco view but a message appears notifying me to install the devices packages, i have tried to do an online update from the software center, but it did not work.
the devices that i have are, 2960 switches and 6500 switches and 3560 switches.
View 1 Replies
View Related