DOS interface via remote access

Asked By 20 points N/A Posted on -
qa-featured

Hi Everyone,

Has anybody here successfully created a setup where one could virtually connect to a machine's DOS interface via remote access and have all admin rights and be able to execute whatever commands just like what one could do to an actual local system?

Thanks!

SHARE
Answered By 0 points N/A #149624

DOS interface via remote access

qa-featured

We can do this.

I am giving an example way how you can do this. 

Consider two systems A and B. Now you are connecting from B to A to get access of system A's DOS. Make sure you have telnet services installed in both the systems. Once those are installed reboot the system. One important things those two system i mean A and B should be reachable from both the system. I should be able to ping A from B and B from A. Once you have every thing done.

Do a telnet session from B to A by giving the command in system B's command prompt 

'telnet x.x.x.x' where x.x.x.x is the IP address of A.

It will ask you to provide the credentials of system A give those and you will be able to access complete system A from system B through command prompt.

Related Questions