To do a little practice in Linux system administration I would like to run a programm from the server on a client.
Both are virtual instances on Windows 10 on Hyper-V.
Can I do that ?
or is it possible to use the server as a file-server for the client.
If so, can someone give me some hints how I can achieve this ?
Assuming both virtual machines are running on the same physical Host machine, just configure both virtual machines to use the same virtual network. Better yet, if both machines are using a virtual network with provided DHCP services, eg typically a NAT virtual network, then both virtual machines can be configured as DHCP clients and then each machine should see the other immediately using IP addresses.