I have a host A which is connected to a global network and a local subnet. It's IPs are 77.37.194.100 and 10.1.1.1 respectively. There's server B (77.37.195.255) on the global network.
Another box C is connected to the subnet with IP 10.1.1.15. How to configure routing so that B is reachable from C?
PS: Global network is ISP's network, server B is a name server and C is a Virtual Box. A and C are Ubuntu.