I have two servers: one application and one database. They are both connected over two interfaces. One is frontend LAN with 100 Mbit and one is in the backbone LAN with 1 Gbit.
Well, planned is that only the users who are connecting to the application server go over the frontend LAN to the application sever and the admins who are connecting to the DB via command line go over the frontend LAN to the DB server.
But I want the two servers to explicitly talk to each other via the backbone LAN. Well I could just deactivate the adapter in the frontend LAN between these two Servers or I could change the /etc/hosts and put the frontend-hostname from the other server to the backend-ip. But I find that ugly.
Is there a possibility to tell e. g. the application server that when everytime he tired to connect to the frontend Hostname/IP he should instead connect to the backend IP? Like configuring a route via smitty?