Help needed: using WinSCP over an RF-modem link between two isolated LANs
Hello everyone,
I’m trying to transfer files from PC A to PC B using WinSCP (SCP/SFTP over SSH), but the only link between them is a pair of RF modems. Each PC is plugged into its own modem via Ethernet, and the modems talk to each other over RF. Both modems are in their default router/NAT + DHCP mode, so each PC lives on a separate private LAN:
[PC A: DHCP 192.168.1.x] ←Ethernet→ [Modem A: LAN 192.168.1.1, WAN via RF]
↑ RF cable (TX←→RX)
[Modem B: LAN 192.168.1.77, WAN via RF] ←Ethernet→ [PC B: DHCP 192.168.1.y]
I need WinSCP on PC A to reach SSH/SFTP on PC B, but:
What I’d like to know:
Thanks in advance for any guidance or configuration examples. I’m happy to share more details about firmware versions or modem models if that helps.
—J
I’m trying to transfer files from PC A to PC B using WinSCP (SCP/SFTP over SSH), but the only link between them is a pair of RF modems. Each PC is plugged into its own modem via Ethernet, and the modems talk to each other over RF. Both modems are in their default router/NAT + DHCP mode, so each PC lives on a separate private LAN:
[PC A: DHCP 192.168.1.x] ←Ethernet→ [Modem A: LAN 192.168.1.1, WAN via RF]
↑ RF cable (TX←→RX)
[Modem B: LAN 192.168.1.77, WAN via RF] ←Ethernet→ [PC B: DHCP 192.168.1.y]
I need WinSCP on PC A to reach SSH/SFTP on PC B, but:
- Modem-to-modem NAT isolates the subnets.
– PC A can’t directly see PC B’s IP or Modem B’s RF-side (WAN) address.
- DHCP is required** for another application—so I’d prefer not to disable or override DHCP on either PC.
- I’ve attempted:
- DHCP reservation of fixed IPs on each modem’s LAN for PC A and PC B
- ARP scanning (ping broadcast + `arp -a`), Angry IP Scanner and nmap to discover Modem B’s WAN IP
- Enabling Telnet/SSH on Modem B (no CLI access available)
- Adding a secondary IP alias and host routes on PC A to force 10.10.100.2 out the RF-link NIC
- Bridging Ethernet 3 (DHCP LAN) and Ethernet 4 (RF-link) on PC A, but it gave me a completely new IP address for that.
- Attempting transparent bridge mode on the RF modems (not supported)
- DHCP reservation of fixed IPs on each modem’s LAN for PC A and PC B
What I’d like to know:
- Is there a recommended WinSCP (or alternative) setup that can traverse two cascaded NATed routers over an RF link without disabling DHCP or physically re-cabling both PCs onto one LAN?
- Can I leverage WinSCP’s tunneling, proxy, or FTP-over-SSH features to punch through Modem A’s NAT, or must I manually port-forward TCP 22 on Modem B and discover its RF‐side IP somehow?
- Any tips for reliably extracting Modem B’s RF IP when its GUI doesn’t show a WAN status page?
Thanks in advance for any guidance or configuration examples. I’m happy to share more details about firmware versions or modem models if that helps.
—J