Non default gateway question
In my lab I managed to get a 10 gig link to the inter-campus network but want to share this to the other workstations in the lab. I'm guessing setting up a type of nat/gateway on the lab server that will have the 10 gig interface. I'm just trying to figure if I'm on the right track here in my thinking. PS: I have no control over the network so I can't change dhcp or dns. Also can't go the default gateway route as the admins will be keeping an eye on the 10gig network to ensure its only for research and no funny business.
On the workstations, with /etc/hosts, add entries for the various hosts on the 10 gig network and their IPs(which are different from the general network). Then add a separate route on the workstations to point IPs of the 10 gig network toward the lab server. The idea is to avoid having users log onto the server to transfer files on the 10gig network, and then again back to their workstations. Is this the right way of thinking about this?
|