• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Remotely accessing a server

xchangx

Golden Member
Is it possible to remotely access a server at my office running 2000 server. Like, monitor or modify services and policies, from say, my dorm room. No, I'm trying to hack a computer, just trying to make it easier than running to the office everytime something goes wrong.


Chang
 
I'm sure others will have more to add to this, but wouldn't it be possible to telnet into the box? You'd have to make sure all the proper ports were open, and that the box allows incoming telnet sessions. But if this is you box at your workplace that you have administrative rights to, this should be no problem...
 
Also remember that I run the server so I can change any settings I want. I've discovered Terminal Services underl 2000 server, but that requires licensing. So that's down the drain.

chang
 
Could I set it up as a VPN server? Oh, the server is a file server which is connected to a hub which is connecter to a router/dsl modem.

My computer is hooked up to a router using a cable modem.

Chang
 
Install Terminal Services on the Server, in "Administrative" mode. No licenses/fees, allows up to 2 concurrent TS sessions.

Now, TS from your dorm room.

Caveat:
As a security person, I would *never* allow this type of access from an unsecured network! (like your dorm-room or the Internet).

--Woodie
 


<< VNC? I've never used it but I've heard it's quite spiffy. >>


Yes, it's true. VNC is great and will do the trick... I use it on a daily basis. HOWEVER, VNC sends plain text authentication, not encrypted. That means if anyone's listening your password can be picked off... just like telnet. I only use VNC behind my firewall, where internal IP's are given... I use SSH from the outside.
 
As far as the VPN stuff, you need to setup Routing and Remote Access. The help has a pretty good explanation on how to get it working.
 
Back
Top