I have a server that I want to reside on several networks.
I have VLAN connections provided by outside sources over a Metro that I don't have control over. Basically I have a single cable to each network and an assigned IP address. Normally (and in my opinion the easiest solution) is to put a NIC in the server for each network connection I wanted to add. If the server was given 3 IP addresses by 3 different networks, I would put 3 additional NICs in the server, hard code the IPs, and plug the cables in.
Done. Simple and complete.
But I've been told by the server vendor that they won't allow multiple NICs in this server, so that option is not available to me.
I have a Mikrotik 750G I bought to eventually toy with and learn, but I am totally new to it. I've got enough network knowledge to often get the basic job done, but nothing advanced at all.
I'm guessing/hoping I can stick this router in front of the server to act as it's NICs and forward traffic to the server. I'm assuming I can assign the IPs that would belong to the server instead to the router interfaces themselves and forward traffic to the server through the router. But I'm at a loss as to how to make this happen.
Hope this poor man's picture comes out right as an attempt to illustrate replacing 4 NICs in the server with the router instead:
local LAN/Internet --- Port 1 -| . |
V1 - 192.168.50.99 --- Port 2 -| 7 |
V2 - 192.168.60.99 --- Port 3 -| 5 |
V3 - 192.168.70.99 --- Port 4 -| 0 |
Server ------------------ Port 5 -| G |
The Webfig v5.15 is very new to me and I'm fumbling my way through it. But I haven't gotten the hang of it yet so I'm a bit lost.
Can I just assigned the IPs to the router interfaces and then go to IP/Routes/Rules and add some rules to forward all traffic to the server port?
Basically, if someone sent traffic to the server from the 192.168.60.x network, expecting the server to be at 192.168.60.99, can the router accept this in lieu of the server, forward it to the server at port 5 and establish successful communications through to the server?
Hoping someone can give me a few good pointers to get this ball rolling, or just tell me I'm way off track here before I go setting up strange configurations that don't have a snowball's chance.
Thanks ahead of time for the guidance,
Donald