Technology Get the latest on technology, electronics and software…

HTTP Port question

Thread Tools
 
Old 04-08-2013, 08:29 AM
  #1  
Administrator Alumnus
Thread Starter
 
Scrib's Avatar
 
Join Date: Oct 2001
Location: Northwest IN
Posts: 26,326
Received 131 Likes on 82 Posts
HTTP Port question

OK, so I have a camera DVR that can be accessed remotely via HTTP. Default is port 80 (duh), but that doesn't work since I forward port 80 and 443 to my web server. So I changed it to port 81.

Problem is, my company confines all HTTP traffic to either 80 and 443 (I think). 81 gives me a refused connection, but I know the DVR is accessible since I can ping it from my phone.

I'm not about to launch a port sniffer as I'm sure IS will be calling me in a matter of seconds. 8080 may be open, but I doubt it. Question is, is there a way to route to my DVR via port 80 and still maintain separate web server calls? I was looking into a squid proxy, but not sure that will solve things.
Old 04-08-2013, 08:44 AM
  #2  
Race Director
 
TeknoKing's Avatar
 
Join Date: Jun 2003
Posts: 10,497
Received 275 Likes on 159 Posts
Socks proxy is possible, http://www.panix.com/~ruari/censorship.html

Use http://www.canyouseeme.org/ to test a few ports, IS won't know where it's coming from. You are not allowed to ask your it dept to open you a personal forwarding port and route to your local dvr's ip? It's safe and will give you the access you seek with ease.

DVR is accessible via 81? that's weird.
Old 04-08-2013, 09:02 AM
  #3  
Administrator Alumnus
Thread Starter
 
Scrib's Avatar
 
Join Date: Oct 2001
Location: Northwest IN
Posts: 26,326
Received 131 Likes on 82 Posts
Originally Posted by TeknoKing
Socks proxy is possible, http://www.panix.com/~ruari/censorship.html

Use http://www.canyouseeme.org/ to test a few ports, IS won't know where it's coming from. You are not allowed to ask your it dept to open you a personal forwarding port and route to your local dvr's ip? It's safe and will give you the access you seek with ease.

DVR is accessible via 81? that's weird.
I can make the DVR accessible to whatever I want. But since 80 and 443 are forwarded to my server, I chose 81. Could be whatever. BTW, 81 and 8080 are blocked going out.

I use my airport extreme and NAT to simply forward based on port and internal IP address. Basic and it works, unless trying to get out of fort knox, with a limited number of accessible ports.

Can't ask IS. I mean I could, they owe me about 85,000 favors. But this isn't a core requirement for work, so... It'll be denied.
Old 04-08-2013, 10:33 AM
  #4  
Team Owner
 
doopstr's Avatar
 
Join Date: Jan 2001
Location: Jersey
Age: 52
Posts: 25,435
Received 2,183 Likes on 1,196 Posts
Do they allow some other well known ports outbound, like telnet/ftp/ssh/smtp/dns/pop3? If so you could try one of those ports.

There are devices such as F5 load balancer that can look at the URL typed and based on that forward to the proper web server behind it. An apache reverse proxy may work for a home solution.

ex web.scrib.com/ would be forwarded to your your web server while camera.scrib.com/ would goto your camera. Both URL could have the same public IP.

Last edited by doopstr; 04-08-2013 at 10:44 AM.
Old 04-08-2013, 11:43 AM
  #5  
Racer
 
its rayden's Avatar
 
Join Date: Jul 2010
Posts: 372
Received 28 Likes on 20 Posts
use a port above 1023. 0 to 1023 are well-known ports, so there could either be another application running on the port, or it could be blocked by your ISP for whatever reason. it's always best to use 1024 or above since it's less likely to be used to blocked. ymmv
Old 04-08-2013, 03:19 PM
  #6  
Administrator Alumnus
Thread Starter
 
Scrib's Avatar
 
Join Date: Oct 2001
Location: Northwest IN
Posts: 26,326
Received 131 Likes on 82 Posts
Originally Posted by doopstr
Do they allow some other well known ports outbound, like telnet/ftp/ssh/smtp/dns/pop3? If so you could try one of those ports.

There are devices such as F5 load balancer that can look at the URL typed and based on that forward to the proper web server behind it. An apache reverse proxy may work for a home solution.

ex web.scrib.com/ would be forwarded to your your web server while camera.scrib.com/ would goto your camera. Both URL could have the same public IP.
How hard is it to set up a reverse proxy?
Old 04-08-2013, 03:50 PM
  #7  
Team Owner
 
doopstr's Avatar
 
Join Date: Jan 2001
Location: Jersey
Age: 52
Posts: 25,435
Received 2,183 Likes on 1,196 Posts
Originally Posted by Scrib
How hard is it to set up a reverse proxy?
Not too difficult, it's only a few lines in the config file. There are several ways to do it. Here is one way that should do what you want...
http://www.oracle-base.com/articles/...figuration.php
Old 04-09-2013, 07:30 AM
  #8  
Administrator Alumnus
Thread Starter
 
Scrib's Avatar
 
Join Date: Oct 2001
Location: Northwest IN
Posts: 26,326
Received 131 Likes on 82 Posts
Will this work if I'm using a no-ip.org dydns service? Just using a freebie setup right now.
Old 04-09-2013, 07:41 AM
  #9  
Administrator Alumnus
Thread Starter
 
Scrib's Avatar
 
Join Date: Oct 2001
Location: Northwest IN
Posts: 26,326
Received 131 Likes on 82 Posts
BTW, it appears much more involved in Mountain Lion Server than what is depicted above.
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
drone619
Car Parts for Sale
9
01-26-2016 07:09 PM
IIDXholic
Car Parts for Sale
23
10-08-2015 07:53 AM
wusty23jd
3G TL Audio, Bluetooth, Electronics & Navigation
4
09-24-2015 11:41 AM
Nicho863
3G TL Tires, Wheels & Suspension
0
09-03-2015 09:16 PM
bailey24
5G TLX Tires, Wheels & Suspension
2
08-31-2015 05:38 PM



Quick Reply: HTTP Port question



All times are GMT -5. The time now is 10:40 AM.