Jump to content

lightbulb

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Thanks everyone for all your help. I bought a router without a modem so I had to buy yet another router. However, now the problem is solved. It was a router problem all along! I have downloaded the Java Applet that interfaces with the AVTECH DVR and I decompiled it. I am currently in the process of re-commenting the code for the applet. I want to be in control of interfacing with the DVR as some people can still not see my DVR and I need to know what's going on under the hood, plus I want to extend its functionality. As a Thank You to this forum if anyone would like the new code for this DVR after I have written it please contact me and i'll get it to you when it's finished. I think this code will be particularly useful to those frustrated by the fact you can only use the FTP facility when the alarm goes off, and you can only send a few images. With the source code we can FTP the images constantly if we want to, and thus ensure all browsers can view the images. Obviously there are many more extentions we can add with access to this source code. Anyway, thanks everyone!
  2. Thanks again for all the extra advice. I have purchased a Linksys router today and it should arrive tomorrow for me to test with. Hopefully it has been a router related problem all along, this way I can replace all the hair i've pulled out recently in pure frustration. I forgot to add that I can access the images using the AP program from a remote location, it is purely a browser access problem. Java is installed and it works fine on the LAN using the browser. When the router arrives I will follow your advise and let you know if it worked. Thanks again everyone, I am really sincerely grateful for the helpful and informative replies I have received.
  3. Thank you for all your replies. The router I am using is a BT Voyager 2110. It is set to DHCP and NAT is on. I have used a multitude of different port numbers and IP's. The strange thing is that I can pull the CSS file from the server which suggests to me that the router is routing and the server is serving, albeit not the page I want. I have used Mozilla and latest IE to view remotely, and also asked friends at different IP's to try, all with no luck. I disabled Norton Anti Virus and the firewall with the same amount of luck, the page just hangs. To clarify my previous post I need to point out that when I pinged and used telnet to access the DVR it was locally and not through the internet, I realise now this fact is irrelevant when the issue concerns the WAN. I have the Analyzer program on my computer and observed the TCP packets from a remote location. The browser does communicate with the DVR up to a point, however as previously specified the index page is never served. I will now go and update the firmware of my router and someone has promised to lend me their router so I can see if it's a router problem, DVR problem or a "I can't set this up properly" problem. As I am sure that the problem is likely to be the latter I ask if anyone else has any further suggestions to please post. All and any suggestions are welcome and all will be tried. Thanks again in advance.
  4. I recently purchased the AVTECH 760 DVR and I am having trouble setting it up so that I can log in to it over the internet. I installed the AP software and set up a static IP address of 192.168.1.253. The default gateway was set to my router address 192.168.1.1 and the mask was set to 255.255.255.0. This is identical setup information for the other computers on my LAN obtained from running ipconfig. I changed the port number to 8778. I then set up port forwarding on my router for all traffic on that port to go to that internal port on the computer with IP 192.168.1.253. The problem is that although I am able to connect to the DVR using a browser through my LAN by typing 192.168.1.253:8778, I cannot connect to it from the internet WAN. I first obtain the external IP address of the router by going to whatismyip.com, I type that in a browser on a different network along with the port number (for example 86.175.231.12:8778) and it doesn’t get served with the correct page (or any page for that matter). I know I have set up port forwarding correctly as I have a HTTP server running on a different computer on the same network and I can access that just fine. I have tried removing the port forwarding for the HTTP server to see if there was a clash of some sort. I have tried setting up the DVR port forwarding for UDP only, TCP only, both TCP and UDP, nothing seem to work. I have set up a DMZ host with the IP address 192.168.1.253 and even tried removing all port forwarding and just left the DMZ host set up. I have tried varying the ports and have even varied the static IP address’s I assign to the DVR to ones that can be dynamically assigned by the router and ones that are outside the range of the dynamically assignable IP’s whilst still on the same subnet. I have used telnet to access the DVR within the LAN (telnet 192.168.1.253 8778), when I did this I was served with the correct HTML page. When I PING the DVR it works fine too. The most interesting part of this is that I can access the file called css.css on the DVR server over the WAN by tagging that file name on the end of the URL (86.175.231.12:8778/css.css). This suggests I can contact the server and get it to serve me a page, just not the page I want. For some reason it won’t serve the index page over the internet. I am now at my wits end as I believe I have tried everything and hope someone can tell me what I’m missing. Thanks in advance!
×