Asked By
ann tanner
20 points
N/A
Posted on - 08/24/2012
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!
DOS interface via remote access
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.