Switching to Windows-Linux connection mode
Switching to Windows-Linux connection mode
Hi, you have two internet setups. Connection A links WinA and WinB via a switch, while Connection B connects LinuxA with its own IP through the same switch. You want to move files from WinAB to LinuxA. You're thinking of using a cable to connect both switches together and assign unique IPs to all three devices. That approach might work if you can configure static IPs on each switch and ensure proper routing. Make sure the switches support VLANs or separate networks if needed, and verify that the firewall settings allow traffic between them. If unsure, consulting a network admin could help avoid issues.
The issue isn't clear. Which Linux distribution are you using? I install Dukto across multiple devices—computers, Android, Linux, Windows—and launch it on the target machines for file transfers. Each system sees the others and receives data, but control remains with the sender. Dukto also displays which devices can communicate with each other. Warpinator is another tool that works on all platforms.
I believe we require additional details. Are these devices linked to the identical network? Visualizing your network layout would be beneficial. Would it help if the switches were connected via a shared router? Knowing this is important for determining whether they share the same subnet.
Navigating file transfers between Windows and Linux involves specific hurdles that must be tackled. When you link the two devices together, the network will host several DHCP servers from your internet gateways, leading to potential conflicts and erratic performance. For a single transfer, simply connect the cables directly, assign static IPs, and set the Windows machine as the host. Most Linux distributions support SMB (SAMBA), enabling easy file sharing via Windows. If unsure, search for guides on YouTube. For a lasting solution, consider these steps: pick one router as the main unit with DHCP enabled, set its IP in your subnet (e.g., 192.168.1.1/24), turn off DHCP on the backup router and assign it the second IP (192.168.1.2/24). Connect via Ethernet between the routers or switches. By default, new devices get an IP from the primary router acting as their gateway. Those needing a fixed IP should be manually configured in the 192.168.1.0/24 range with 192.168.1.2 as their gateway. This setup lets both routers share the same subnet while maintaining separate internet access when required. Let me know if you need further assistance.