R
R
rodionvasin2022-02-05 18:46:14
System administration
rodionvasin, 2022-02-05 18:46:14

Rdp access to PC over LAN?

There are two PCs.
One is connected to wifi.
I connect the second to the first via a twisted pair cable.
(There is no monitor from the second PC, and I have no idea what it is)
Task.
Create a local network.
(In the future, a local Wi-Fi network is planned)
Now only twisted pair.
And connect to the second machine via rdp.
And do business there.
How to implement this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
rPman, 2022-02-05
@rPman

You combine the wifi and ethernet interface on a machine with wifi into a network bridge (bridge), now the network interface on the machine is this bridge, the router will give it an ip address (it will have a new mac address, which means the ip address will be different, but it's all configurable).
ps Advice, if the machines can not be turned off at the same time, then add a fictitious network interface to the network bridge (microsoft loopback adapter - add as an obsolete device in device management), it is always on and the final bridge will always be online (otherwise, if there is a break in the wifi connection, microsoft network subsystem will be a little bit buggy).
now your computer with wifi will work as a simple switch, and the second computer connected to the first one via ethernet will receive an ip address from the router and go online .. it doesn’t matter, both machines will see each other over the network
------- -------------
To configure rdp, you need to set the login password on the machine to which you will connect, it is possible without a password, but it is longer and more difficult to configure. If the user is an administrator, then he will already have access, otherwise give permissions separately (check that the service is basically enabled - properties of my computer, remote control)
ps in order to work with files over the network without asking for a password, the login and password on both computers must be the same (for example, you can create two users, each for its own computer, but both of these users with the same passwords must be created on each)
, so the monitor you'll need a break. Haven't you been asking here for two weeks what to do if there is no monitor and you are told the same thing in every answer but you don't hear?

W
Wizrespect, 2022-02-07
@Wizrespect

Take the cable, crimp it according to the Computer-Computer scheme, connect the PC to each other with this cable.
For the initial setup, you will still need to connect a monitor with a mouse and set the IP addresses manually.
How to enable RDP on the Internet there is an instruction

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question