Relay/pipe web admin to another server

From: CHYRON (DSMITHHFX)10 Dec 2014 17:53
To: ALL1 of 9
Our new NAS has a web admin that isn't WAN accessible. Is there a way to access it through our WAN-accessible staging server, which is on the same lan as the NAS? Could I mount the NAS web root as a virtual host on the other server?
From: Dan (HERMAND)10 Dec 2014 18:11
To: CHYRON (DSMITHHFX) 2 of 9
You're looking for a "Reverse Proxy" - almost certainly doable :)
From: CHYRON (DSMITHHFX)10 Dec 2014 18:12
To: ALL3 of 9
I can think of a few reasons why it wouldn't work. It accesses services on the host is number 1. Maybe a vnc -type solution could work, dunno if the NAS supports it though.
From: CHYRON (DSMITHHFX)10 Dec 2014 18:13
To: Dan (HERMAND) 4 of 9
Cool. I'll check it out.
From: ANT_THOMAS10 Dec 2014 19:03
To: CHYRON (DSMITHHFX) 5 of 9
An SSH Socks proxy would work as well.
From: CHYRON (DSMITHHFX)10 Dec 2014 19:41
To: ANT_THOMAS 6 of 9
Possibly even better.
From: ANT_THOMAS10 Dec 2014 20:17
To: CHYRON (DSMITHHFX) 7 of 9
That's usually how I access browser based stuff on my local network from outside.
From: CHYRON (DSMITHHFX)10 Dec 2014 21:10
To: ANT_THOMAS 8 of 9
Looks a good deal more secure, but I guess I need to get a port opened for it.
From: ANT_THOMAS10 Dec 2014 21:26
To: CHYRON (DSMITHHFX) 9 of 9
Yeah, obscure port, maybe some security through obscurity with a relatively complex password (or shared ssh key).

If it's a Linux system that has other user accounts it's possible to restrict logins on those accounts to certain IP ranges (LAN IP range). Leaving only your "secure" account for outside access.
EDITED: 10 Dec 2014 21:26 by ANT_THOMAS