NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 21 22 23 24 25 … 47 Next »
Remote access for EWA

 
  • 0 Vote(s) - 0 Average
Remote access for EWA
seascape
Offline

Junior Member

Posts: 4
Threads: 2
Joined: Nov 2008
#1
2008-11-04, 01:28 PM
I have EWA working on the host machine using the localhost address, and I can access it from another computer on my LAN using http://192.168.1.2:7647/gbpvr/guide.aspx. What I do not understand is how to access it from outside my LAN. I know what IP my router is currently using but this does not identify the actual machine on the LAN. How is this supposed to work?
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#2
2008-11-04, 01:30 PM
Read up on something called port forwarding.

http://portforward.com/
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
seascape
Offline

Junior Member

Posts: 4
Threads: 2
Joined: Nov 2008
#3
2008-11-04, 02:26 PM (This post was last modified: 2008-11-04, 02:34 PM by seascape.)
Thanks, that was helpful. I have now set up port 7647 on the router. My router's IP is currently 86.0.95.201. When I try http://XX.XX.XX.XX:7647/gbpvr/guide.aspx from another computer I still get an error. Is that because I am trying to do it from within the same LAN on the same router, or is there something else I have missed?
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#4
2008-11-04, 02:28 PM
seascape Wrote:Is that because I am trying to do it from within the same LAN on the same router
Probably. Some routers don't route correctly when you do that. I can connect to it just fine and see the login page. I recommend removing the above link though. We get bots trolling the forum.
HarryH3
Offline

Posting Freak

U.S.A
Posts: 925
Threads: 56
Joined: Mar 2006
#5
2008-11-04, 09:41 PM
Indeed, most home routers won't perform a route out the WAN port and back to the LAN.

Also, if your ISP regularly changes your outside IP address, check out http://www.dyndns.com/services/dns/dyndns/ for a slick free tool that runs in the background on your PC and updates your IP address in the DNS tables of the net. You get to pick a URL within the domains that they already have setup. 8)
i3-3570k, 8GB RAM, Win10 Pro, Nvidia GT710, HDHomeRun (OTA), NPVR 6.x
On a clear disk, you can seek forever...
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#6
2008-11-04, 10:10 PM
Some routers (my Netgear DG834G being one) have the ability to update DYNDNS update built-in - saves installing another app. seascape - it maybe worth a look to see if your's has this feature.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#7
2008-11-05, 02:29 AM
Make sure you have opened up the port on Windows Firewall or have it turned off on the gbpvr server...otherwise you won't be able to get through.

I assume you have given your GBPVR a static IP and in the router you are forwarding the incoming 7647 request to the static IP of the GBPVR server?

If you are using an Actiontec router (i.e. Verizon FIOS hookup) you want to make sure you have your forwarding rule correct....it should be incomming port Any with a target port 7647. If you don't use Any in the incomming port you won't be able to get through.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
SFX Group
Offline

Senior Member

Posts: 636
Threads: 128
Joined: Dec 2004
#8
2008-11-12, 11:38 PM
HarryH3 Wrote:Indeed, most home routers won't perform a route out the WAN port and back to the LAN.

Also, if your ISP regularly changes your outside IP address, check out http://www.dyndns.com/services/dns/dyndns/ for a slick free tool that runs in the background on your PC and updates your IP address in the DNS tables of the net. You get to pick a URL within the domains that they already have setup. 8)

This is by design, firewalls do this as well (probs have a firewall on that router), VERY common, most DNS servers have Internal NAT, so when they resolve your website address OUTSIDE the router it automatically gives you the INTERNAL IP address that the machine was destined for from outside the router.

Gets complicated but the basics are you normally need to test everything from OUTSIDE the router (firewall really) to make sure it works, however you can get around this by just testing the internall IP address instead of the outside one, 99/100 thats a good enough test (unless your dealing with inteligent page creation or Microsoft Exchange server (as i have found out).
Many Thanks
Ashley

[SIZE="2"]© Copyright 2015 - www.ashleygriffin.ca[/SIZE]
fbachofner
Offline

Member

Posts: 81
Threads: 8
Joined: Jan 2005
#9
2008-12-03, 02:32 AM
seascape Wrote:Thanks, that was helpful. I have now set up port 7647 on the router. My router's IP is currently 86.0.95.201. When I try http://XX.XX.XX.XX:7647/gbpvr/guide.aspx from another computer I still get an error. Is that because I am trying to do it from within the same LAN on the same router, or is there something else I have missed?

From a computer on the same LAN you can avoid such problems by editing the HOSTS file on that computer.

If you are using a DNS service like others have suggested in this thread, you would put something like:
"192.168.1.2 myeasytoremembername.dyndns.org"
in the hosts file.

Then, when you browse to http://myprivatename.dyndns.org:7647/gbpvr/guide.aspx

It will work from the (local) computer where you have edited the hosts file just the same as it does on remote computers outside your LAN.

You can even use the hosts file to create a "shortcut" to accomplish the same thing if you wish.

On Windows XP the hosts file is in C:\WINDOWS\system32\drivers\etc

Good luck and have fun!
arkennedy75
Offline

Member

Posts: 171
Threads: 42
Joined: Jan 2005
#10
2009-02-23, 12:51 AM (This post was last modified: 2009-02-23, 03:11 AM by arkennedy75.)
I have EWA working and streaming great on the local host. Thank you for the amazing program!! Now a networking newbie is trying to get remote access working. Please be easy on me. I have port 7647 forwarded to the GBPVR desktop IP (192.168.1.101). I can access EWA from the GBPVR desktop (local) using: http://192.168.1.101:7647/gbpvr/manage.aspx

But when I try the access the EWA within the LAN from a laptop it doesn't connect using, http://192.168.1.101:7647/gbpvr/manage.aspx

I have firewalls temporarily turned off on both the desktop and laptop.
I'm not sure where I've gone wrong. Thanks.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  SSL (HTTPS) Access to Web Interface arrmo 21 10,464 2017-02-18, 01:49 PM
Last Post: arrmo
  Port Forwarding, Slow Access arrmo 17 8,071 2015-09-21, 11:21 PM
Last Post: arrmo
  Web Access for Manage Recordings takes 5 minutes to load. stevepro 3 2,408 2015-09-05, 12:33 AM
Last Post: UncleJohnsBand
  NEWA .net write access error Dan100 5 4,529 2015-09-01, 07:21 AM
Last Post: Dan100
  Direct access to media folder structures? SFX Group 4 2,479 2015-06-02, 10:48 PM
Last Post: SFX Group
  No WAN Access wlmasonii 6 2,804 2014-05-19, 10:41 PM
Last Post: wlmasonii
  Cannot Access NEWA Log In Page wlmasonii 1 1,603 2014-05-18, 06:29 PM
Last Post: wlmasonii
  No Auto Record from Local NEWA but OK from Remote jksmurf 7 3,351 2012-08-30, 11:57 PM
Last Post: UncleJohnsBand
  Access NEWA via the web Guiley 2 2,572 2012-06-09, 03:37 PM
Last Post: UncleJohnsBand
  access via android? wannabepvr 6 3,139 2012-05-20, 09:05 AM
Last Post: wannabepvr

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode