I have two PCs, as depicted in the figure.
Because of practical constraints, I cannot change anything on PC2, i.e., I cannot change its IP address and gateway (blank).
On both PCs, the subnet mask is '''255.255.255.0'''.
On PC1, I can only configure the gateway IP address.
Ideally, I would like both PCs to "think" they were communicating in the same network range (no gateways needed as far as the PCs were concerned).
Would this be feasible?
If yes, what kind of functionalities those routers must implement?
Ideally I want to be able from PC1 to
ping 192.168.1.11
and get responses from 192.168.2.11
, i.e., the router(s) would handle all the address translation.
Thank you.