Hello,
I have no previous experience with CentOS and network administration. Therefore, I would like to emphasize that my questions may be at a basic level. I am currently working on a project and my goal is to be able to access and transfer files between my CentOS 7 computer and a Windows computer over different networks.
My CentOS 7 computer is connected to the internet via ethernet via a modem, which has a static IP address (which I can provide if needed). I have also assigned a static IP address to the CentOS 7 computer. My goal is to use my Windows computer to remotely connect to my CentOS computer over different networks and transfer files.
Best regards
CentOS 7 is end-of-life in a few days. You should not use it anymore
This is not a CentOS development problem, it's a basic network communications issue. Modern Windows computers have SSH clients built in. Linux hosts normally run an SSH service. However, most modern modems shield the computer behind the modem from incoming connections. I would start by looking up your modem's abilities, and whether it can do NAT or Network Address Translation to allow incoming connections.
May I suggest you look over on Youtube for some videos walking through just this sort of thing?
On Tue, Jun 25, 2024 at 11:15 AM talhakaynak96@hotmail.com wrote:
Hello,
I have no previous experience with CentOS and network administration. Therefore, I would like to emphasize that my questions may be at a basic level. I am currently working on a project and my goal is to be able to access and transfer files between my CentOS 7 computer and a Windows computer over different networks.
My CentOS 7 computer is connected to the internet via ethernet via a modem, which has a static IP address (which I can provide if needed). I have also assigned a static IP address to the CentOS 7 computer. My goal is to use my Windows computer to remotely connect to my CentOS computer over different networks and transfer files.
Best regards _______________________________________________ devel mailing list -- devel@lists.centos.org To unsubscribe send an email to devel-leave@lists.centos.org
I am grateful to you for your advice. I will apply what you have said. Thank you for your help.